Remove-CsCustomPolicyPackage

This cmdlet deletes a custom policy package.

Syntax

Remove-CsCustomPolicyPackage
      -Identity <String>
      [<CommonParameters>]

Description

This cmdlet deletes a custom policy package. All available package names can be found by running Get-CsPolicyPackage.

Examples

Example 1

PS C:\> Remove-CsCustomPolicyPackage -Identity "MyPackage"

Deletes a custom package named "MyPackage".

Parameters

-Identity

The name of the custom package.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams

Notes

Default packages created by Microsoft cannot be deleted.