MSIdentityTools PowerShell Module 2.2.0 released

MSIdentityTools PowerShell Module 2.2.0 released

Hi All,

Just a few hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module

Note that this Module requires PowerShell 7

Some insights via GitHub CommitLog - as you can see there is also a Pull Request from me that has been accepted

Let’s check what Version is installed and what’s available from the PowerShell Gallery

Get-InstalledPSResource -Name MSIdentityTools -Scope CurrentUser
Find-PSResource -Name MSIdentityTools

Uninstall old Module and install new Module

Uninstall-PSResource -Name MSIdentityTools -Scope CurrentUser -SkipDependencyCheck
Install-PSResource -Name MSIdentityTools -Scope CurrentUser
Get-InstalledPSResource -Name MSIdentityTools -Scope CurrentUser

List Commands of PowerShell Module

Get-Command -Module MSIdentityTools

Use MgGraph to Connect to Microsoft Graph and use one of the Commands

The GitHub Issue has been resolved

Get-MsIdInactiveSignInUser -LastSignInBeforeDaysAgo 30

Regards
Andres Bohren

EntraID Logo

PowerShell Logo