ExchangeOnlineManagement 3.2.0-Preview1 has been released

Hi All,

Yesterday, Microsoft has released the ExchangeOnlineManagement 3.2.0-Preview1 PowerShell Module to the PowerShell Gallery.

Whats new in v3.2.0-Preview1 :

  1. Preview Release of new cmdlets:
    • Updating Briefing Email Settings of a tenant (Get-DefaultTenantBriefingConfig and Set-DefaultTenantBriefingConfig)
    • Updating Viva Insights Feature Settings of a tenant (Get-DefaultTenantMyAnalyticsFeatureConfig and Set-DefaultTenantMyAnalyticsFeatureConfig)
  2. Bug fixes in Connect-ExchangeOnline.

Let’s check what Version of the Module is installed and what is available from the PowerShell Gallery

Get-InstalledModule ExchangeOnlineManagement
Find-Module ExchangeOnlineManagement -AllowPrerelease

I will install the Preview Side by Side with the Parameter Force

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

Now let’s load the Module and check it out

Import-Module ExchangeOnlineManagement -RequiredVersion 3.2.0
Connect-ExchangeOnline
Get-DefaultTenantBriefingConfig
Get-DefaultTenantMyAnalyticsFeatureConfig

These commandlets refer to these Settings in the M365 Admin Center (at least in my opinion)

Regards
Andres Bohren