|
2273 | 2273 | "powershellEquivalent": "",
|
2274 | 2274 | "recommendedBy": []
|
2275 | 2275 | },
|
| 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 | + }, |
2276 | 2307 | {
|
2277 | 2308 | "name": "standards.intuneDeviceReg",
|
2278 | 2309 | "cat": "Intune Standards",
|
|
0 commit comments