Enterprise Vault™ Classification using the Microsoft File Classification Infrastructure
- 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
- Using classification with smart partitions
- Appendix A. Enterprise Vault properties for use in classification rules
- Appendix B. PowerShell cmdlets for use with classification
- Appendix C. Monitoring and troubleshooting
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.
See Configuring Enterprise Vault to keep the classification files in the cache folder.
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. |