Thursday, September 29, 2016

Powershell for SID from AD Group Name

Problem:

Had an issue with an Active Directory group.  My algorithm needed to specify the SID and all I had was the name of the group.  I needed a quick way to determine the SID.

Solution:

Get-AdGroup -filter {Name -eq "FCJC_Records_Admin"}


Source:

https://technet.microsoft.com/de-de/library/ee617196.aspx

No comments:

Post a Comment