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