1.通過(guò)以下命令查詢(xún)用戶(hù)連接的數量和CAS服務(wù)器
2.查詢(xún)當前訪(fǎng)問(wèn)協(xié)議的連接數:
a.基于CAS上的性能監視器,增加相應的計數器實(shí)現:
RPC連接數(最近 2 分鐘之內進(jìn)行過(guò)某些活動(dòng)的唯一用戶(hù)數):
MSExchange RpcClientAccess\Active User Count
RPC連接數(顯示所維護的客戶(hù)端連接總數)
MSExchange RpcClientAccess\Connection Count
OWA登錄用戶(hù)數:
\MSExchange OWA\Current Unique Users
Outlook anywhere 連接CAS數:
RPC/HTTP Proxy\Current Number of Incoming RPC over HTTP Connections
Outlook anywhere 連接MBS數:
RPC/HTTP Proxy\Current Number of Unique Users
Exchange ActiveSync連接CAS數:
MSExchange ActiveSync\Requests/sec
Pop3連接數:
MSExchangePop3\Connections Current"
Imap4連接數:
MSExchangeImap4\Connections Current
b.基于以上的計數器,直接使用Get-Counter查詢(xún),如:
Get-Counter “MSExchange RpcClientAccess\Active User Count”
Get-ClientAccessServer | Get-Counter MSExchange RpcClientAccess\Active User Count
c.還可以參考mike_pfeiffer的文章,寫(xiě)一個(gè)腳本定期查詢(xún):
http://www.mikepfeiffer.net/2011/04/determine-the-number-of-active-users-on-exchange-2010-client-access-servers-with-powershell/
【參考資料】
http://www.mikepfeiffer.net/2011/04/determine-the-number-of-active-users-on-exchange-2010-client-access-servers-with-powershell/
http://technet.microsoft.com/zh-CN/library/ff367877(v=exchg.141).aspx
http://oxfordsbsguy.com/2013/06/20/powershell-identify-the-number-of-users-connected-to-a-exchange-2010-cas-server/
聯(lián)系客服