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-IndexLocationBackupMode
Set-IndexLocationBackupMode 会增加某个非 Elasticsearch 索引位置、与服务器关联的所有非 Elasticsearch 索引位置或站点中的所有非 Elasticsearch 索引位置的备份模式计数。
Enterprise Vault 会保留每个非 Elasticsearch 索引位置的备份模式请求计数。例如,如果在环境中使用并发备份脚本,则备份模式计数可以大于 1。直到备份模式计数减小为 0,才会清除备份模式。
注意:
Set-IndexLocationBackupMode 不适用于 Elasticsearch 索引位置。此命令仅增加非 Elasticsearch 索引位置的备份模式计数。
Set-IndexLocationBackupMode 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Set-IndexLocationBackupMode [-EVServerName] <String> [[-IndexRootPath] <String>] [-EVSiteName <String>] [<CommonParameters>]
Set-IndexLocationBackupMode [-EntryId <String>] [<CommonParameters>]
表:Set-IndexLocationBackupMode 参数
|
参数 |
描述 |
|---|---|
|
-EVServerName(必需) |
拥有非 Elasticsearch 索引位置的 Enterprise Vault 服务器。如果按名称而非 ID 来指定站点或非 Elasticsearch 索引位置,则必须提供此参数。这将允许 Set-IndexLocationBackupMode 查找站点 ID 或非 Elasticsearch 索引位置的 ID。 |
|
-IndexRootPath |
非 Elasticsearch 索引位置的根路径。 |
|
-EVSiteName |
站点的名称。 |
|
-EntryId |
非 Elasticsearch 索引位置、服务、服务器或站点的 ID。 |
C:\PS>Set-IndexLocationBackupMode EVServer-Win2k3
增加与服务器 EVServer-Win2k3 关联的所有非 Elasticsearch 索引位置的备份模式计数。
C:\PS>Set-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPath f:\indexing\index0
增加非 Elasticsearch 索引位置 f:\indexing\index0 的备份模式计数。
C:\PS>Set-IndexLocationBackupMode EVServer-Win2k3 -EVSiteName Site1
增加 Site1 中所有非 Elasticsearch 索引位置的备份模式计数。
C:\PS>Set-IndexLocationBackupMode -EntryId 1F3...Domain.local
增大具有指定 ID 的对象的备份模式计数。该 ID 可以是非 Elasticsearch 索引位置、服务器或站点的 ID。
如果指定某个非 Elasticsearch 索引位置的 ID,则该索引位置的备份模式计数将增大。
如果指定某个服务器或站点的 ID,则与该服务器或站点关联的非 Elasticsearch 索引位置的备份模式计数将增大。
有关操作成功的信息。