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
- Export-EVIndexData
- Import-EVIndexData
- 分类
- 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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Set-IndexMetadataSyncLevel
Set-IndexMetadataSyncLevel 将设置索引元数据同步标志,以确保下次启动索引服务时在目录数据库的索引卷条目和索引引擎的元数据中存储的条目之间进行同步。
Set-IndexMetadataSyncLevel 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Set-IndexMetadataSyncLevel -EntryId <String> -SyncLevel <String> [<CommonParameters>]
表:Set-IndexMetadataSyncLevel 参数
参数 | 说明 |
|---|---|
-EntryId(必填) | Indexing Service 的 ID 或承载该 Indexing Service 的 EV 服务器的 ID。 |
-SyncLevel(必填) | 启动索引服务时要执行的同步级别类型。将对链接到输入索引服务条目 ID 的所有索引卷执行同步。 如果设置为 0 (EV_INDEX_METADATA_SYNC_NONE),不会同步索引卷条目。 如果设置为 1 (EV_INDEX_METADATA_SYNC_BASIC),位于目录数据库中而不在索引引擎元数据中的缺失索引卷条目将添加到索引引擎元数据,位于索引引擎中而不在目录数据库中的条目将从索引引擎元数据中删除。 如果设置为 2 (EV_INDEX_METADATA_SYNC_CHECK_LOCATION_PATH),还会将目录数据库中每个索引卷的索引位置与索引引擎元数据中存储的索引位置进行比较,并在需要时进行更新。 |
Set-IndexMetadataSyncLevel -EntryId 15B...Domain.local -SyncLevel 1
将具有指定条目 ID 的索引服务的索引元数据同步级别设置为 1。这将确保在下次启动 Indexing Service 时,在目录数据库中的索引卷条目和索引引擎元数据中存储的条目之间发生同步。
作为同步的结果,位于目录数据库中而不在索引引擎元数据中的缺失索引卷条目将添加到索引引擎元数据,位于索引引擎中而不在目录数据库中的条目将从索引引擎元数据中删除。
完成时会出现确认消息。