Answers for "|select name and description powershell"

0

|select name and description powershell

Get-ADGroup -filter * -Properties * | Select Name,GroupCategory,Description | Export-Csv D:\Test\SecurityGroups.csv
Posted by: Guest on May-13-2021

Code answers related to "|select name and description powershell"

Python Answers by Framework

Browse Popular Code Answers by Language