Filtering get-logonstatistics for particular client of shared mailbox
Hi Am using Exchange 2007 SP2. I use the get-logonstatistics -identity <mailbox> | fl to get data on clients. We also have shared mailboxes that are used by 100's of people. If I had a client IP address of 192.168.13.4, does anyone know how I can get logonstatistics for that particular client logging onto shared mailbox Marketing?
March 5th, 2011 1:57pm

Get-LogonStatistics -Identity Marketing | where {$_.ClientIPAddress -like "192.168.13.4"}Jesper Bernle | Blog: http://xchangeserver.wordpress.com
Free Windows Admin Tool Kit Click here and download it now
March 6th, 2011 11:57am

Hi Joe, Yes, you can use Powershell’s where-object cmdlet to further filter the results based on the properties returned by each cmdlet. For this issue, you can just use Jesper’s cmdlet to achieve the goal. Thanks, Evan Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
March 9th, 2011 12:17am

I am looking for the same solution but the command-let with the ip filter does not return any result. anybody know why? I was getting "Process Microsoft.Exchange.RpcClientAccess.Service.exe (PID=4952). User 'Sid~domain\user~RCA~false' has gone over budget '138' times for component 'RCA' within a one minute period. Info: 'Policy:DefaultThrottlingPolicy_dd2e0e86-5fbd-48b0-b408-fed11eba0ade, Parts:MaxConcurrency:137;'. Threshold value: '100'." It is a shared mailbox with some users using web-mail and others using outlook 2003. I looked at other shared mailboxes and they never go over budget. I want to run this command to determine which user is the culprit.
Free Windows Admin Tool Kit Click here and download it now
June 2nd, 2011 1:39pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics