Link to home
Start Free TrialLog in
Avatar of Jerry Seinfield
Jerry SeinfieldFlag for United States of America

asked on

EXMON for Exchange 2013. identiy cached and online mode users . Powershell and Exchange help

Hello Experts,

I need to pull out a list of users in online mode vs cached mode from an Exchange 2013 CU8 organization. I was told to use get logon statistics, as per cmdlet below, however there is an error, and cannot be completed, see screenshot attached

Get-LogonStatistics -server servername| where {$_.ClientMode -ne “Cached”} | select-object FullMailboxDirectoryName,UserName,Windows2000Account,ClientMode,ClientName,ClientVersion,Identity | sort-object UserName -Unique| Export-Csv -Path C:\temp\UserCountservermail.csv -NoTypeInformation


Based on my additional research, we can user EXMON to trace this information, however I installed the tool on the exchange 2013 server, and cannot perform any task with this tool.

can someone help me either to fix the issue when I run the PowerShell to obtain the list of user, or indicate step by step instructions to use EXMON on Exchange 2013?

Is there any settings or registry key we have to add on the Exchange 2013 servers to run this tool? if so, any potential impact or performance degradation?
LogonStats.jpg
Avatar of Simon Butler (Sembee)
Simon Butler (Sembee)
Flag of United Kingdom of Great Britain and Northern Ireland image

I presume you have read this article:
http://exchangequery.com/2014/11/19/determining-the-users-connected-in-outlook-onlinecached-mode/

While it is tagged as Exchange 2013, nothing in it works for Exchange 2013.

get-logonstatistics doesn't work on Exchange 2013.
The command you have given does work on Exchange 2010.
EXMON is an Exchange 2003 tool. I wouldn't expect it to work with Exchange 2013.

At this time, there is no way that I am aware of to query whether a client is in cached mode or not from the Exchange 2013 server.

Simon.
Download Exmon on your 2013 server. Then click on reg file given in the exmon folder and launch the exmon tool.
Avatar of Jerry Seinfield

ASKER

Amit, can you please confirm this works in Exchange 2013? what registry are you talking about? please provide steps by steps

Thanks in advance
Again, there is some confusion about the support of EXMON on Exchange 2013. Can you please confirm and certify this tool is supported for Exchange 2013 users
Officially, I don't see MS is saying it is not supported. Nor they say it is supported.  This is the best, I found till nowL
http://guides.wmlcloud.com/application_server/exchange-server-2013---exchange-clients---performing-a-client-inventory.aspx

You can install it and give a try.
Thanks Amit and everyone,

From all the links attached, it seems like there is no a easy way to complete this request

Can someone please extract all steps required from all those links and indicate instructions step by step to pull out cached/online mode users in Exchange 2013 CU8?
I need instructions step by step that can be executed from my Exchange servers and not from workstations

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of Simon Butler (Sembee)
Simon Butler (Sembee)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial