|
2358 | 2358 | "powershellEquivalent": "",
|
2359 | 2359 | "recommendedBy": []
|
2360 | 2360 | },
|
| 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 | + }, |
2361 | 2392 | {
|
2362 | 2393 | "name": "standards.intuneDeviceReg",
|
2363 | 2394 | "cat": "Intune Standards",
|
|
0 commit comments