Veritas Enterprise Vault™ PowerShell Cmdlets
Get-EVTask
Gets details of the Enterprise Vault tasks that are configured on the current Enterprise Vault server.
Get-EVTask is provided by Symantec.EnterpriseVault.PowerShell.Core.dll, which is not imported automatically by the Enterprise Vault Management Shell. You must import this DLL module.
Get-EVTask [<CommonParameters>]
PowerShell common parameters only.
Get-EVTask
Gets details of the Enterprise Vault tasks that are configured on the current server.
Table: Get-EVTask properties lists the properties that are available.
Table: Get-EVTask properties
Name | Type | Description |
---|---|---|
Description | String | The description of the task, as shown the task's properties in the Administration Console. |
EntryID | String | The task's Entry ID. |
Name | String | The task's name, as shown in the Administration Console. |
Type | String | One of the following: "EV_TASK_TYPE_ARCHIVING"; "EV_TASK_TYPE_CLIENTACCESS_POLICY_SYNC"; "EV_TASK_TYPE_DOMINO_MAILBOX_ARCHIVING"; "EV_TASK_TYPE_DOMINO_MAILBOX_POLICY_SYNC"; "EV_TASK_TYPE_EXCHANGE_POLICY_SYNC"; "EV_TASK_TYPE_FSA"; "EV_TASK_TYPE_INDEXING"; "EV_TASK_TYPE_JOURNALING"; "EV_TASK_TYPE_MOVE_ARCHIVE"; "EV_TASK_TYPE_NOTES_JOURNALING"; "EV_TASK_TYPE_PSTCOLLECTOR"; "EV_TASK_TYPE_PSTLOCATOR"; "EV_TASK_TYPE_PSTMIGRATOR"; "EV_TASK_TYPE_PUBLICFOLDER"; "EV_TASK_TYPE_SHAREPOINT". |
See Get-EVTaskState.