July 2017
Intermediate to advanced
648 pages
31h 9m
English
The Get-Counter cmdlet can be used to retrieve performance counter data from both local and remote machines. In the previous example, we collected the total of number current OWA users using the \MSExchange OWA\CurrentUsers counter and the total number of HTTP/RPC connections using the MSExchangeRpcClientAccess\User Count counter on the TLEX01 server. We also had a look at the counter MSExchangeMapiHttp Emsmdb\User Count to see how many users were connected using MAPI.
In the preceding examples, we've specified the computer name in the counter name assigned to the -Counter parameter. Another way to gather performance counter data from a remote computer is to use the -ComputerName parameter:
Get-Counter 'ASP.NET Apps ` v4.0.30319(_LM_W3SVC_1_ROOT_OWA)\Requests ...Read now
Unlock full access