Go to file
Sean McArdle 22d4b8b5ec Added fix for remove button. 2017-05-11 11:20:51 -07:00
SetGroupManagers Added fix for remove button. 2017-05-11 11:20:51 -07:00
.gitattributes Add .gitignore and .gitattributes. 2017-02-01 09:11:01 -08:00
.gitignore Add .gitignore and .gitattributes. 2017-02-01 09:11:01 -08:00
SetGroupManagers.sln Add project files. 2017-02-01 09:11:02 -08:00
readme.md Added readme. 2017-02-01 09:32:09 -08:00

readme.md

SetGroupManagers

A utility for managing group managers

SetGroupManagers is a C#/WPF wrapper around the PowerShell script I've used for managing Active Directory group managers. It allows you to set multiple users as the manager of a multiple groups.

AD querying is facilitated by Active Directory Object Picker (MS-PL Licensed), Costura.Fody (MIT Licenced) is used for weaving libaries into the compiled binary, and the wonderful System.Management.Automation from the MS PowerShell team is what allows the script to do all the heavy lifting.