MSIdentityTools PowerShell Module 2.1.0 released

MSIdentityTools PowerShell Module 2.1.0 released

Hi All,

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

Note that this Module requires PowerShell 7

No Release has been created

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

Connect-MgGraph -NoWelcome -Scopes AuditLog.Read.All, UserAuthenticationMethod.Read.All
Export-MsIdAzureMfaReport -ExcelWorkbookPath C:\temp\MFA.xlsx -Days 30
C:\temp\MFA.xlsx

Result in Excel

Sadly this Report does not work anymore. So i’ve created an GitHub Issue

Get-MsIdInactiveSignInUser -LastSignInBeforeDaysAgo 30

Regards
Andres Bohren

EntraID Logo

PowerShell Logo