573 bytes added,
08:53, 2 October 2018 # 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]]