ExchangeOnlineManagement 3.2.0 released as GA
Hi All,
Yesterday Microsoft has released ExchangeOnlineManagemen 3.2.0 PowerShell Module to the PowerShell Gallery.
PowerShell Gallery ExchangeOnlineManagement 3.2.0
Here are the Release Notes
First, let’s check what we have installed and what is available from the PowerShell Gallery
Get-InstalledModule ExchangeOnlineManagement -AllVersions
Find-Module ExchangeOnlineManagement
I had to uninstall the ExchangeOnlineManagement with the Force Parameter, because i have dependend Modules. Let’s uninstall 3.1.0 and 3.2.0-Preview4 Modules - then install the newest Module from the PowerShell Gallery.
Uninstall-Module ExchangeOnlineManagement -Force
Uninstall-Module ExchangeOnlineManagement -Force
Install-Module ExchangeOnlineManagement
Get-InstalledModule ExchangeOnlineManagement -AllVersions
Let’s connect to Exchange Online and test the new PowerShell Module.
Connect-ExchangeOnline
Get-Mailbox -Identity a.bohren@icewolf.ch
Tested the two Commands mentioned in the Release Notes
Get-DefaultTenantBriefingConfig
Get-DefaultTenantMyAnalyticsFeatureConfig
The Viva Commandlet’s still don’t work, because you have to be member of a Private Preview
Get-VivaModuleFeature -ModuleId VivaInsights
Get-VivaModuleFeature -ModuleId VivaInsights -FeatureId Reflection
Get-VivaModuleFeaturePolicy -ModuleId VivaInsights -FeatureId Reflection -PolicyId 3db38dfa-02a3-4039-b33a-42b0b3da029b
Regards
Andres Bohren