Posts

Showing posts with the label Powershell script for group membership list of AD users

Powershell script for group membership list of AD users

Please run  the following shell script as administrator in AD Power Shell command line  for individual user . ᐖ Get-ADPrincipalGroupMembership username | Select name | Export-Csv c:\group.csv