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
Set-EVClassificationTestMode
Set-EVClassificationTestMode specifies whether the Enterprise Vault classification feature should operate 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. You can then run Get-EVClassificationTestMode on the same archive to check that the outcome is satisfactory.
Set-EVClassificationTestMode is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Snapin.dll
.
Set-EVClassificationTestMode [-ArchiveID] <String> [-Enabled <Boolean>]
Table: Set-EVClassificationTestMode parameters
Parameter | Description |
---|---|
-ArchiveID (required) | Specifies the ID of the archive for which to set the test mode status. |
-Enabled (required) | Specifies whether to enable classification test mode for the archive ($true) or disable it ($false). |
Set-EVClassificationTestMode -ArchiveID 1E...EVServer1 -Enabled $true
Specifies that the classification feature should operate in test mode in the nominated archive.
Returns an exception in the event of failure but otherwise provides no output.