AD: Count members in a group using PowerShell

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