MSIdentityTools PowerShell Module V2.0.46 released

MSIdentityTools PowerShell Module V2.0.46 released

Hi All,

Yesterday a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery.

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-MsIdAzureIpRange

$IPRanges = Get-MsIdAzureIpRange
$IPRanges | select -First 10
$IPRanges.Count

Regards
Andres Bohren

EntraID Logo

PowerShell Logo