Skip to content

A quick example of how to pull AD group membership using C#

Notifications You must be signed in to change notification settings

deanbunn/LawPullADGroupMembers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

A quick example of how to pull AD group membership using C#

Using ObjectGUIDs to locate group in AD. This way if an admin changes the DN values of a group by moving it or renaming an OU in the path, the code won't need to be updated. 

To quickly find the ObjectGUID value for your group run this PowerShell command:

Get-ADGroup -Identity <Name of Your Group>

About

A quick example of how to pull AD group membership using C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages