Skip to content

Latest commit

 

History

History
70 lines (49 loc) · 2.03 KB

File metadata and controls

70 lines (49 loc) · 2.03 KB
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

Remove-SPOAppPrioritizationPolicy

SYNOPSIS

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.

SYNTAX

Remove-SPOAppPrioritizationPolicy -PolicyId <String> [<CommonParameters>]

DESCRIPTION

This cmdlet lets you delete an existing SPO app prioritization policy.

EXAMPLES

Example 1

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.

PARAMETERS

-PolicyId

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

CommonParameters

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

RELATED LINKS

Getting started with SharePoint Online Management Shell

Add-SPOAppPrioritizationPolicy

Get-SPOAppPrioritizationPolicies

Set-SPOAppPrioritizationPolicy