Veritas Enterprise Vault™ Classification
- About this guide
- Getting started
- Setting up the classification properties
- Configuring your classification rules
- Defining and applying classification policies
- Running classification in test mode
- Publishing classification properties and rules across your site
- Appendix A. Enterprise Vault properties for use in classification rules
- Appendix B. PowerShell cmdlets for use with classification
- Appendix C. Troubleshooting and performance monitoring
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.