Veritas Enterprise Vault™ PowerShell Cmdlets
Get-EVServiceState
Gets the current state of the specified Enterprise Vault service. The state can be either "Running" or "Stopped".
Get-EVServiceState 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-EVServiceState [-ServiceName] <String> [<CommonParameters>]
Table: Get-EVServiceState properties lists the properties that are available.
Table: Get-EVServiceState properties
Parameter | Description |
---|---|
-ServiceName | The name of the service whose details you require. |
Get-EVServiceState -ServiceName EnterpriseVaultShoppingService
Returns the current state of the EnterpriseVaultShoppingService. You can use the Get-EVService to find the names of the Enterprise Vault services.
Table: Get-EVServiceState properties lists the properties that are available.
Table: Get-EVServiceState properties
Name | Type | Description |
---|---|---|
Value | Service Controller Status | One of the following: "Stopped"; "StartPending"; "StopPending"; "Running"; "ContinuePending"; "PausePending"; "Paused". |
See Get-EVService.