Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
To get the count for active, directly connected users, and registered endpoints on all frontends, use the following:
$feservers=get-cspool "fepoolfqdn"
foreach ($server in $feservers.computers){Get-Counter -computername $server -counter "\ls:usrv - endpointcache\usrv - Active Registered Endpoints", "\ls:usrv - endpoint cache\usrv - active registered users", "\LS:SIP - Networking\SIP - Unique users connected directly"}
On the edge servers you may have to check each server separately due to firewall restrictions. Use the following to do so:
Get-Counter -counter "\LS:SIP - Networking\SIP - Unique users connected directly"