Edit

Share via


Add-SPOServicePrioritizationAppRegistration

Adds a new 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

Add-SPOServicePrioritizationAppRegistration
   -AppId <Guid>
   -PolicyId <Guid>
   -QuotaMultiplier <Int32>
   [<CommonParameters>]

Description

This cmdlet allows administrators to register a new app for service prioritization in SharePoint Online. This cmdlet is useful for configuring specific apps to receive prioritized service handling based on defined policies.

Examples

Example 1

Add-SPOServicePrioritizationAppRegistration -AppId "12345678-1234-1234-1234-1234567890ab" -PolicyId "87654321-4321-4321-4321-0987654321ba" -QuotaMultiplier 2

This example adds a new app registration with the specified AppId and PolicyId, and sets the quota multiplier to 2.

Parameters

-AppId

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

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

-PolicyId

Specifies the unique identifier (GUID) of the policy to associate with the app registration.

Type:Guid
Position:Named
Default value:None
Required:True
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:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object