ExchangeOnlineManagement 3.2.0-Preview2 released

Hi All,

Yesterday a new Preview Version of the ExchangeOnlineManagement PowerShell Module has been released to the PowerShell Gallery.

Check what Module is installed and what’s available from the PowerShell Gallery.

Get-InstalledModule ExchangeOnlineManagement
Find-Module ExchangeOnlineManagement -AllowPrerelease

To install the Module Side by Side you have to use the -Force Parameter

Install-Module ExchangeOnlineManagement -AllowPrerelease -Force
Get-InstalledModule ExchangeOnlineManagement -AllVersions

Make sure the new Module is loaded

Import-Module ExchangeOnlineManagement
Get-Module

If you run “Connect-ExchangeOnline” multiple times you can now Disconnect-ExchangeOnline a specific Connection.

Connect-ExchangeOnline
Disconnect-ExchangeOnline

The new Commands are still in a Private Preview

Get-VivaModuleFeaturePolicy

Get-VivaModuleFeature -ModuleId VivaInsights -FeatureId Reflection
Get-VivaModuleFeaturePolicy -ModuleId VivaInsights -FeatureId Reflection

Regards
Andres Bohren