Quantcast
Channel: Directory Services forum
Viewing all articles
Browse latest Browse all 31638

Get List of All Groups From Active Directory

$
0
0

Below Powershell command would help you to get all list of Groups (both Security & Destribution) groups from Active Directory.

Get-ADGroup -filter * -properties * |select SAMAccountName, Description|Export-Csv ADGroupList.csv


Viewing all articles
Browse latest Browse all 31638

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>