Changes

Jump to navigation Jump to search

Export AD Group Members to CSV

494 bytes added, 14:04, 25 April 2018
Created page with "# 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"..."
# 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]]

Navigation menu