Forum Discussion
PatrickF11
Jul 10, 2019MCT
CSP Remediation failed
Hi, i'm currently facing a problem with a CSP: I want to set the Timezone via CSP to my intune managed devices. So i created a custom profile like that: OMA-URI: ./Device/Vendor/MSFT/Policy/...
Shanekd
Aug 30, 2019Copper Contributor
I had just finished wrestling with this myself. I had to remove the /device from my string and remove the quotes around my timezone. After I did that, it worked right away. String that worked: ./Vendor/MSFT/Policy/Config/TimeLanguageSettings/ConfigureTimeZone Value that worked: Eastern Standard Time Thanks PatrickF11 for the info which helped me fix my issue
- PatrickF11Aug 30, 2019MCT
ShanekdI'm glad to hear I could help. 🙂