494 bytes added,
13:04, 25 April 2018 # Create the following directory (or use the directory of your choice)
::<code>c:\ADGroupQuery</code>
# Open Powershell
# Enter the following command changing "Name of Group" to the name of whatever group you are trying to populate
::<code>Get-ADGroupMember -identity “Name of Group” | select name | Export-csv -path C:\ADGroupQuery\Groupmembers.csv -NoTypeInformation</code><ref>''Author: BC, [http://pipe2text.com/?page_id=1218]</ref>
==References==
<references />
[[Category:Microsoft]]