Get-agent log
Hello,I have some clients that get a message saying taht their IP address have been blocked.I have the client IP and domain.I would need to run the get-agent log but retrieve only thje logs form that client?Can you please help me on that ?
June 15th, 2009 1:07pm

hi,here is an article about how to using get-agentlog command ;http://exchangepedia.com/blog/2007/04/managing-and-filtering-anti-spam-agent.htmlregards,Mumin CICEK | Exchange - MVP | www.cozumpark.com | www.mumincicek.com
Free Windows Admin Tool Kit Click here and download it now
June 15th, 2009 2:13pm

Hi,You could use cmdlet like:Get-AgentLog -StartDate "1/1/2009" -EndDate "6/16/2009" | where {$_.IPAddress -eq "10.0.0.1"}You could read the article provided by Mumin for more information, another article for your reference:http://technet.microsoft.com/en-us/library/aa996044.aspxThanks,Elvis
June 16th, 2009 1:13pm

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

Other recent topics Other recent topics