MSIdentityTools PowerShell Module v2.0.14 released
Hi All,
A few hours ago, Microsoft has released a new Version of the MSIdentity Tools PowerShell Module.
MSIdentityTools
Search the PowerShell Gallery and install the PowerShell Module
Find-Module MSIdentityTools
Install-Module MSIdentityTools
To view the Commands of the Module use the command below
Get-Command -Module MSIdentityTools
You need to connect with Microsoft Graph first.
For instance you can check if an emailadress has a MicrosoftAccount
Connect-MgGraph
Get-MsIdHasMicrosoftAccount -Mail a.bohren@outlook.com
Regards
Andres Bohren