MSIdentityTools PowerShell Module 2.0.58 released
Hi All,
Just a few Hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module
- PowerShell Gallery MSIdentityTools 2.0.58
I’ve dedected, that now the PowerShell Module “ImportExcel” is listed under the Dependencies
According to the Git CommitLog there has been a lot of work around Docs
The PowerShell Gallery now refers to a new Project Site
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
Let’s have a look into the Command Get-MsIDAzureUsers
Get-Help Get-MsIDAzureUsers
Let’s run the command
Connect-MgGraph -Scopes Directory.Read.All, AuditLog.Read.All -NoWelcome
Get-MsIdAzureUsers -Days 30
Regards
Andres Bohren