Skip to content

Commit 053ce3e

Browse files
authored
Merge pull request #3656 from Ren-Roros-Digital/mdmscope
feat: New MDM User Scope standard
2 parents 33ac08f + 4f920bf commit 053ce3e

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
@@ -2358,6 +2358,37 @@
23582358
"powershellEquivalent": "",
23592359
"recommendedBy": []
23602360
},
2361+
{
2362+
"name": "standards.MDMScope",
2363+
"cat": "Intune Standards",
2364+
"tag": [],
2365+
"helpText": "Configures the MDM user scope. This also sets the terms of use, discovery and compliance URL to default URLs.",
2366+
"docsDescription": "Configures the MDM user scope. This also sets the terms of use URL, discovery URL and compliance URL to default values.",
2367+
"addedComponent": [
2368+
{
2369+
"name": "appliesTo",
2370+
"label": "MDM User Scope?",
2371+
"type": "radio",
2372+
"options": [
2373+
{ "label": "All", "value": "all" },
2374+
{ "label": "None", "value": "none" },
2375+
{ "label": "Custom Group", "value": "selected" }
2376+
]
2377+
},
2378+
{
2379+
"type": "textField",
2380+
"name": "standards.MDMScope.customGroup",
2381+
"label": "Custom Group Name",
2382+
"required": false
2383+
}
2384+
],
2385+
"label": "Configure MDM user scope",
2386+
"impact": "Low Impact",
2387+
"impactColour": "info",
2388+
"addedDate": "2025-02-18",
2389+
"powershellEquivalent": "Graph API",
2390+
"recommendedBy": []
2391+
},
23612392
{
23622393
"name": "standards.intuneDeviceReg",
23632394
"cat": "Intune Standards",

0 commit comments

Comments
 (0)