Hi.
I am an IT auditor, and I need to have the member list of domain admins group.
Do you know how to export Domain admins group members?
Do you have any scripts to get members?
Thanks.
Printable View
Hi.
I am an IT auditor, and I need to have the member list of domain admins group.
Do you know how to export Domain admins group members?
Do you have any scripts to get members?
Thanks.
I think that you can use the command line utility csvde, found on any DC. For example, to export all members of group with NetBIOS name TestGroup to a file called report.csv:
csvde -f report.csv -r "(sAMAccountName=TestGroup)" -l member
very nice service