Mihai Albert
Mihai Albert
Hi @Francisco-Gamino, There's currently 2 versions of the Exchange Online modules. Each consists of a limited set of cmdlets. Upon using a Connect-* type of cmdlet (`Connect-EXOPSSession` for V1 and...
One more thing that could affect us - trying to run V2 module's `Connect-ExchangeOnline` in a Cloud Shell eventually throws the error below. ``` New-ExoPSSession: /home/mihai/.local/share/powershell/Modules/ExchangeOnlineManagement/1.0.1/ExchangeOnlineManagement.psm1:449 Line | 449 |...
Thank you for the detailed reply, Martin. The flow especially is really nicely detailed. I’ve made some more tests on my side, and added the results below. **TL;DR**: Invoking the...
Probably the I-only-have-2-fields-available-to-invoke-a-tool mindset comes naturally to people with a Windows background (myself included) due to the tools we're usually working with. First of all, Powershell scripts will usually get...