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

get-quarantinemessage -startreceiveddate 09/25/2014 `

-endreceiveddate 09/26/2014 | export-csv c:\temp\spam.csv -notypeinformation

if looking thing else let me know.

regards chen v [mcts sharepoint 2010]




Windows Server  >  Windows PowerShell



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file