MSIdentityTools PowerShell Module v2.0.31 released
Hi All,
Three days ago, Microsoft has released a new Version of the MSIdentityTools PowerShell Module.
Just two days after the 2.0.30 release - which is no longer available in the PowerShell Gallery.
It’s hard to tell what the reasons are. No clear Indication on the Project Site nor the Issues.
Check what module is installed and what Module is available from 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
Regards
Andres Bohren