Get-MailboxServer | Get-LogonStatistics | Select UserName,ClientVersion,LastAccessTime,ServerName, but it returns this, 3587.0.32963.1, as a version number.
I have read that it is af bug in Exchange 2010. Does anyone have a workaround?
Technology Tips and News
Get-MailboxServer | Get-LogonStatistics | Select UserName,ClientVersion,LastAccessTime,ServerName, but it returns this, 3587.0.32963.1, as a version number.
I have read that it is af bug in Exchange 2010. Does anyone have a workaround?
Hi ThomasRH,
Please run the following command:
Get-MailboxStatistics -Server servername | Select Displayname,LastLogonTime
If you have any further questions, please do not hesitate to post back.
Best regards,
Eric
Right, I guess along with IP address Outlook doesn't send version information either back via Get-LogonStatistics...
The client IP address for an Outlook 2010 client is not logged in Exchange when you use the Get-LogonStatistics command - http://support.microsoft.com/kb/2292750
However you can get Version information from RPC Client Access Logs located in below folder...
\Program Files\Microsoft\Exchange Server\v14\Logging\RPC Client Access