Asked by:
How to get exchange 2013 cas active users

Question
-
Hi,
I have two cas servers in our production environment. Is there anyway to get the active user numbers of both cas servers?
PS: don't tell me to use
Get-Counter "\MSExchange ActiveSync\Current Requests" -ComputerName cas1, cas2, cas3
It seems doesn't work on the exchange 2013.
Monday, November 23, 2015 7:48 AM
All replies
-
Hi,
Please take a look at these counters:
- MSExchange RpcClientAccess\Active User Count
- MSExchange ActiveSync\Requests/sec
- MSExchange OWA\Current Unique Users
More information is here: https://technet.microsoft.com/en-us/library/dn904093%28v=exchg.150%29.aspx.
Thanks.
Please mark as an answer if this answers your question
Mark Gossa
MCSE 2003, MCITP Enterprise Administrator 2008 R2, MCSA 2012 R2, MCTS Exchange 2010, MCTS SQL 2012, MCTS SharePoint 2007, VCP4, VCP5, CCNA
Blog:http://markgossa.blogspot.com LinkedIn:
Posts are provided “AS IS” without warranty of any kind, either expressed or implied.
Monday, November 23, 2015 11:16 AM -
Hope the below link is useful for you to find out the counters.
https://rajisubramanian.wordpress.com/2014/07/17/exchange-server-2013-performance-counters/
Monday, November 23, 2015 2:26 PM -
Check this,
http://mikepfeiffer.net/2011/04/determine-the-number-of-active-users-on-exchange-2010-client-access-servers-with-powershell/
Monday, November 23, 2015 9:44 PM -
Hi,
Please refer to this script
https://gallery.technet.microsoft.com/Get-Active-Exchange-2010-0d7a4099/view/Discussions#content
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com
Lynn-Li
TechNet Community SupportTuesday, November 24, 2015 2:09 AM -
any commands or script to get this active user count directly?Thursday, November 26, 2015 6:37 AM
-
Do you try it on exchange 2013 ?Thursday, November 26, 2015 6:38 AM
-
Do you try it on exchange 2013 ?Thursday, November 26, 2015 6:38 AM
-
Hi,
Please take a look at these counters:
- MSExchange RpcClientAccess\Active User Count
- MSExchange ActiveSync\Requests/sec
- MSExchange OWA\Current Unique Users
More information is here: https://technet.microsoft.com/en-us/library/dn904093%28v=exchg.150%29.aspx.
Thanks.
Please mark as an answer if this answers your question
Mark Gossa
MCSE 2003, MCITP Enterprise Administrator 2008 R2, MCSA 2012 R2, MCTS Exchange 2010, MCTS SQL 2012, MCTS SharePoint 2007, VCP4, VCP5, CCNA
Blog:http://markgossa.blogspot.com LinkedIn:
Posts are provided “AS IS” without warranty of any kind, either expressed or implied.
Hi,
Please create a data collector set with the above counters which will work with Exchange 2013. To set up a data collector using Perfmon, see here: https://technet.microsoft.com/en-GB/library/cc766404.aspx.
This will provide the information you require.
Thanks.
Please mark as an answer if this answers your question
Mark Gossa
MCSE 2003, MCITP Enterprise Administrator 2008 R2, MCSA 2012 R2, MCTS Exchange 2010, MCTS SQL 2012, MCTS SharePoint 2007, VCP4, VCP5, CCNA
Blog:http://markgossa.blogspot.com LinkedIn:
Posts are provided “AS IS” without warranty of any kind, either expressed or implied.
- Proposed as answer by krselva Tuesday, December 1, 2015 2:55 PM
Thursday, November 26, 2015 10:29 AM