MSIdentityTools PowerShell Module v2.0.17 released
Hi All,
Yesterday, Microsoft has released a new Version of theyr MSIdentityTools PowerShell Module.
Check installed PowerShell Module Version and what is available in the PowerShell Gallery (Needs to run “As Administrator”)
Get-InstalledModule MSIdentityTools
Find-Module MSIdentityTools
Uninstall the old PowerShell Module and install the new one
Uninstall-Module MSIdentityTools
Install-Module MSIdentityTools
Get-InstalledModule MSIdentityTools
List Commands of the Module
Get-Command -Module MSIdentityTools
Let’s try out the following Command “Get-MsIdServicePrincipalIdByAppId”







































