ExchangeOnlineManagement 3.1.0 released as GA

Hi All,

Just a few hours ago, Microsoft has released the ExchangeOnlineManagement PowerShell Module 3.1.0 as GA.

What is new in v3.1.0 :

  1. Support for providing an Access Token with Connect-ExchangeOnline.
  2. Bug fixes in Connect-ExchangeOnline and Get-ConnectionInformation.
  3. Bug fix in Connect-IPPSSession for connecting to Security and Compliance PowerShell using Certificate Thumbprint.

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

Get-InstalledModule ExchangeOnlineManagement
Find-Module ExchangeOnlineManagement

Uninstall the old Module and install the GA Module

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

Let’s test it

Connect-ExchangeOnline
Get-ConnetionInformation
Get-Mailbox -Identity a.bohren@icewolf.ch

Works so far. I will use now this Version in my Daily work and we will see how it keeps up. But i am positive as already the Preview’s worked really well.

Regards
Andres Bohren