MSIdentityTools PowerShell Module V2.0.50 released

MSIdentityTools PowerShell Module V2.0.50 released

Hi All,

A few Hours ago, a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery. Seems to have some fixes, after the last Version was just released two Days ago.

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 -NoWelcome -Scope CrossTenantInformation.ReadBasic.All
Resolve-MsIdTenant -TenantValue icewolfch.onmicrosoft.com

Regards
Andres Bohren

EntraID Logo

PowerShell Logo