A simple PowerShell script which returns the security identifier (SID) of the requested Azure Active Directory group.
- Azure Active Directory read access.
- Local administrator rights to install the AzueAD module.
Install the script from the PowerShell Gallery.
Install-Script -Name get-azureadgroupsidRun Get-AzureADGroupSID.ps1 with the -groupName parameter followed by the name of the group.
.\get-azureadgroupsid.ps1 -groupName "GROUP NAME"The function which converts the objectID to the SID was created by Oliver Kieselbach.
