Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Get-AzureADGroupSID

A simple PowerShell script which returns the security identifier (SID) of the requested Azure Active Directory group.

Script requirements

  • Azure Active Directory read access.
  • Local administrator rights to install the AzueAD module.

How to run the script

Install the script from the PowerShell Gallery.

Install-Script -Name get-azureadgroupsid

Run Get-AzureADGroupSID.ps1 with the -groupName parameter followed by the name of the group.

.\get-azureadgroupsid.ps1 -groupName "GROUP NAME"

User Experience

UserExperience.gif

Acknowledgements

The function which converts the objectID to the SID was created by Oliver Kieselbach.

About

PowerShell script which returns the security identifier (SID) of the requested Azure Active Directory group.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages