Veritas Enterprise Vault™ PowerShell Cmdlets
Remove-EVClassificationPolicy
Remove-EVClassificationPolicy removes the specified classification policy, if it is not in use. The cmdlet prompts you to confirm the removal of the classification policy.
Remove-EVClassificationPolicy is provided by Symantec.EnterpriseVault.PowerShell.AdminAPI.dll
, which is loaded by the Enterprise Vault Management Shell.
Remove-EVClassificationPolicy [[-SiteId] <String>] [-Name] <String> [<CommonParameters>]
Table: Remove-EVClassificationPolicy parameters
Parameter | Description |
---|---|
-SiteId | The ID of the Enterprise Vault site to which the classification policy belongs. If you omit this parameter, and the cmdlet cannot determine the ID by looking in the registry, then Remove-EVClassificationPolicy prompts you to enter the required ID. You can use Get-EVSite to obtain the site ID. |
-Name (required) | The name of the classification policy to remove. |
Remove-EVClassificationPolicy -SiteId 13E...EV.example.com -Name "Classification policy"
Removes the classification policy that is named "Classification policy" from the specified Enterprise Vault site.
None.