MSIdentityTools PowerShell Module v2.0.19 released
Hi All,
Microsoft has released the Version 2.0.19 of the MSIdentityTools PowerShell Module.
MSIdentityTools 2.0.19
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
I would recommend to use PowerShell 7 with this Module
Connect-MgGraph -Scopes Application.Read.All
Get-MsIdApplicationIdByAppId -AppId b1fe3302-d057-4fe3-84ac-c507ecdb6d0d
Regards
Andres Bohren