< Back
New-DeviceEnrollmentConfigurationObject
Post
NAME New-DeviceEnrollmentConfigurationObject
SYNOPSIS
Creates a new object which represents a "microsoft.graph.deviceEnrollmentConfiguration" (or one of its derived
types).
SYNTAX
New-DeviceEnrollmentConfigurationObject [-assignments <object[]>] [-createdDateTime <DateTimeOffset>]
[-description <string>] [-displayName <string>] [-lastModifiedDateTime <DateTimeOffset>] [-priority <int>]
[-version <int>] [<CommonParameters>]
New-DeviceEnrollmentConfigurationObject -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-DeviceEnrollmentConfigurationObject -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-DeviceEnrollmentConfigurationObject -deviceEnrollmentLimitConfiguration <SwitchParameter> [-assignments
<object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName <string>]
[-lastModifiedDateTime <DateTimeOffset>] [-limit <int>] [-priority <int>] [-version <int>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.deviceEnrollmentConfiguration" (or one of its derived
types).
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? 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
<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
OUTPUTS
RELATED LINKS
SYNOPSIS
Creates a new object which represents a "microsoft.graph.deviceEnrollmentConfiguration" (or one of its derived
types).
SYNTAX
New-DeviceEnrollmentConfigurationObject [-assignments <object[]>] [-createdDateTime <DateTimeOffset>]
[-description <string>] [-displayName <string>] [-lastModifiedDateTime <DateTimeOffset>] [-priority <int>]
[-version <int>] [<CommonParameters>]
New-DeviceEnrollmentConfigurationObject -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-DeviceEnrollmentConfigurationObject -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-DeviceEnrollmentConfigurationObject -deviceEnrollmentLimitConfiguration <SwitchParameter> [-assignments
<object[]>] [-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName <string>]
[-lastModifiedDateTime <DateTimeOffset>] [-limit <int>] [-priority <int>] [-version <int>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.deviceEnrollmentConfiguration" (or one of its derived
types).
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? 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
<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
OUTPUTS
RELATED LINKS