Tested ExchangeOnlineManagement Preview 6 PowerShell Module

Hi All,

I've tried out the ExchangeOnlineManagement Preview6 PowerShell Module

ExchangeOnlineManagement 2.0.6-Preview6

Get-InstalledModule ExchangeOnlineManagement
Find-Module ExchangeOnlineManagement


Installing the Module Side by Side

Install-Module ExchangeOnlineManagement -AllowPrerelease -Force


Connect-ExchangeOnline


As you can see, there is no PS Session

Get-PSSession
Get-Mailbox -Identity a.bohren@icewolf.ch | fl Name
Get-EXOMailbox -Identity a.bohren@icewolf.ch | fl Name


If you check the Commands it seems pretty complete

Get-Module
Get-Command -Module ExchangeOnlineManagement | measure
Get-Command -Module tmpEXO* | measure


Or you still can connect with the Remote PowerShell Session

Connect-ExchangeOnline -UseRPSSession:$true
Get-PSSession
Get-PSSession | fl


Get-Module
Get-Command -Module tmp* | measure


I have also testet, if the Issue with the Tenant Allow / Block List also exists in the Preview 6 - and yes it does

Connect-IPPSSession
Get-TenantAllowBlockListItems -ListType Url -Block
Get-TenantAllowBlockListItems -ListType Url -ListSubType AdvancedDelivery



Summary
Seems to be pretty complete now. I guess there will be soon a GA release of that Module

Regards
Andres Bohren