Veritas Enterprise Vault™ PowerShell Cmdlets
Get-EVDependencyServiceState
Gets the current state for the specified dependency service. The state can be either "Running" or "Stopped".
Get-EVDependencyServiceState 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-EVDependencyServiceState [-ServiceName] <String>
Table: Get-EVDependencyServiceState parameters lists the properties that are available.
Table: Get-EVDependencyServiceState parameters
Parameter | Description |
---|---|
-ServiceName | The name of the service whose details you require. You can use the Get-EVDependencyService cmdlet to get the service names. |
Get-EVDependencyServiceState msmq
Gets the state of the Message Queuing service.
Get-EVDependencyServiceState W3SVC
Gets the state of the World Wide Web Publishing Service (IIS).
Table: Get-EVDependencyServiceState properties lists the properties that are available.
Table: Get-EVDependencyServiceState properties
Name | Type | Description |
---|---|---|
Value | ServiceControllerStatus | One of the following: "Stopped", "StartPending", "StopPending", "Running", "ContinuePending", "PausePending", "Paused". |