How To Monitor Exchange 2007 AntiSpam

How to monitor Monitor Exchange 2007 AntiSpam

Use the build in scripts in Exchange 2007 to monitor Exchange’s AntiSpam.
The scripts located at: C:\Program Files\Microsoft\Exchange Server\Scripts

View AntiSpam log:
Get-AgentLog -StartDate “20/06/2009” | group action | ft name,count –Autosize

View mail queue:
Get-queue

Top blocked senders
./Get-AntispamTopBlockedSenders.ps1 P1 -top 20 -StartDate “12/06/2009” -EndDate “20/06/2009”

Top spammed Recipients
./Get-AntispamTopRecipients.ps1 – top 20

Check AntiSpam updates
Get-AntispamUpdates

Other scripts:
Get-AntispamTopBlockedSenderDomains.ps1
Get-AntispamTopBlockedSenderIPs.ps1
Get-AntispamSCLHistogram.ps1
Get-AntispamFilteringReport.ps1
Get-AntispamTopBlockedSenders.ps1
Get-AntispamTopRBLProviders.ps1
Get-AntispamTopRecipients.ps1


Posted

in

,

by