ExchangeOnlineManagement 3.1.0-Preview1 released

Hi All,

Just a few Hours ago, Microsoft has released the ExchangeOnlineManagement 3.1.0-Previe1 PowerShell Module.

ExchangeOnlineManagement 3.1.0-Preview1


Whats new in this release:

v3.1.0-Preview1 :
1. Support for providing an Access Token with Connect-ExchangeOnline.
2.  Bug fixes in Connect-ExchangeOnline and Get-ConnectionInformation.


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

Get-InstalledModule ExchangeOnlineManagement
Find-Module ExchangeOnlineManagement -AllowPrerelease


Uninstall the old Module and install the Preview Module

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


Testing. Still see sometimes these errors

Connect-ExchangeOnline


Mostly thats fixed with restarting the PowerShell

Connect-ExchangeOnline
Get-ConnetionInformation



Regards
Andres Bohren