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-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.
See Importing modules.
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". |