< Back
Update-DeviceManagement_DeviceEnrollmentConfigurations
Post
NAME Update-DeviceManagement_DeviceEnrollmentConfigurations
SYNOPSIS
Updates a "microsoft.graph.deviceEnrollmentConfiguration".
SYNTAX
Update-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentConfigurationId <string> [-assignments
<object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName <string>]
[-lastModifiedDateTime <DateTimeOffset>] [-priority <int>] [-version <int>] [<CommonParameters>]
Update-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentConfigurationId <string>
-deviceEnrollmentWindowsHelloForBusinessConfiguration <SwitchParameter> [-assignments <object[]>]
[-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName <string>] [-enhancedBiometricsState
<string>] [-lastModifiedDateTime <DateTimeOffset>] [-pinExpirationInDays <int>] [-pinLowercaseCharactersUsage
<string>] [-pinMaximumLength <int>] [-pinMinimumLength <int>] [-pinPreviousBlockCount <int>]
[-pinSpecialCharactersUsage <string>] [-pinUppercaseCharactersUsage <string>] [-priority <int>]
[-remotePassportEnabled <bool>] [-securityDeviceRequired <bool>] [-state <string>] [-unlockWithBiometricsEnabled
<bool>] [-version <int>] [<CommonParameters>]
Update-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentConfigurationId <string>
-deviceEnrollmentPlatformRestrictionsConfiguration <SwitchParameter> [-androidRestriction <object>] [-assignments
<object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName <string>] [-iosRestriction
<object>] [-lastModifiedDateTime <DateTimeOffset>] [-macOSRestriction <object>] [-priority <int>] [-version <int>]
[-windowsMobileRestriction <object>] [-windowsRestriction <object>] [<CommonParameters>]
Update-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentConfigurationId <string>
-deviceEnrollmentLimitConfiguration <SwitchParameter> [-assignments <object[]>] [-createdDateTime
<DateTimeOffset>] [-description <string>] [-displayName <string>] [-lastModifiedDateTime <DateTimeOffset>] [-limit
<int>] [-priority <int>] [-version <int>] [<CommonParameters>]
Update-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentConfigurationId <string> -ODataType
<string> [-androidRestriction <object>] [-assignments <object[]>] [-createdDateTime <DateTimeOffset>]
[-description <string>] [-displayName <string>] [-enhancedBiometricsState <string>] [-iosRestriction <object>]
[-lastModifiedDateTime <DateTimeOffset>] [-limit <int>] [-macOSRestriction <object>] [-pinExpirationInDays <int>]
[-pinLowercaseCharactersUsage <string>] [-pinMaximumLength <int>] [-pinMinimumLength <int>]
[-pinPreviousBlockCount <int>] [-pinSpecialCharactersUsage <string>] [-pinUppercaseCharactersUsage <string>]
[-priority <int>] [-remotePassportEnabled <bool>] [-securityDeviceRequired <bool>] [-state <string>]
[-unlockWithBiometricsEnabled <bool>] [-version <int>] [-windowsMobileRestriction <object>] [-windowsRestriction
<object>] [<CommonParameters>]
DESCRIPTION
Updates a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations"
collection.
The list of device enrollment configurations
Graph Call: PATCH ~/deviceManagement/deviceEnrollmentConfigurations
PARAMETERS
-deviceEnrollmentConfigurationId <string>
The ID for a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations"
collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-displayName <string>
The "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-description <string>
The "description" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-priority <int>
The "priority" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-createdDateTime <DateTimeOffset>
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-lastModifiedDateTime <DateTimeOffset>
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-version <int>
The "version" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-assignments <object[]>
The "assignments" property, of type "microsoft.graph.enrollmentConfigurationAssignment".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
The list of group assignments for the device configuration profile.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-deviceEnrollmentWindowsHelloForBusinessConfiguration <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-pinMinimumLength <int>
The "pinMinimumLength" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-pinMaximumLength <int>
The "pinMaximumLength" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-pinUppercaseCharactersUsage <string>
The "pinUppercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-pinLowercaseCharactersUsage <string>
The "pinLowercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-pinSpecialCharactersUsage <string>
The "pinSpecialCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-state <string>
The "state" property, of type "microsoft.graph.enablement".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'notConfigured', 'enabled', 'disabled'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-securityDeviceRequired <bool>
The "securityDeviceRequired" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-unlockWithBiometricsEnabled <bool>
The "unlockWithBiometricsEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-remotePassportEnabled <bool>
The "remotePassportEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-pinPreviousBlockCount <int>
The "pinPreviousBlockCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-pinExpirationInDays <int>
The "pinExpirationInDays" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-enhancedBiometricsState <string>
The "enhancedBiometricsState" property, of type "microsoft.graph.enablement".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'notConfigured', 'enabled', 'disabled'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-deviceEnrollmentPlatformRestrictionsConfiguration <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-iosRestriction <object>
The "iosRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-windowsRestriction <object>
The "windowsRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-windowsMobileRestriction <object>
The "windowsMobileRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-androidRestriction <object>
The "androidRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-macOSRestriction <object>
The "macOSRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-deviceEnrollmentLimitConfiguration <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.deviceEnrollmentLimitConfiguration" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-limit <int>
The "limit" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-ODataType <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-@odata.type <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
This is an alias of the ODataType parameter.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
The ID for a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations"
collection.
System.String
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
OUTPUTS
RELATED LINKS
GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK
SYNOPSIS
Updates a "microsoft.graph.deviceEnrollmentConfiguration".
SYNTAX
Update-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentConfigurationId <string> [-assignments
<object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName <string>]
[-lastModifiedDateTime <DateTimeOffset>] [-priority <int>] [-version <int>] [<CommonParameters>]
Update-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentConfigurationId <string>
-deviceEnrollmentWindowsHelloForBusinessConfiguration <SwitchParameter> [-assignments <object[]>]
[-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName <string>] [-enhancedBiometricsState
<string>] [-lastModifiedDateTime <DateTimeOffset>] [-pinExpirationInDays <int>] [-pinLowercaseCharactersUsage
<string>] [-pinMaximumLength <int>] [-pinMinimumLength <int>] [-pinPreviousBlockCount <int>]
[-pinSpecialCharactersUsage <string>] [-pinUppercaseCharactersUsage <string>] [-priority <int>]
[-remotePassportEnabled <bool>] [-securityDeviceRequired <bool>] [-state <string>] [-unlockWithBiometricsEnabled
<bool>] [-version <int>] [<CommonParameters>]
Update-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentConfigurationId <string>
-deviceEnrollmentPlatformRestrictionsConfiguration <SwitchParameter> [-androidRestriction <object>] [-assignments
<object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName <string>] [-iosRestriction
<object>] [-lastModifiedDateTime <DateTimeOffset>] [-macOSRestriction <object>] [-priority <int>] [-version <int>]
[-windowsMobileRestriction <object>] [-windowsRestriction <object>] [<CommonParameters>]
Update-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentConfigurationId <string>
-deviceEnrollmentLimitConfiguration <SwitchParameter> [-assignments <object[]>] [-createdDateTime
<DateTimeOffset>] [-description <string>] [-displayName <string>] [-lastModifiedDateTime <DateTimeOffset>] [-limit
<int>] [-priority <int>] [-version <int>] [<CommonParameters>]
Update-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentConfigurationId <string> -ODataType
<string> [-androidRestriction <object>] [-assignments <object[]>] [-createdDateTime <DateTimeOffset>]
[-description <string>] [-displayName <string>] [-enhancedBiometricsState <string>] [-iosRestriction <object>]
[-lastModifiedDateTime <DateTimeOffset>] [-limit <int>] [-macOSRestriction <object>] [-pinExpirationInDays <int>]
[-pinLowercaseCharactersUsage <string>] [-pinMaximumLength <int>] [-pinMinimumLength <int>]
[-pinPreviousBlockCount <int>] [-pinSpecialCharactersUsage <string>] [-pinUppercaseCharactersUsage <string>]
[-priority <int>] [-remotePassportEnabled <bool>] [-securityDeviceRequired <bool>] [-state <string>]
[-unlockWithBiometricsEnabled <bool>] [-version <int>] [-windowsMobileRestriction <object>] [-windowsRestriction
<object>] [<CommonParameters>]
DESCRIPTION
Updates a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations"
collection.
The list of device enrollment configurations
Graph Call: PATCH ~/deviceManagement/deviceEnrollmentConfigurations
PARAMETERS
-deviceEnrollmentConfigurationId <string>
The ID for a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations"
collection.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-displayName <string>
The "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-description <string>
The "description" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-priority <int>
The "priority" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-createdDateTime <DateTimeOffset>
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-lastModifiedDateTime <DateTimeOffset>
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-version <int>
The "version" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-assignments <object[]>
The "assignments" property, of type "microsoft.graph.enrollmentConfigurationAssignment".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
The list of group assignments for the device configuration profile.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-deviceEnrollmentWindowsHelloForBusinessConfiguration <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-pinMinimumLength <int>
The "pinMinimumLength" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-pinMaximumLength <int>
The "pinMaximumLength" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-pinUppercaseCharactersUsage <string>
The "pinUppercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-pinLowercaseCharactersUsage <string>
The "pinLowercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-pinSpecialCharactersUsage <string>
The "pinSpecialCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-state <string>
The "state" property, of type "microsoft.graph.enablement".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'notConfigured', 'enabled', 'disabled'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-securityDeviceRequired <bool>
The "securityDeviceRequired" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-unlockWithBiometricsEnabled <bool>
The "unlockWithBiometricsEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-remotePassportEnabled <bool>
The "remotePassportEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-pinPreviousBlockCount <int>
The "pinPreviousBlockCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-pinExpirationInDays <int>
The "pinExpirationInDays" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-enhancedBiometricsState <string>
The "enhancedBiometricsState" property, of type "microsoft.graph.enablement".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'notConfigured', 'enabled', 'disabled'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-deviceEnrollmentPlatformRestrictionsConfiguration <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-iosRestriction <object>
The "iosRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-windowsRestriction <object>
The "windowsRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-windowsMobileRestriction <object>
The "windowsMobileRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-androidRestriction <object>
The "androidRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-macOSRestriction <object>
The "macOSRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-deviceEnrollmentLimitConfiguration <SwitchParameter>
A switch parameter for selecting the parameter set which corresponds to the
"microsoft.graph.deviceEnrollmentLimitConfiguration" type.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-limit <int>
The "limit" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-ODataType <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-@odata.type <string>
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
This is an alias of the ODataType parameter.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
The ID for a "microsoft.graph.deviceEnrollmentConfiguration" object in the "deviceEnrollmentConfigurations"
collection.
System.String
The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.
OUTPUTS
RELATED LINKS
GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK