ExchangeOnlineManagement 3.3.0 released as GA
Hi All,
Just a few days ago, Microsoft has released a new Preview Version of the ExchangeOnlineManagement PowerShell Module.
PowerShell Gallery ExchangeOnlineManagement 3.3.0
Release notes for v3.3.0:
- Support to skip loading cmdlet help files with Connect-ExchangeOnline.
- Global variable EXO_LastExecutionStatus can now be used to check the status of the last cmdlet that was executed.
- Bug fixes in Connect-ExchangeOnline and Connect-IPPSSession.
- Support of user controls enablement by policy for features that are onboarded to Viva feature access management.
Check installed Version and the Prerelease from the PowerShell Gallery
Get-InstalledModule ExchangeOnlineManagement -AllVersions
Find-Module ExchangeOnlineManagement
Install the Preview Version in Paralell - that’s why we need the -Force Parameter
Get-InstalledModule ExchangeOnlineManagement -AllVersions | Uninstall-Module -Force
Install-Module ExchangeOnlineManagement
Get-InstalledModule ExchangeOnlineManagement -AllVersions
You now can skip loading the Help files with the -SkipLoadingCmdletHelp Parameter.
The $EXO_LastExecutionStatus Global Variable contains the Status of the last commandlet.
Connect-ExchangeOnline -SkipLoadingCmdletHelp
Get-Mailbox -Identity a.bohren@icewolf.ch
$EXO_LastExecutionStatus
Disconnect-ExchangeOnline -Confirm:$false
Regards
Andres Bohren