Enterprise Vault™ PowerShell Cmdlet
- 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-EVMDSStatus
Get-EVMDSStatus 会获取归档的元数据存储的当前状态。该 cmdlet 也可用于获取归档的元数据存储缺少的项目数量。
Get-EVMDSStatus 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Get-EVMDSStatus [[-ArchiveId] <String>] [[-VaultStoreId] <String>] [[-SiteId] <String>] [-IncludeMissingItems [<SwitchParameter>]] [<CommonParameters>]
表:Get-EVMDSStatus 参数
参数 | 说明 |
|---|---|
-ArchiveId(必填) | 标识归档。此为默认操作。 |
-VaultStoreId(必填) | 标识保管库存储。如果使用此参数代替 ArchiveId,则该 cmdlet 将对指定保管库存储中的所有适用归档进行操作。 |
-SiteId(必填) | 标识站点。如果使用此参数,则该 cmdlet 将对指定站点中的所有适用归档有效。 |
-IncludeMissingItems | 指示 cmdlet 是否应该返回归档中存在但元数据存储中缺失的项目计数。如果您指定的归档数量庞大,则此选项可能导致速度变慢。 |
Get-EVMDSStatus -ArchiveId 14B...EVSERVER.LOCAL
获取指定归档的元数据存储的当前状态。
Get-EVMDSStatus -IncludeMissingItems -VaultStoreId 14B...EVSERVER.LOCAL
获取指定保管库存储中由元数据存储提供支持的所有归档的元数据存储的当前状态。也包含归档中存在、但元数据存储中缺少的项目的数量。
Import-CSV example.csv | Get-EVMDSStatus
获取 CSV 文件中指定的每个归档的元数据存储的当前状态。
Import-CSV example.csv | Select VaultStoreEntryId | Get-EVMDSStatus
从 CSV 文件导入记录集,并对 VaultStoreEntryId 列中的每个值返回每个归档(由元数据存储提供支持)的元数据存储的当前状态。
Get-EVMDSStatus -VaultStoreId 14B...EVSERVER.LOCAL -IncludeMissingItems | Where-Object {$_.MDSStatus –ne 'EV_MDS_DISABLED' -and $_.MDSMissingItems -gt 0} | New-EVMDSBuildTask -Mode Build -Force
如果指定保管库存储中有已启用快速浏览或 IMAP 的归档的元数据存储缺少项目,则为这些归档中的每一个创建元数据存储构建任务。
MDSStatus
MDSMissingItems
表:Get-EVMDSStatus 属性 会列出可用的属性。
表:Get-EVMDSStatus 属性
名称 | 类型 | 说明 |
|---|---|---|
ArchiveId | 字符串 | ArchiveId。 |
MDSStatus | MDSStatus | 元数据存储的当前状态。可能的值:EV_MDS_DISABLED、EV_MDS_BUILD_PENDING、EV_MDS_BUILDING、EV_MDS_READY、EV_MDS_BUILD_FAILED。 |