Forum Discussion
Intune: Custom Policy Configuration: Setting fails with error: -2016281112 (Remediation failed)
- May 20, 2020
Hi ShehzadUIT
What value are you using for HomepageLocation?
I wrote an article about managing Chrome settings and HomePage Location is one of the examples, it might be helpful for you https://www.inthecloud247.com/manage-google-chrome-settings-with-microsoft-intune/
Moe_Kinani ...Thanks for that. This script is definitely handy. However, the real question is that why would these custom CSPs not work?
I would understand that if i extract a setting from an ADMX XML and it doesn't work. maybe i am doing something wrong. But in this case, these are examples from Google. and millions of people have tried them. so why are they throwing an error.
Hi ShehzadUIT
What value are you using for HomepageLocation?
I wrote an article about managing Chrome settings and HomePage Location is one of the examples, it might be helpful for you https://www.inthecloud247.com/manage-google-chrome-settings-with-microsoft-intune/
- ShehzadUITMay 25, 2020Brass Contributor
PKlapwijk . I am using the following value for homepage:
<enabled/><data id="HomepageLocation" value="<Our_Intranet_Page_URL"/>
- PKlapwijkMay 25, 2020MVP
ShehzadUIT you only seem to miss a space between <enabled/> and <data id
- ShehzadUITMay 25, 2020Brass Contributor
PKlapwijk Thanks. that maybe one of the issues. the other issue that i saw comparing your article with the examples given by Google is:
Yours: ./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~Startup/HomepageLocation
Google's:
./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~*googlechrome~*Startup/HomepageLocation
when i took off the * before googlechrome and startup, the error went away.