Forum Discussion
Sohail Merchant
Jan 02, 2018Brass Contributor
Office 365 Group Sites - External Sharing restricted to allowed domain list
Hello,
Is it possible to restrict Office 365 Group site to certain domains only? I tried using the same PowerShell command and getting an error with this command '-SharingDomainRestrictionMode AllowList -SharingAllowedDomainList'. It seems these parameters are not allowed. Is there any other way to restrict sharing for a particular group to a white domain list?
Thanks.
- Sohail MerchantBrass Contributor
Thanks jcgonzalezmartin
Yes, I have. but this seems to suggest that it is a tenant wide setting rather than per group/sites.
"You can create only one policy per organization" Command also doesn't ask site url as the parameter:
Set-GuestAllowBlockDomainPolicy.ps1 -Update -AllowList @("contoso.com", "fabrikam.com")
Unless I got this completely wrong!
- Rob EllisBronze ContributorIt is only tenant wide at the current time.