| 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/Remove-SPOServicePrioritizationAppRegistration |
| applicable | SharePoint Online |
| title | Remove-SPOServicePrioritizationAppRegistration |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer | speedta |
Removes an app registration from service prioritization in SharePoint Online.
Remove-SPOServicePrioritizationAppRegistration -AppId <Guid> [-WhatIf] [-Confirm] [<CommonParameters>]
This cmdlet removes a specified app registration from the service prioritization configuration in SharePoint Online. This is useful for administrators who need to decommission or update app registrations.
Remove-SPOServicePrioritizationAppRegistration -AppId "12345678-1234-1234-1234-1234567890ab"This example removes the app registration with the specified AppId from service prioritization.
The unique identifier (GUID) of the app registration to be removed from service prioritization. This parameter is required and must be specified.
Type: System.Guid
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi
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
New-SPOServicePrioritizationBillingPolicy