Start powershell
Run: Import-module ActiveDirectory
Run: (Get-ADGroupMember -Identity “GROUPNAME”).count (replace GROUPNAME with the group you want to count)
© 2021 IdefixWiki
Theme by Anders Norén — Up ↑
Start powershell
Run: Import-module ActiveDirectory
Run: (Get-ADGroupMember -Identity “GROUPNAME”).count (replace GROUPNAME with the group you want to count)
© 2021 IdefixWiki
Theme by Anders Norén — Up ↑