MSIdentityTools PowerShell Module v2.0.15 released

Hi All,

Yesterday Microsoft has released a new Version of the MSIdentityTools PowerShell Module.

MSIdentityTools 2.0.15


Check the Installed Version and what is available in the PowerShell Gallery

Get-InstalledModule MSIdentityTools
Find-Module MSIdentityTools


Uninstall the old Version of the Module and install the new Version of the Module

Uninstall-Module MSIdentityTools
Install-Module MSIdentityTools
Get-InstalledModule MSIdentityTools


List the Commands of the Module

Get-Command -Module MSIdentityTools


Seeing this i experimented with the Get-MsIdO365Endpoints Command to get the List of the Exchange Online IPs

Get-MsIdO365Endpoints -ServiceAreas Exchange | where {$_.tcpports -match "25"}
Get-MsIdO365Endpoints -ServiceAreas Exchange | where {$_.tcpports -match "25"} | select -ExpandProperty ips



Regards
Andres Bohren