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
Set-EVClassificationTestMode
Set-EVClassificationTestMode specifies whether the Enterprise Vault classification feature should operate in test mode in the nominated archive. In test mode, the classification feature generates a report that lists the planned changes instead of applying classification tags and other changes to the items in the archive. You can then run Get-EVClassificationTestMode on the same archive to check that the outcome is satisfactory.
Set-EVClassificationTestMode is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Snapin.dll
.
Set-EVClassificationTestMode [-ArchiveID] <String> [-Enabled <Boolean>]
Table: Set-EVClassificationTestMode parameters
Parameter | Description |
---|---|
-ArchiveID (required) | Specifies the ID of the archive for which to set the test mode status. |
-Enabled (required) | Specifies whether to enable classification test mode for the archive ($true) or disable it ($false). |
Set-EVClassificationTestMode -ArchiveID 1E...EVServer1 -Enabled $true
Specifies that the classification feature should operate in test mode in the nominated archive.
Returns an exception in the event of failure but otherwise provides no output.