MSIdentityTools PowerShell Module 2.0.63 released

MSIdentityTools PowerShell Module 2.0.63 released

Hi All,

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

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

I’ve used my M365PSProfile Module to update the Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/

Install-PSResource -Name M365PSProfile
Add-M365PSProfile
Install-M365Module

List the commands from the Module

Get-Command -Module MSIdentityTools

List the Sign-Ins of Admin Roles

Connect-MgGraph -NoWelcome
Find-MsIdUnpretectedUsersWithAdminRoles

List users where the last sign-in was more than 30 days

Get-MsIdInactiveSignInUser -LastSignInBeforeDaysAgo 30

Regards
Andres Bohren

EntraID Logo

PowerShell Logo