Forum Discussion
WilliamTan30
Apr 04, 2019Copper Contributor
Exchange online: Office 365
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!
WilliamTan30
Apr 05, 2019Copper Contributor
VasilMichev
Apr 05, 2019MVP
Here's how to get those:
Get-HostedContentFilterPolicy -Identity 'Default' | fl Blocked*,Allowed*