| external help file | sharepointonline.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/sharepoint-online/Remove-SPOAppPrioritizationPolicy |
| applicable | SharePoint Online |
| title | Remove-SPOAppPrioritizationPolicy |
| schema | 2.0.0 |
| author | killerewok2000 |
| ms.author | Sibourda |
| ms.reviewer |
Deletes an existing SPO app prioritization policy in your tenancy.
Note
This functionality is rolling out and might not be fully enabled in your environment yet.
Remove-SPOAppPrioritizationPolicy -PolicyId <String> [<CommonParameters>]
This cmdlet lets you delete an existing SPO app prioritization policy.
Remove-SPOAppPrioritizationPolicy -PolicyId 48abxxa9 Example 1 deletes the policy bearing the policyId 48abxxa9. Running the Get-SPOAppPrioritizationPolicies command will no longer show the policy in the result.
This parameter specifies the ID of policy.
Type: String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: True
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, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Getting started with SharePoint Online Management Shell
Add-SPOAppPrioritizationPolicy