| Seleccione Nombre y Descripción PowerShell
Get-ADGroup -filter * -Properties * | Select Name,GroupCategory,Description | Export-Csv D:\Test\SecurityGroups.csv
Yawning Yak