Skip to content

Commit d22fd7b

Browse files
authored
Merge pull request #8104 from MandiOhlinger/GHI1984
ADO 15059393: Added info on CSP user scope vs device scope
2 parents 0f69983 + 6f9e9ba commit d22fd7b

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

memdocs/intune/configuration/device-profile-assign.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: MandiOhlinger
88
ms.author: mandia
99
manager: dougeby
10-
ms.date: 07/21/2022
10+
ms.date: 07/26/2022
1111
ms.topic: how-to
1212
ms.service: microsoft-intune
1313
ms.subservice: configuration
@@ -108,6 +108,14 @@ For example:
108108

109109
To summarize, use user groups when you want your settings and rules to always go with the user, whatever device they use.
110110

111+
### Windows CSPs
112+
113+
The policy settings for Windows devices are based on the [configuration service providers (CSPs)](/windows/client-management/mdm/configuration-service-provider-reference). These settings map to registry keys or files on the devices.
114+
115+
Endpoint Manager exposes these CSPs so you can configure these settings and assign them to your Windows devices. These settings are configurable using the built-in templates and using the [settings catalog](settings-catalog.md). In the settings catalog, you'll see that some settings apply to the user scope and some settings apply to the device scope.
116+
117+
For information on how user scoped and device scoped settings are applied to Windows devices, go to [Settings catalog: Device scope vs. user scope settings](settings-catalog.md#device-scope-vs-user-scope-settings).
118+
111119
## Exclude groups from a profile assignment
112120

113121
Intune device configuration profiles let you include and exclude groups from profile assignment.

memdocs/intune/configuration/settings-catalog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
author: MandiOhlinger
88
ms.author: mandia
99
manager: dougeby
10-
ms.date: 06/21/2022
10+
ms.date: 07/26/2022
1111
ms.topic: how-to
1212
ms.service: microsoft-intune
1313
ms.subservice: configuration
@@ -212,9 +212,10 @@ When a device checks in to Intune, the device always presents a `deviceID`. The
212212
The following list includes some possible combinations of scope, assignment, and the expected behavior:
213213

214214
- If a device scope policy is assigned to a device, then all users on that device have that setting applied.
215+
- If a device scoped policy is assigned to a user, once that user signs in and an Intune sync occurs, then the device scope settings apply to all users on the device.
215216
- If a user scope policy is assigned to a device, then all users on that device have that setting applied. This behavior is like a [loopback set to merge](/troubleshoot/windows-server/group-policy/loopback-processing-of-group-policy).
216217
- If a user scoped policy is assigned to a user, then only that user has that setting applied.
217-
- If a device scoped policy is assigned to a user, once that user signs in and an Intune sync occurs, then the device scope settings apply to all users on the device.
218+
- There are some settings that are available in the user scope and the device scope. If one of these settings is assigned to both user and device scope, then user scope takes precedence over device scope.
218219

219220
If there isn't a [user hive](/windows/win32/sysinfo/registry-hives) during initial check-ins, then you may see some user scope settings marked as not applicable. This behavior happens in the early moments of a device before a user is present.
220221

0 commit comments

Comments
 (0)