How to Get AD User Group Membership Reports
1. Open the PowerShell on your Domain controller → Run the following script, specifying the username for the account you’re interested in and the path to export:
Get-ADPrincipalGroupMembership <Username> | select name, groupcategory, groupscope | export-CSV C:\data\ADUserGroups.csv
No comments:
Post a Comment