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
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 Symantec.EnterpriseVault.PowerShell.Snapin.dll, which is loaded by the Enterprise Vault Management Shell.
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.