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-EVTask
Gets details of the Enterprise Vault tasks that are configured on the current Enterprise Vault server.
Get-EVTask is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Core.dll
.
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.