Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 347 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 347 Bytes

ADGroupManager

command line management of AD groups using python. Supports list,add,remove users.

Usage:

add a user to a group

ADGroupManager.py add john.smith employees

remove a user from a group

ADGroupManager.py remove john.smith employees

list all members of a group

ADGroupManager.py list employees