16,755 pts.
 Is there a tool that will allow me to produce a csv file output of all the security groups with their members within a local Active Directory domain?
Is there a tool that will allow me to produce a csv file output of all the security groups with their members within a local AD domain?

Software/Hardware used:
ASKED: May 19, 2008  1:49 PM
UPDATED: May 19, 2008  4:04 PM

Answer Wiki:
Hello If you are faimilar with VBS cripting you can use <a href="https://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true"> code examples from Microsoft</a> to satisfy your needs. <a href="http://alessandro.panzetta.googlepages.com/ListGroupMembers.vbs">Here you can find </a> an example; before using the script change the <b>LDAP://dc=AdMondo,dc=local</b> with your own. Example if your domain is <i>mydomain.com</i> change it to <b>LDAP://dc=mydomain,dc=com</b>.
Last Wiki Answer Submitted:  May 19, 2008  4:04 pm  by  alessandro.panzetta   9,695 pts.
All Answer Wiki Contributors:  alessandro.panzetta   9,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _