Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Enterprise Vault™ PowerShell Cmdlet
- Enterprise Vault PowerShell Cmdlet 简介
- 归档:Exchange
- 归档:FSA
- 归档:Skype for Business
- 归档:SMTP
- Get-EVSMTPHoldingFolder
- Get-EVSMTPMessageTrackingLogLocation
- Get-EVSMTPPolicy
- Get-EVSMTPServerSettings
- Get-EVSMTPTarget
- New-EVSMTPPolicy
- New-EVSMTPServerSettings
- New-EVSMTPTarget
- Remove-EVSMTPPolicy
- Remove-EVSMTPTarget
- Set-EVSMTPMessageTrackingLogLocation
- Set-EVSMTPPolicy
- Set-EVSMTPServerSettings
- Set-EVSMTPTarget
- Sync-EVSMTPServerSettings
- 备份
- 分类
- Disable-EVClassification
- Get-EVClassificationFCITags
- Get-EVClassificationPolicy
- Get-EVClassificationStatus
- Get-EVClassificationTestMode
- Get-EVClassificationVICTags
- Import-EVClassificationFCIRules
- Initialize-EVClassificationVIC
- New-EVClassificationPolicy
- Publish-EVClassificationFCIRules
- Remove-EVClassificationPolicy
- Set-EVClassificationPolicy
- Set-EVClassificationTestMode
- 数据库
- IMAP 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-EVDependencyServiceState
获取指定相关性服务的当前状态。该状态可能是“Running”或“Stopped”。
Get-EVDependencyServiceState 由管理单元 Symantec.EnterpriseVault.PowerShell.Monitoring.dll 提供。
Get-EVDependencyServiceState [-ServiceName] <String>
表:Get-EVDependencyServiceState 参数 会列出可用的属性。
表:Get-EVDependencyServiceState 参数
|
参数 |
说明 |
|---|---|
|
-ServiceName |
您要了解其详细信息的服务的名称。 您可以使用 Get-EVDependencyService cmdlet 来获取服务名称。 |
Get-EVDependencyServiceState msmq
获取消息队列服务的状态。
Get-EVDependencyServiceState W3SVC
获取 World Wide Web Publishing Service (IIS) 的状态。
表:Get-EVDependencyServiceState 属性 会列出可用的属性。
表:Get-EVDependencyServiceState 属性
|
名称 |
类型 |
说明 |
|---|---|---|
|
Value |
ServiceControllerStatus |
有如下值:Stopped、StartPending、StopPending、Running、ContinuePending、PausePending、Paused。 |