Update-MgBetaPolicyDeviceRegistrationPolicy

Update the properties of a deviceRegistrationPolicy object. Represents deviceRegistrationPolicy quota restrictions, additional authentication, and authorization policies to register device identities to your organization.

Syntax

Update-MgBetaPolicyDeviceRegistrationPolicy
      [-ResponseHeadersVariable <String>]
      [-AdditionalProperties <Hashtable>]
      [-AzureAdJoin <IMicrosoftGraphAzureAdJoinPolicy>]
      [-AzureAdRegistration <IMicrosoftGraphAzureAdRegistrationPolicy>]
      [-Description <String>]
      [-DisplayName <String>]
      [-Id <String>]
      [-LocalAdminPassword <IMicrosoftGraphLocalAdminPasswordSettings>]
      [-MultiFactorAuthConfiguration <String>]
      [-UserDeviceQuota <Int32>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-MgBetaPolicyDeviceRegistrationPolicy
      -BodyParameter <IMicrosoftGraphDeviceRegistrationPolicy>
      [-ResponseHeadersVariable <String>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Update the properties of a deviceRegistrationPolicy object. Represents deviceRegistrationPolicy quota restrictions, additional authentication, and authorization policies to register device identities to your organization.

Parameters

-AdditionalProperties

Additional Parameters

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AzureAdJoin

azureADJoinPolicy To construct, see NOTES section for AZUREADJOIN properties and create a hash table.

Type:IMicrosoftGraphAzureAdJoinPolicy
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AzureAdRegistration

azureADRegistrationPolicy To construct, see NOTES section for AZUREADREGISTRATION properties and create a hash table.

Type:IMicrosoftGraphAzureAdRegistrationPolicy
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BodyParameter

deviceRegistrationPolicy To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IMicrosoftGraphDeviceRegistrationPolicy
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Description

The description of the device registration policy. It's always set to Tenant-wide policy that manages intial provisioning controls using quota restrictions, additional authentication and authorization checks. Read-only.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DisplayName

The name of the device registration policy. It's always set to Device Registration Policy. Read-only.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Headers

Optional headers that will be added to the request.

Type:IDictionary
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Id

The unique identifier for an entity. Read-only.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LocalAdminPassword

localAdminPasswordSettings To construct, see NOTES section for LOCALADMINPASSWORD properties and create a hash table.

Type:IMicrosoftGraphLocalAdminPasswordSettings
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-MultiFactorAuthConfiguration

multiFactorAuthConfiguration

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProgressAction

{{ Fill ProgressAction Description }}

Type:ActionPreference
Aliases:proga
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Type:String
Aliases:RHV
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-UserDeviceQuota

Specifies the maximum number of devices that a user can have within your organization before blocking new device registrations. The default value is set to 50. If this property isn't specified during the policy update operation, it's automatically reset to 0 to indicate that users aren't allowed to join any devices.

Type:Int32
Position:Named
Default value:0
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDeviceRegistrationPolicy

System.Collections.IDictionary

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDeviceRegistrationPolicy

Notes

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

AZUREADJOIN <IMicrosoftGraphAzureAdJoinPolicy>: azureADJoinPolicy

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [AllowedToJoin <IMicrosoftGraphDeviceRegistrationMembership>]: deviceRegistrationMembership
    • [(Any) <Object>]: This indicates any property can be added to this object.
  • [IsAdminConfigurable <Boolean?>]: Determines if administrators can modify this policy.
  • [LocalAdmins <IMicrosoftGraphLocalAdminSettings>]: localAdminSettings
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [EnableGlobalAdmins <Boolean?>]:
    • [RegisteringUsers <IMicrosoftGraphDeviceRegistrationMembership>]: deviceRegistrationMembership

AZUREADREGISTRATION <IMicrosoftGraphAzureAdRegistrationPolicy>: azureADRegistrationPolicy

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [AllowedToRegister <IMicrosoftGraphDeviceRegistrationMembership>]: deviceRegistrationMembership
    • [(Any) <Object>]: This indicates any property can be added to this object.
  • [IsAdminConfigurable <Boolean?>]: Determines if administrators can modify this policy.

BODYPARAMETER <IMicrosoftGraphDeviceRegistrationPolicy>: deviceRegistrationPolicy

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [AzureAdJoin <IMicrosoftGraphAzureAdJoinPolicy>]: azureADJoinPolicy
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [AllowedToJoin <IMicrosoftGraphDeviceRegistrationMembership>]: deviceRegistrationMembership
      • [(Any) <Object>]: This indicates any property can be added to this object.
    • [IsAdminConfigurable <Boolean?>]: Determines if administrators can modify this policy.
    • [LocalAdmins <IMicrosoftGraphLocalAdminSettings>]: localAdminSettings
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [EnableGlobalAdmins <Boolean?>]:
      • [RegisteringUsers <IMicrosoftGraphDeviceRegistrationMembership>]: deviceRegistrationMembership
  • [AzureAdRegistration <IMicrosoftGraphAzureAdRegistrationPolicy>]: azureADRegistrationPolicy
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [AllowedToRegister <IMicrosoftGraphDeviceRegistrationMembership>]: deviceRegistrationMembership
    • [IsAdminConfigurable <Boolean?>]: Determines if administrators can modify this policy.
  • [Description <String>]: The description of the device registration policy. It's always set to Tenant-wide policy that manages intial provisioning controls using quota restrictions, additional authentication and authorization checks. Read-only.
  • [DisplayName <String>]: The name of the device registration policy. It's always set to Device Registration Policy. Read-only.
  • [LocalAdminPassword <IMicrosoftGraphLocalAdminPasswordSettings>]: localAdminPasswordSettings
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [IsEnabled <Boolean?>]: Specifies whether this policy scope is configurable by the admin. The default value is false. An admin can set it to true to enable Local Admin Password Solution (LAPS) within their organzation.
  • [MultiFactorAuthConfiguration <String>]: multiFactorAuthConfiguration
  • [UserDeviceQuota <Int32?>]: Specifies the maximum number of devices that a user can have within your organization before blocking new device registrations. The default value is set to 50. If this property isn't specified during the policy update operation, it's automatically reset to 0 to indicate that users aren't allowed to join any devices.

LOCALADMINPASSWORD <IMicrosoftGraphLocalAdminPasswordSettings>: localAdminPasswordSettings

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [IsEnabled <Boolean?>]: Specifies whether this policy scope is configurable by the admin. The default value is false. An admin can set it to true to enable Local Admin Password Solution (LAPS) within their organzation.