Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#3656 from Ren-Roros-Digital/mdmscope
Browse files Browse the repository at this point in the history
feat: New MDM User Scope standard
  • Loading branch information
JohnDuprey authored Feb 25, 2025
2 parents 33ac08f + 4f920bf commit 053ce3e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -2358,6 +2358,37 @@
"powershellEquivalent": "",
"recommendedBy": []
},
{
"name": "standards.MDMScope",
"cat": "Intune Standards",
"tag": [],
"helpText": "Configures the MDM user scope. This also sets the terms of use, discovery and compliance URL to default URLs.",
"docsDescription": "Configures the MDM user scope. This also sets the terms of use URL, discovery URL and compliance URL to default values.",
"addedComponent": [
{
"name": "appliesTo",
"label": "MDM User Scope?",
"type": "radio",
"options": [
{ "label": "All", "value": "all" },
{ "label": "None", "value": "none" },
{ "label": "Custom Group", "value": "selected" }
]
},
{
"type": "textField",
"name": "standards.MDMScope.customGroup",
"label": "Custom Group Name",
"required": false
}
],
"label": "Configure MDM user scope",
"impact": "Low Impact",
"impactColour": "info",
"addedDate": "2025-02-18",
"powershellEquivalent": "Graph API",
"recommendedBy": []
},
{
"name": "standards.intuneDeviceReg",
"cat": "Intune Standards",
Expand Down

0 comments on commit 053ce3e

Please sign in to comment.