< Back
New-DeviceManagement_DeviceEnrollmentConfigurations
Post
NAME New-DeviceManagement_DeviceEnrollmentConfigurations
SYNOPSIS
Creates a "microsoft.graph.deviceEnrollmentConfiguration" object.
SYNTAX
New-DeviceManagement_DeviceEnrollmentConfigurations [-assignments <object[]>] [-createdDateTime <DateTimeOffset>]
[-description <string>] [-displayName <string>] [-lastModifiedDateTime <DateTimeOffset>] [-priority <int>]
[-version <int>] [<CommonParameters>]
New-DeviceManagement_DeviceEnrollmentConfigurations -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>]
New-DeviceManagement_DeviceEnrollmentConfigurations -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>]
New-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentLimitConfiguration <SwitchParameter>
[-assignments <object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName <string>]
[-lastModifiedDateTime <DateTimeOffset>] [-limit <int>] [-priority <int>] [-version <int>] [<CommonParameters>]
New-DeviceManagement_DeviceEnrollmentConfigurations -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
Adds a "microsoft.graph.deviceEnrollmentConfiguration" object to the "deviceEnrollmentConfigurations" collection.
The list of device enrollment configurations
Graph call: POST ~/deviceManagement/deviceEnrollmentConfigurations
PARAMETERS
-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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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 "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.String
The "description" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.Int32
The "priority" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.DateTimeOffset
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.DateTimeOffset
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.Int32
The "version" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.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.
System.Int32
The "pinMinimumLength" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.Int32
The "pinMaximumLength" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.String
The "pinUppercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
System.String
The "pinLowercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
System.String
The "pinSpecialCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
System.String
The "state" property, of type "microsoft.graph.enablement".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'notConfigured', 'enabled', 'disabled'
System.Boolean
The "securityDeviceRequired" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.Boolean
The "unlockWithBiometricsEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.Boolean
The "remotePassportEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.Int32
The "pinPreviousBlockCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.Int32
The "pinExpirationInDays" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.String
The "enhancedBiometricsState" property, of type "microsoft.graph.enablement".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'notConfigured', 'enabled', 'disabled'
System.Object
The "iosRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
System.Object
The "windowsRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
System.Object
The "windowsMobileRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
System.Object
The "androidRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
System.Object
The "macOSRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
System.Int32
The "limit" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.
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
Creates a "microsoft.graph.deviceEnrollmentConfiguration" object.
SYNTAX
New-DeviceManagement_DeviceEnrollmentConfigurations [-assignments <object[]>] [-createdDateTime <DateTimeOffset>]
[-description <string>] [-displayName <string>] [-lastModifiedDateTime <DateTimeOffset>] [-priority <int>]
[-version <int>] [<CommonParameters>]
New-DeviceManagement_DeviceEnrollmentConfigurations -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>]
New-DeviceManagement_DeviceEnrollmentConfigurations -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>]
New-DeviceManagement_DeviceEnrollmentConfigurations -deviceEnrollmentLimitConfiguration <SwitchParameter>
[-assignments <object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName <string>]
[-lastModifiedDateTime <DateTimeOffset>] [-limit <int>] [-priority <int>] [-version <int>] [<CommonParameters>]
New-DeviceManagement_DeviceEnrollmentConfigurations -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
Adds a "microsoft.graph.deviceEnrollmentConfiguration" object to the "deviceEnrollmentConfigurations" collection.
The list of device enrollment configurations
Graph call: POST ~/deviceManagement/deviceEnrollmentConfigurations
PARAMETERS
-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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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? true (ByPropertyName)
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 "displayName" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.String
The "description" property, of type "Edm.String".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.Int32
The "priority" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.DateTimeOffset
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.DateTimeOffset
The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.Int32
The "version" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentConfiguration" type.
System.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.
System.Int32
The "pinMinimumLength" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.Int32
The "pinMaximumLength" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.String
The "pinUppercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
System.String
The "pinLowercaseCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
System.String
The "pinSpecialCharactersUsage" property, of type "microsoft.graph.windowsHelloForBusinessPinUsage".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'allowed', 'required', 'disallowed'
System.String
The "state" property, of type "microsoft.graph.enablement".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'notConfigured', 'enabled', 'disabled'
System.Boolean
The "securityDeviceRequired" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.Boolean
The "unlockWithBiometricsEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.Boolean
The "remotePassportEnabled" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.Int32
The "pinPreviousBlockCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.Int32
The "pinExpirationInDays" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
System.String
The "enhancedBiometricsState" property, of type "microsoft.graph.enablement".
This property is on the "microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration" type.
Valid values: 'notConfigured', 'enabled', 'disabled'
System.Object
The "iosRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
System.Object
The "windowsRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
System.Object
The "windowsMobileRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
System.Object
The "androidRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
System.Object
The "macOSRestriction" property, of type "microsoft.graph.deviceEnrollmentPlatformRestriction".
This property is on the "microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration" type.
System.Int32
The "limit" property, of type "Edm.Int32".
This property is on the "microsoft.graph.deviceEnrollmentLimitConfiguration" type.
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