- What is policy CSP?
- What is CSP in Intune?
- What is OMA URI?
- What is configuration service?
- How do I deploy a registry key using Intune?
What is policy CSP?
The Policy CSP enables the enterprise to configure policies on Windows 10 and Windows 10 Mobile. Some of these policy settings can also be applied using Group Policy, and the CSP documentation lists the equivalent Group Policy settings.
What is CSP in Intune?
CSP stands for Configuration Service Provider. You might think Intune i somehow a CSP but that would be incorrect. ... In our case, that means using Intune to do it. In doing so, IT can be assured that all company devices are compliant with the standards and policies set forth by the organization.
What is OMA URI?
Windows 10 custom profiles use Open Mobile Alliance Uniform Resource Identifier (OMA-URI) settings to configure different features. The OMA-URI settings can be scoped to either users or devices and some only apply to specific versions of Windows 10.
What is configuration service?
A configuration service provider (CSP) is an interface to read, set, modify, or delete configuration settings on the device. These settings map to registry keys or files. Some configuration service providers support the WAP format, some support SyncML, and some support both.
How do I deploy a registry key using Intune?
Re: Whats the best way to deploy registry settings with Intune?
- check if the setting can be configured via CSP. If so, if the setting is not exposed in the configuration profiles, use a custom profile (OMA-URI)
- If ultimately you need a registry change, I tend to create a PS script and push it as a Win32 app. ...
- you can always push PS scripts directly.