Skip to content

Latest commit

 

History

History
108 lines (78 loc) · 3.11 KB

File metadata and controls

108 lines (78 loc) · 3.11 KB
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

Set-SPOServicePrioritizationAppRegistration

SYNOPSIS

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

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: System.Guid
Parameter Sets: (All)
Aliases:

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

-Enabled

Specifies 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: False

-QuotaMultiplier

This 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: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Getting started with SharePoint Online Management Shell

Add-SPOServicePrioritizationAppRegistration

Get-SPOServicePrioritizationAppRegistrations

Remove-SPOServicePrioritizationAppRegistration

New-SPOServicePrioritizationBillingPolicy

Get-SPOServicePrioritizationBillingPolicies