How to get the members of a group using CMD
From Tech-Wiki
Revision as of 16:33, 11 July 2016 by Fabricio.Lima (Talk | contribs) (Created page with "Category:Microsoft How to get the members of a group using CMD, useful to save to text files. C:\> dsget group "CN=GroupName,DC=domain,DC=name,DC=com" -members")
How to get the members of a group using CMD, useful to save to text files.
C:\> dsget group "CN=GroupName,DC=domain,DC=name,DC=com" -members