Enterprise Vault™ Classification using the Microsoft File Classification Infrastructure
- About this guide
 - Getting started
 - Setting up the classification properties
- About the Enterprise Vault classification properties
 - Setting up the Enterprise Vault classification properties manually
 - Checking the Folder Usage classification property
 - How classification property values and retention categories interact
 - Setting up new values for the Enterprise Vault classification properties
 - Points to note on setting retention categories
 
 - Configuring your classification rules
 - Defining and applying classification policies
- About classification policies
 - Defining classification policies
 - About the PowerShell cmdlets for working with classification policies
 - Associating classification policies with retention plans
 - About the PowerShell cmdlets for working with retention plans
 - Applying retention plans to your Enterprise Vault archives
 
 - 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
- About the Enterprise Vault properties
 - System properties
 - Attachment properties
 - Custom Enterprise Vault properties
 - Custom Enterprise Vault properties for File System Archiving items
 - Custom Enterprise Vault properties for SharePoint items
 - Custom Enterprise Vault properties for Compliance Accelerator-processed items
 - Custom properties for use by policy management software
 - Custom properties for Enterprise Vault SMTP Archiving
 
 - Appendix B. PowerShell cmdlets for use with classification
- About the classification cmdlets
 - Disable-EVClassification
 - Get-EVClassificationFCITags
 - Get-EVClassificationPolicy
 - Get-EVClassificationStatus
 - Get-EVClassificationTestMode
 - Import-EVClassificationFCIRules
 - New-EVClassificationPolicy
 - Publish-EVClassificationFCIRules
 - Remove-EVClassificationPolicy
 - Set-EVClassificationPolicy
 - Set-EVClassificationTestMode
 
 - Appendix C. Monitoring and troubleshooting
 
Get-EVClassificationTestMode
Get-EVClassificationTestMode reports on whether the Enterprise Vault classification feature is operating in test mode in the nominated archive. In test mode, the classification feature generates a report that lists the planned changes instead of applying classification tags and other changes to the items in the archive.
Get-EVClassificationTestMode is provided by the snap-in  Symantec.EnterpriseVault.PowerShell.Snapin.dll.
Get-EVClassificationTestMode [-ArchiveID] <String>
Table: Get-EVClassificationTestMode parameters
Parameter  | Description  | 
|---|---|
-ArchiveID (required)  | Specifies the ID of the archive for which to get the status of classification test mode.  | 
Get-EVClassificationTestMode -ArchiveID 19D...EVServer1
Gets the current status of classification test mode for the specified archive.
Table: Get-EVClassificationTestMode properties lists the properties that are available.
Table: Get-EVClassificationTestMode properties
Name  | Type  | Description  | 
|---|---|---|
ArchiveID  | String  | The ID of the archive for which to get the test mode status.  | 
ArchiveName  | String  | The name of the archive for which to get the test mode status.  | 
TestMode  | Boolean  | The current status of classification test mode for the archive: enabled ($true) or disabled ($false).  |