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-EVServiceState
Gets the current state of the specified Enterprise Vault service. The state can be either "Running" or "Stopped".
Get-EVServiceState is provided by the snap-in Symantec.EnterpriseVault.PowerShell.Monitoring.dll
.
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.