Skip to content

Commit 4f920bf

Browse files
committed
feat: New MDM User Scope standard
1 parent 44eba18 commit 4f920bf

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/data/standards.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2273,6 +2273,37 @@
22732273
"powershellEquivalent": "",
22742274
"recommendedBy": []
22752275
},
2276+
{
2277+
"name": "standards.MDMScope",
2278+
"cat": "Intune Standards",
2279+
"tag": [],
2280+
"helpText": "Configures the MDM user scope. This also sets the terms of use, discovery and compliance URL to default URLs.",
2281+
"docsDescription": "Configures the MDM user scope. This also sets the terms of use URL, discovery URL and compliance URL to default values.",
2282+
"addedComponent": [
2283+
{
2284+
"name": "appliesTo",
2285+
"label": "MDM User Scope?",
2286+
"type": "radio",
2287+
"options": [
2288+
{ "label": "All", "value": "all" },
2289+
{ "label": "None", "value": "none" },
2290+
{ "label": "Custom Group", "value": "selected" }
2291+
]
2292+
},
2293+
{
2294+
"type": "textField",
2295+
"name": "standards.MDMScope.customGroup",
2296+
"label": "Custom Group Name",
2297+
"required": false
2298+
}
2299+
],
2300+
"label": "Configure MDM user scope",
2301+
"impact": "Low Impact",
2302+
"impactColour": "info",
2303+
"addedDate": "2025-02-18",
2304+
"powershellEquivalent": "Graph API",
2305+
"recommendedBy": []
2306+
},
22762307
{
22772308
"name": "standards.intuneDeviceReg",
22782309
"cat": "Intune Standards",

0 commit comments

Comments
 (0)