ExchangeOnlineManagement 3.0.0 PowerShell Module is GA

Hi All,

Finally the ExchangeOnlineManagement PowerShell Module V3 has been released. You can find the newest Module in the PowerShell Gallery

ExchangeOnlineManagement 3.0.0


It is REST Based and does not require WinRM Basic Authentication on the Client anymore



Get Installed Module and what is available in the PowerShell Gallery

Get-InstalledModule ExchangeOnlineManagement
Find-Module ExchangeOnlineManagement


Uninstall the old Module and install the new Module

Uninstall-Module ExchangeOnlineManagement -Force
Install-Module ExchangeOnlineManagement
Get-InstalledModule ExchangeOnlineManagement


Connect to Exchange Online

Connect-ExchangeOnline
Get-Mailbox -Identity a.bohren
Get-ConnectionInformation
Disconnect-ExchangeOnline



Regards
Andres Bohren