Difference between revisions of "How to get the members of a group using CMD"

From Tech-Wiki
Jump to: navigation, search
(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")
(No difference)

Revision as of 17:33, 11 July 2016


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