Oct 10 2019
07:39 AM
- last edited on
May 24 2021
02:07 PM
by
TechCommunityAP
Oct 10 2019
07:39 AM
- last edited on
May 24 2021
02:07 PM
by
TechCommunityAP
I've created several Sensitivity Labels and marked them as requiring justification to send to untrusted domains.
Now I want to define the domains which ARE trusted and bypass justification prompt using Set-LabelPolicy -Identity "Global" -AdvancedSettings @{OutlookJustifyTrustedDomains=" ..."}
Does this option imply subdomains are also trusted? In other words would -
Set-LabelPolicy -Identity "Global" -AdvancedSettings @{OutlookJustifyTrustedDomains="contoso.com"}
mean that emails to sales.contoso.com, finance.contoso.com etc. would NOT generate a justification prompt?
Also where can I report on the justifications users have input?
Apr 23 2020 09:26 PM
Any feedback on this. looks like this doesn't honor Wild card as well.
How can we exempt teams domain which has a format
Company.onmicrosoft.com@amer.teams.ms
Thanks