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 |
This cmdlet deletes a custom policy package.
Remove-CsCustomPolicyPackage -Identity <String> [<CommonParameters>]
This cmdlet deletes a custom policy package. All available package names can be found by running Get-CsPolicyPackage.
PS C:\> Remove-CsCustomPolicyPackage -Identity "MyPackage"
Deletes a custom package named "MyPackage".
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Default packages created by Microsoft cannot be deleted.