I am trying to get some logon statistics from a Exchange server 2010, I am using the following command,
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?