How to get the members of a group using CMD

From Tech-Wiki
Revision as of 17: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")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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