MSIdentityTools PowerShell Module 2.0.68 released
Hi All,
Just a few Hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module
- PowerShell Gallery MSIdentityTools 2.0.66
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 users where the last sign-in was more than 30 days
Connect-MgGraph -NoWelcome
Get-MsIdInactiveSignInUser -LastSignInBeforeDaysAgo 30
Check if an Emailaddress is assigned to a Microsoft Account
Get-MsIdHasMicrosoftAccount -Mail a.bohren@outlook.com
Get-MsIdHasMicrosoftAccount -Mail a.bohren@gmail.com
Regards
Andres Bohren