Apr 04 2019 04:01 AM
Hi Team,
Is there a powershell script that i could use to extract all blocked domains from my Office 365 Exchange online?
Appreciate your expert inputs.
Thanks!
Apr 04 2019 10:39 AM
Blocked how? By end users, by transport rules, by spam filter policies?
Apr 05 2019 12:45 AM
@VasilMichev Apology , We have blocked some Email addresses and Domains through Connection filtering and I'd like to know if there's a script that i could use to extract those information?
Apr 05 2019 12:50 AM
@VasilMichev Sorry i was referring to "Spam Filter"
Apr 05 2019 10:33 AM
Here's how to get those:
Get-HostedContentFilterPolicy -Identity 'Default' | fl Blocked*,Allowed*