Trying to create script for EOP quarantine filter
hello,
i create small powershell script should search sender domain email blocked in office 365 eop quarantine mailbox and send email alert admin checking after 3-4 hrs. details received time sender email address , recipient email address
please me valuable suggestion if it's possbile
regards,
swapnil
regards, swapnil jain
are looking quarantine report?
something may you. below code report past 1 day
if looking thing else let me know.get-quarantinemessage -startreceiveddate 09/25/2014 `
-endreceiveddate 09/26/2014 | export-csv c:\temp\spam.csv -notypeinformation
regards chen v [mcts sharepoint 2010]
Windows Server > Windows PowerShell
Comments
Post a Comment