Edit

Share via


Set-SPOServicePrioritizationAppRegistration

Updates an existing app registration for service prioritization in SharePoint Online.

Note

This functionality is rolling out and might not be fully enabled in your environment yet.

Syntax

Set-SPOServicePrioritizationAppRegistration
   -AppId <Guid>
   [-Enabled <Boolean>]
   [-QuotaMultiplier <Int32>]
   [<CommonParameters>]

Description

This cmdlet updates the configuration of an existing app registration for service prioritization in SharePoint Online. This cmdlet is useful for modifying properties such as enabling or disabling the app registration or adjusting the quota multiplier.

Examples

Example 1

Set-SPOServicePrioritizationAppRegistration -AppId "12345678-1234-1234-1234-1234567890ab" -Enabled $true -QuotaMultiplier 3

This example updates the app registration with the specified AppId, enabling it and setting the quota multiplier to 3.

Parameters

-AppId

Specifies the unique identifier (GUID) of the app registration to update.

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

-Enabled

Specifies whether the app registration is enabled or disabled. Accepts a Boolean value.

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

-QuotaMultiplier

This parameter specifies the quota multiplier limit for the scaling feature. Value must be between 2 and 10.

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

Inputs

None

Outputs

System.Object