Forum Discussion
Tom_Fox
Jul 30, 2021Iron Contributor
ExemptDomainFileTypePairsFromFileTypeDownloadWarnings policy
I am trying to configure the ExemptDomainFileTypePairsFromFileTypeDownloadWarnings policy to allow EML and MSG attachments from our HR systems to be downloaded automatically, without having to allow ...
astee1280
Sep 27, 2021Copper Contributor
Hi Tom_Fox,
Our current working example is;
<Enabled/><data id="ExemptDomainFileTypePairsFromFileTypeDownloadWarningsDesc" value='1{"file_extension": "eml", "domains": ["mydomain"]}'/>
Should the 2 line example be;
<Enabled/><data id="ExemptDomainFileTypePairsFromFileTypeDownloadWarningsDesc" value='1{"file_extension": "eml", "domains": [ ".hrm.app.ourcompany.com", ".hrm.appacc.ourcompany.com", ".hrm.appdev.ourcompany.com" ] }, {"file_extension": "msg", "domains": [ ".hrm.app.ourcompany.com", ".hrm.appacc.ourcompany.com", ".hrm.appdev.ourcompany.com" ] }'/>
Would you be able to copy out your working string?
Thanks,
Alex
Our current working example is;
<Enabled/><data id="ExemptDomainFileTypePairsFromFileTypeDownloadWarningsDesc" value='1{"file_extension": "eml", "domains": ["mydomain"]}'/>
Should the 2 line example be;
<Enabled/><data id="ExemptDomainFileTypePairsFromFileTypeDownloadWarningsDesc" value='1{"file_extension": "eml", "domains": [ ".hrm.app.ourcompany.com", ".hrm.appacc.ourcompany.com", ".hrm.appdev.ourcompany.com" ] }, {"file_extension": "msg", "domains": [ ".hrm.app.ourcompany.com", ".hrm.appacc.ourcompany.com", ".hrm.appdev.ourcompany.com" ] }'/>
Would you be able to copy out your working string?
Thanks,
Alex
Tom_Fox
Sep 28, 2021Iron Contributor
How are you configuring this setting, through Group Policy, InTune or directly in the registry?
Tom
- TofuFaceFeb 17, 2022Copper ContributorHi Astee1280, Did you ever work this out? I'm trying to get the OMA-URI settings right for this setting for intune too.