DSCResources/MSFT_IntuneWindowsUpdateForBusinessFeatureUpdateProfileWindows10/settings.json
|
{
"resourceName": "IntuneWindowsUpdateForBusinessFeatureUpdateProfileWindows10", "description": "This resource configures an Intune Windows Update For Business Feature Update Profile for Windows10.", "permissions": { "graph": { "delegated": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.ReadWrite.All" } ] }, "application": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.ReadWrite.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.DeviceManagement.Enrollment", "Microsoft.Graph.Groups" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Configuration", "commands": [ { "module": "Microsoft.Graph.Beta.DeviceManagement", "cmdlets": [ "Get-MgBetaDeviceManagementAssignmentFilter" ] }, { "module": "Microsoft.Graph.Beta.DeviceManagement.Enrollment", "cmdlets": [ "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile" ] }, { "module": "Microsoft.Graph.Groups", "cmdlets": [ "Get-MgGroup" ] } ] } |