Export-DomainGroupMembers.ps1 is a GUI script which exports group membership with the attributes you select. It takes the group’s distinguishedname as a parameter, and supports very large groups. How large? I have enumerated groups with over 350,000 members in a multidomain forest. You can get nested group membership, even if there are recursion loops. The list of available attributes are read from the Schema. There is special handling of some attributes and so it can return the domain, Enabled, userAccountControl and published certificates. Not required: admin rights or the ActiveDirectory module.