Veritas Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
- Archiving: Exchange
- Archiving: FSA
- Archiving: Skype for Business
- Archiving: SMTP
- Backup
- Classification
- Databases
- IMAP access
- Indexing
- Records management
- Retention plans
- Roles-based administration
- Sites and servers
- Tasks and services
- Vault stores and archives
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 Symantec.EnterpriseVault.PowerShell.Snapin.dll
, which is loaded by the Enterprise Vault Management Shell.
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. |