Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.62 KB

Remove-CsCustomPolicyPackage.md

File metadata and controls

71 lines (49 loc) · 1.62 KB
external help file Module Name title author ms.author manager online version schema
Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
MicrosoftTeams
Remove-CsCustomPolicyPackage
sunguchuan
gucsun
dasosby
2.0.0

Remove-CsCustomPolicyPackage

SYNOPSIS

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
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams
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, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Default packages created by Microsoft cannot be deleted.

RELATED LINKS

Get-CsPolicyPackage

New-CsCustomPolicyPackage

Update-CsCustomPolicyPackage