Start powershell
Run: Import-module ActiveDirectory
Run: (Get-ADGroupMember -Identity “GROUPNAME”).count (replace GROUPNAME with the group you want to count)
Sys. Admin. wiki
Start powershell
Run: Import-module ActiveDirectory
Run: (Get-ADGroupMember -Identity “GROUPNAME”).count (replace GROUPNAME with the group you want to count)