Changes

Jump to navigation Jump to search

Export AD User Membership Groups to CSV

573 bytes added, 09:53, 2 October 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 "USERNAME" to th..."
# Create the following directory (or use the directory of your choice)
::<code>c:\ADGroupQuery</code>
# Open Powershell
# Enter the following command changing "USERNAME" to the name of the user you are trying to populate memberships for
::<code>Get-ADPrincipalGroupMembership USERNAME | Select Name | Export-CSV -path C:\ADGroupQuery\USERNAME.csv -NoTypeInformation</code><ref>''Author: Henri Muldre, [https://serverfault.com/questions/598089/how-to-export-a-detailed-list-of-active-directory-users-member-of-tab]</ref>

==References==
<references />
[[Category:Microsoft]]

Navigation menu