Veritas Enterprise Vault™ Classification using the Microsoft File Classification Infrastructure
- 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. 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 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 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.