Enterprise Vault™ Classification using the Veritas Information Classifier
- About this guide
- Preparing Enterprise Vault for classification
- Setting up Veritas Information Classifier policies
- Defining and applying Enterprise Vault classification policies
- Defining classification policies
- Running classification in test mode
- Using classification with smart partitions
- Appendix A. Enterprise Vault properties for use in custom field searches
- Appendix B. PowerShell cmdlets for use with classification
- Appendix C. Classification cache folder
- Appendix D. Migrating from FCI classification to the Veritas Information Classifier
- Appendix E. Monitoring and troubleshooting
Remove-EVClassificationPolicy
Remove-EVClassificationPolicy removes the specified Enterprise Vault 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 the snap-in Symantec.EnterpriseVault.PowerShell.AdminAPI.dll
.
Remove-EVClassificationPolicy [[-SiteId] <String>] [-Name] <String> [<CommonParameters>]
Table: Remove-EVClassificationPolicy parameters
Parameter | Description |
---|---|
-SiteId | The ID of the site to which the Enterprise Vault 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 Enterprise Vault classification policy to remove. |
Remove-EVClassificationPolicy -SiteId 13E...EV.example.com -Name "Classification policy"
Removes the Enterprise Vault classification policy that is named "Classification policy" from the specified Enterprise Vault site.
None.