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
Get-EVClassificationTestMode
Get-EVClassificationTestMode reports on whether the Enterprise Vault classification feature is operating 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.
Get-EVClassificationTestMode is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Snapin.dll
.
Get-EVClassificationTestMode [-ArchiveID] <String>
Table: Get-EVClassificationTestMode parameters
Parameter | Description |
---|---|
-ArchiveID (required) | Specifies the ID of the archive for which to get the status of classification test mode. |
Get-EVClassificationTestMode -ArchiveID 19D...EVServer1
Gets the current status of classification test mode for the specified archive.
Table: Get-EVClassificationTestMode properties lists the properties that are available.
Table: Get-EVClassificationTestMode properties
Name | Type | Description |
---|---|---|
ArchiveID | String | The ID of the archive for which to get the test mode status. |
ArchiveName | String | The name of the archive for which to get the test mode status. |
TestMode | Boolean | The current status of classification test mode for the archive: enabled ($true) or disabled ($false). |