Veritas Enterprise Vault™ PowerShell Cmdlets
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.
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.