DSCResources/MSFT_IntuneDeviceRemediation/settings.json
|
{
"resourceName": "IntuneDeviceRemediation", "description": "This resource configures an Intune Device Remediation.", "permissions": { "graph": { "application": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementScripts.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementScripts.ReadWrite.All" } ] }, "delegated": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementScripts.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementScripts.ReadWrite.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.DeviceManagement", "Microsoft.Graph.Groups" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Configuration", "commands": [ { "module": "Microsoft.Graph.Beta.DeviceManagement", "cmdlets": [ "Get-MgBetaDeviceManagementAssignmentFilter", "Get-MgBetaDeviceManagementDeviceHealthScript", "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", "New-MgBetaDeviceManagementDeviceHealthScript", "Remove-MgBetaDeviceManagementDeviceHealthScript", "Update-MgBetaDeviceManagementDeviceHealthScript" ] }, { "module": "Microsoft.Graph.Groups", "cmdlets": [ "Get-MgGroup" ] } ] } |