What is a CSP policy?
Some policies can only be configured at the device level, whereas other policies can be configured at the user level. This means that device-level policies will have an effect independent of the user logging into the device, whereas user-level policies will have an effect depending on the user logging into the device.
User scope is where the policy only applies to the user who logs into the device, and the policy can vary depending on who is logging on to the device. The following is an example of what the CSP tree looks like when configuring a user policy:
./User/Vendor/MSFT/Policy/Config/AreaName/PolicyName
to configure the policy./User/Vendor/MSFT/Policy/Result/AreaName/PolicyName
to get the result
Device scope is where the policy only applies to the device itself, regardless of the user who logs into the device. The following is an example of what the CSP tree looks like when configuring a device policy:
./Device/Vendor/MSFT...