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-EVTaskState
Gets the current state of the specified Enterprise Vault task.
Get-EVTaskState is provided by Symantec.EnterpriseVault.PowerShell.Monitoring.dll
, which is not imported automatically by the Enterprise Vault Management Shell. You must import this DLL module.
See Importing modules.
Get-EVTaskState [-TaskEntryID] <String> [<CommonParameters>]
Table: Get-EVTaskState parameters
Parameter | Description |
---|---|
-TaskEntryID | The TaskEntryID of the task whose details you require. You can use the Get-EVTask cmdlet to get the TaskEntryID. |
Get-EVTask | foreach{$_.EntryID;Get-EVTaskState $_.EntryID}
Uses Get-EVTask to get the TaskEntryID of each task on the current Enterprise Vault
Table: Get-EVTaskState properties lists the properties that are available.
Table: Get-EVTaskState properties
Name | Type | Description |
---|---|---|
(None) | String | A text string that describes the current status of the task. Possible values: "Stopping", "Stopped", "Running", "Refreshing", "Paused", "Loading", "Failed", "Disabled", "CntrSvcNotRunning", "Error", "Processing", "Invalid". |
See Get-EVTask.