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-EVClassificationStatus
Get-EVClassificationStatus shows the current status of the File Classification Infrastructure and Veritas Information Classifier engines in all sites. You can also show the status of these engines in a specific site using the -SiteId parameter.
Get-EVClassificationStatus is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Snapin.dll
.
Get-EVClassificationStatus [-SiteId <String>] [<CommonParameters>]
Table: Get-EVClassificationStatus parameters
Parameter | Description |
---|---|
-SiteId | The ID of the Enterprise Vault site for which to show the current status of both classification engines. You can use Get-EVSite to obtain the site ID. |
Get-EVClassificationStatus
Shows the current status of both classification engines in all Enterprise Vault sites.
Get-EVClassificationStatus -SiteId 13E...EV.example.com
Shows the current status of both classification engines in the specified site.
This cmdlet returns an array of objects of type Symantec.EnterpriseVault.PowerShell.Commands.ClassificationEngine, which have the following properties.
Table: Get-EVClassificationStatus properties
Name | Type | Description |
---|---|---|
SiteName | String | The name of the Enterprise Vault site for which to show the status of the classification engines. |
FCIEnabled | Boolean | Whether classification using the File Classification Infrastructure engine is enabled. |
VICEnabled | Boolean | Whether classification using the Veritas Information Classifier engine is enabled. |
VICPoliciesPath | String | The path to the folder in which Veritas Information Classifier engine keeps policy information. This path is blank if you have disabled the engine. |