MSIdentityTools PowerShell Module V2.0.48 released

Hi All,
Yesterday a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery.
- PSGallery MSIdentityTools 2.0.48


I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check the PowerShell Module that is installed and what is available from the PowerShell Gallery
Get-InstalledPSResource MSIdentityTools -Scope AllUsers
Find-PSResource MSIdentityTools


Uninstall the old version of the PowerShell Module and install the current version
Uninstall-PSResource MSIdentityTools -Scope AllUsers
Install-PSResource MSIdentityTools -Scope AllUsers
Get-InstalledPSResource MSIdentityTools -Scope AllUsers


List all the Commands from the Module
Get-Command -Module MSIdentityTools


I always try out a new Command. This time i did choose the Resolve-MsIdTenant
Connect-MgGraph -Scope CrossTenantInformation.ReadBasic.All
Resolve-MsIdTenant -TenantValue icewolfch.onmicrosoft.com


Regards
Andres Bohren

EntraID Logo


PowerShell Logo
