DSCResources/MSFT_IntuneDeviceEnrollmentStatusPageWindows10/settings.json
|
{
"resourceName": "IntuneDeviceEnrollmentStatusPageWindows10", "description": "This resource configures an Intune Device Enrollment Status Page Configuration for Windows10.", "permissions": { "graph": { "delegated": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.Read.All" }, { "name": "DeviceManagementServiceConfig.Read.All" }, { "name": "DeviceManagementApps.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.ReadWrite.All" }, { "name": "DeviceManagementServiceConfig.ReadWrite.All" }, { "name": "DeviceManagementApps.Read.All" } ] }, "application": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.Read.All" }, { "name": "DeviceManagementServiceConfig.Read.All" }, { "name": "DeviceManagementApps.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.ReadWrite.All" }, { "name": "DeviceManagementServiceConfig.ReadWrite.All" }, { "name": "DeviceManagementApps.Read.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.DeviceManagement.Enrollment", "Microsoft.Graph.Beta.Devices.CorporateManagement", "Microsoft.Graph.Groups", "MSCloudLoginAssistant" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Configuration", "commands": [ { "module": "Microsoft.Graph.Authentication", "cmdlets": [ "Invoke-MgGraphRequest" ] }, { "module": "Microsoft.Graph.Beta.DeviceManagement", "cmdlets": [ "Get-MgBetaDeviceManagementAssignmentFilter" ] }, { "module": "Microsoft.Graph.Beta.DeviceManagement.Enrollment", "cmdlets": [ "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration" ] }, { "module": "Microsoft.Graph.Beta.Devices.CorporateManagement", "cmdlets": [ "Get-MgBetaDeviceAppManagementMobileApp" ] }, { "module": "Microsoft.Graph.Groups", "cmdlets": [ "Get-MgGroup" ] } ] } |