Veritas Enterprise Vault™ Classification

Last Published:
Product(s): Enterprise Vault (12.1)
  1. About this guide
    1.  
      Introducing this guide
    2. Where to get more information about Enterprise Vault
      1.  
        Enterprise Vault training modules
  2. Getting started
    1.  
      About classification
    2.  
      Overview of the procedure for setting up classification
    3.  
      Prerequisites for classification
    4.  
      Roles-based administration (RBA) and the classification feature
    5. How Enterprise Vault caches the items that it submits for classification
      1.  
        Limits on the size of classification files
      2.  
        Checking the cache location on the Enterprise Vault storage servers
      3.  
        Configuring Enterprise Vault to keep the classification files in the cache folder
  3. Setting up the classification properties
    1.  
      About the Enterprise Vault classification properties
    2.  
      Setting up the Enterprise Vault classification properties manually
    3.  
      Checking the Folder Usage classification property
    4.  
      How classification property values and retention categories interact
    5.  
      Setting up new values for the Enterprise Vault classification properties
    6.  
      Points to note on setting retention categories
  4. Configuring your classification rules
    1.  
      About classification rules
    2.  
      About the example classification rules
    3.  
      Importing the example rule set
    4.  
      Creating or changing classification rules
    5.  
      Supported configuration parameters for rules that use the Veritas Information Classifier method
  5. Defining and applying classification policies
    1.  
      About classification policies
    2.  
      Defining classification policies
    3.  
      About the PowerShell cmdlets for working with classification policies
    4.  
      Associating classification policies with retention plans
    5.  
      About the PowerShell cmdlets for working with retention plans
    6.  
      Applying retention plans to your Enterprise Vault archives
  6. Running classification in test mode
    1.  
      About classification test mode
    2.  
      Implementing classification test mode
    3.  
      About the PowerShell cmdlets for running classification in test mode
    4.  
      Understanding the classification test mode reports
  7. Publishing classification properties and rules across your site
    1.  
      How to publish the classification properties and rules
  8. Appendix A. Enterprise Vault properties for use in classification rules
    1.  
      About the Enterprise Vault properties
    2.  
      System properties
    3.  
      Attachment properties
    4.  
      Custom Enterprise Vault properties
    5.  
      Custom Enterprise Vault properties for File System Archiving items
    6.  
      Custom Enterprise Vault properties for SharePoint items
    7.  
      Custom Enterprise Vault properties for Compliance Accelerator-processed items
    8.  
      Custom properties for use by policy management software
    9.  
      Custom properties for Enterprise Vault SMTP Archiving
  9. Appendix B. PowerShell cmdlets for use with classification
    1.  
      About the classification cmdlets
    2.  
      Get-EVClassificationPolicy
    3.  
      New-EVClassificationPolicy
    4.  
      Remove-EVClassificationPolicy
    5.  
      Set-EVClassificationPolicy
    6.  
      Import-EVClassificationRules
    7.  
      Publish-EVClassificationRules
    8.  
      Get-EVClassificationTags
    9.  
      Get-EVClassificationTestMode
    10.  
      Set-EVClassificationTestMode
  10. Appendix C. Troubleshooting and performance monitoring
    1.  
      Troubleshooting classification
    2.  
      Checking the classification performance counters

Get-EVClassificationTags

For the specified plain-text (.txt) file in the classification cache folder, Get-EVClassificationTags returns details of the rules that it matches and the associated classification properties and property values. You may find this useful when you create a classification rule, as the cmdlet lets you verify that the rule is operating correctly without repeatedly having to rearchive the same item.

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-EVClassificationTags is provided by Symantec.EnterpriseVault.PowerShell.Snapin.dll, which is loaded by the Enterprise Vault Management Shell.

Syntax

Get-EVClassificationTags [-File] <string>

Parameters

Table: Get-EVClassificationTags parameters

Parameter

Description

-File (required)

The path to the plain-text file for which to return the classification details. Only .txt files are eligible. File names that contain a dollar sign ($) must be escaped using single quotation marks (').

Examples
  • Get-EVClassificationTags -File E:\EVCache\Classification\ClassificationFile.txt

    Returns the classification details for the file ClassificationFile.txt.

  • Get-EVClassificationTags -File 'E:\EVCache\Classification\EV$90B2291D1E3417B67AB88BDDC2195091~02B5EDB8.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.

Output

This cmdlet returns an array of objects of type Symantec.EnterpriseVault.PowerShell.Commands.EVClassificationProperty, which have the following properties.

Table: Get-EVClassificationTags properties

Name

Type

Description

RuleName

String

The classification rule that the file has matched.

PropertyName

String

The classification property in which the rule assigns one or more values.

PropertyValue

String

The values that the rule assigns to the classification property.