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-EVClassificationFCITags
Note:
This cmdlet is only for use with the classification feature that was introduced in Enterprise Vault 12. This feature uses the Microsoft File Classification Infrastructure (FCI) to classify archived content. The cmdlet is not designed for use with the later, Veritas Information Classifier method of classification.
For the specified plain-text (.txt
) file in the classification cache folder, Get-EVClassificationFCITags returns details of the classification properties and property values with which Enterprise Vault has tagged the file.
By default, Enterprise Vault empties the cache folder at the first opportunity. However, you can configure it to retain the cache contents by choosing a setting in the Administration Console.
Get-EVClassificationFCITags is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Snapin.dll
.
Get-EVClassificationFCITags [-File] <String>
Table: Get-EVClassificationFCITags parameters
Parameter | Description |
---|---|
-File (required) | The path to the plain-text file for which to return the classification details. Only |
Get-EVClassificationFCITags -File E:\EVCache\Classification\ClassificationFile.txt
Returns the classification details for the file
ClassificationFile.txt
.Get-EVClassificationFCITags -File 'E:\EVCache\Classification\EV$9...EDB8.txt'
Returns the classification details for a file that has a dollar sign in its name. For this reason, the entire path is enclosed in single quotation marks.
This cmdlet returns an array of objects of type Symantec.EnterpriseVault.PowerShell.Commands.ClassificationProperty, which have the following properties.
Table: Get-EVClassificationFCITags properties
Name | Type | Description |
---|---|---|
PolicyName | String | The classification rule or policy that matched. |
Category | String | The evtag.category values that matched. |
Inclusion | String | The evtag.inclusion values that matched. |
Exclusion | String | The evtag.exclusion values that matched. |
Discard | Boolean | Whether the item would be discarded. |
RetentionCategories | String | The retention categories that matched. |