Please enter search query.
Search <book_title>...
Enterprise Vault™ PowerShell Cmdlet
Last Published:
2022-09-05
Product(s):
Enterprise Vault (14.3)
- Enterprise Vault PowerShell Cmdlet 简介
- 归档:Exchange
- 归档:FSA
- Get-EVFSAComputerSettings
- Get-EVFSAFileServer
- Get-EVFSAFolder
- Get-EVFSASiteSettings
- Get-EVFSAVolume
- New-EVFSAFileServer
- New-EVFSAFolder
- New-EVFSAVolume
- Remove-EVFSAFileServer
- Remove-EVFSAFolder
- Remove-EVFSAVolume
- Set-EVFSAComputerSettings
- Set-EVFSAFileServer
- Set-EVFSAFolder
- Set-EVFSASiteSettings
- Set-EVFSAVolume
- 归档: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
- 备份
- Get-EVIndexSnapshotLocationBackupMode
- Set-EVIndexSnapshotLocationBackupMode
- Clear-EVIndexSnapshotLocationBackupMode
- Get-IndexLocationBackupMode
- Set-IndexLocationBackupMode
- Clear-IndexLocationBackUpMode
- Get-VaultStoreBackupMode
- Set-VaultStoreBackupMode
- Clear-VaultStoreBackupMode
- Set-EVIndexSnapshotLocation
- Get-EVIndexSnapshotLocation
- Remove-EVIndexSnapshotLocation
- New-EVIndexSnapshot
- Get-EVIndexSnapshot
- Remove-EVIndexSnapshot
- Restore-EVIndexSnapshot
- Get-EVIndexSnapshotRepository
- Remove-EVIndexSnapshotRepository
- 分类
- Disable-EVClassification
- Get-EVClassificationFCITags
- Get-EVClassificationPolicy
- Get-EVClassificationStatus
- Get-EVClassificationTestMode
- Get-EVClassificationVICTags
- Import-EVClassificationFCIRules
- Initialize-EVClassificationVIC
- Set-EVClassificationVICFIPSMode
- New-EVClassificationPolicy
- Publish-EVClassificationFCIRules
- Remove-EVClassificationPolicy
- Set-EVClassificationPolicy
- Set-EVClassificationTestMode
- 数据库
- IMAP 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-EVTaskState
获取指定 Enterprise Vault 任务的当前状态。
Get-EVTaskState 由管理单元 Symantec.EnterpriseVault.PowerShell.Monitoring.dll 提供。
语法
Get-EVTaskState [-TaskEntryID] <String> [<CommonParameters>]
参数
表:Get-EVTaskState 参数
|
参数 |
说明 |
|---|---|
|
-TaskEntryID |
您请求其任务详情的任务的 TaskEntryID。您可以使用 Get-EVTask cmdlet 获取 TaskEntryID。 |
示例
Get-EVTask | foreach{$_.EntryID;Get-EVTaskState $_.EntryID}
使用 Get-EVTask 获取当前 Enterprise Vault 上每个任务的 TaskEntryID
输出
表:Get-EVTaskState 属性 会列出可用的属性。
表:Get-EVTaskState 属性
|
名称 |
类型 |
说明 |
|---|---|---|
|
(无) |
字符串 |
描述任务当前状态的文本字符串。可能的值为:Stopping、Stopped、Running、Refreshing、Paused、Loading、Failed、Disabled、CntrSvcNotRunning、Error、Processing、Invalid。 |
相关的 cmdlet
请参见Get-EVTask。