MSIdentityTools PowerShell Module v2.0.37 released
Hi All,
Just a few days after its last release, Microsoft has released another Version of the MSIdentityTools PowerShell Module to the Powershell Gallery.
Check what Version of the Module is installed and what’s available in the PowerShell Gallery
Get-InstalledModule MSIdentityTools
Find-Module MSIdentityTools
Uninstall the old version of the PowerShell Module and install the newest one
Uninstall-Module MSIdentityTools
Install-Module MSIdentityTools
Get-InstalledModule MSIdentityTools
To see what commands are available use the following command
Get-Command -Module MSIdentityTools
Get Exchange Online Endpoints
Get-MsIdO365Endpoints | where {$_.serviceArea -eq "Exchange"}
Regards
Andres Bohren