MSIdentityTools PowerShell Module v2.0.42 released

Hi All,

Just a few Hours ago, Microsoft has released a new version of the MSIdentityTools PowerShell Module.

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

To resolve an AppId to ObjectId you can use the Command below

Connect-MgGraph
Get-MsIdApplicationIdByAppId -AppId cd32481c-6da8-47a1-b55b-742d2c3af888

Regards
Andres Bohren