We can use Get-counter cmdlet to get real-time performance counter data from local and remote computers:
Owa
Get-Counter “\MSExchange OWA\Current Unique Users” -ComputerName cas3
RPC
Get-Counter “\MSExchange RpcClientAccess\User Count” -ComputerName cas3
ActiveSync
Get-Counter “\MSExchange ActiveSync\Current Requests” -ComputerName cas3
Here is the similar thread for your reference: