Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We are in need of this as well, we started deploying replacement hardware to users without a profile, then they use the SBL feature to establish the connection and allow them to login and establish the profile so we would not need to know their passw...
I want to add a header to SharePoint Online emails that will allow it to bypass our FED quarantine content rule. When an executive in our FED dictionary requests access to a SharePoint Online resource or leaves a comment in a document, the email win...
Apparently something did change because on one that was quarantined last Friday, the ARC-Authentication-Results header contains dmarc=none. I am going to change the content filter to examine the Authentication-Results header instead and hope for bet...
The filter config is:FED_SHAREPOINT_BYPASS: if (mail-from == "[email protected]") AND (header("ARC-Authentication-Results") == "dmarc=pass") AND (header("ARC-Authentication-Results") == "header.d=sharepointonline.com") { insert-header("he...