| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/Set-SPOServicePrioritizationAppRegistration |
| applicable | SharePoint Online |
| title | Set-SPOServicePrioritizationAppRegistration |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer | speedta |
Updates an existing app registration for service prioritization in SharePoint Online.
Set-SPOServicePrioritizationAppRegistration -AppId <Guid> [-Enabled <Boolean>] [-QuotaMultiplier <Int32>]
[<CommonParameters>]
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.
Set-SPOServicePrioritizationAppRegistration -AppId "12345678-1234-1234-1234-1234567890ab" -Enabled $true -QuotaMultiplier 3This example updates the app registration with the specified AppId, enabling it and setting the quota multiplier to 3.
Specifies the unique identifier (GUID) of the app registration to update.
Type: System.Guid
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies whether the app registration is enabled or disabled. Accepts a Boolean value.
Type: System.Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis parameter specifies the quota multiplier limit for the scaling feature. Value must be between 2 and 10.
Type: System.Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Getting started with SharePoint Online Management Shell
Add-SPOServicePrioritizationAppRegistration
Get-SPOServicePrioritizationAppRegistrations
Remove-SPOServicePrioritizationAppRegistration