MSIdentityTools PowerShell Module v2.0.44 released
Hi All,
Yesterday a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery.
- PSGallery MSIdentityTools 2.0.44
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check the PowerShell Module that is installed and what is available from the PowerShell Gallery
Get-InstalledPSResource MSIdentityTools -Scope AllUsers
Find-PSResource MSIdentityTools
Uninstall the old version of the PowerShell Module and install the current version
Uninstall-PSResource MSIdentityTools -Scope AllUsers
Install-PSResource MSIdentityTools -Scope AllUsers
Get-InstalledPSResource MSIdentityTools -Scope AllUsers
List all the Commands from the Module
Get-Command -Module MSIdentityTools
I always try out a new Command. This time i did choose the Get-MsIdInactiveSignInUser
Connect-MgGraph -Scopes PrivilegedAccess.ReadWrite.AzureADGroup
Get-MsIdInactiveSignInUser -LastSignInBeforeDaysAgo 30
Disconnect-MgGraph
Regards
Andres Bohren