Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

|select name and description powershell

Get-ADGroup -filter * -Properties * | Select Name,GroupCategory,Description | Export-Csv D:TestSecurityGroups.csv
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #description #powershell
ADD COMMENT
Topic
Name
9+9 =