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-VaultStoreBackupMode
Set-VaultStoreBackupMode 会增大某个保管库存储、保管库存储组中的所有保管库存储或站点中的所有保管库存储的备份模式计数。
Enterprise Vault 会保留每个保管库存储的备份模式请求计数。例如,如果在环境中使用并发备份脚本,则备份模式计数可以大于 1。直到备份模式计数减小为 0,才会清除备份模式。
Set-VaultStoreBackupMode 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Set-VaultStoreBackupMode [-Name] <String> [-EVServerName] <String> [-EvObjectType] <EVObjectType> [<CommonParameters>]
Set-VaultStoreBackupMode -EntryId <String> [<CommonParameters>]
表:Set-VaultStoreBackupMode 参数
|
参数 |
描述 |
|---|---|
|
-Name(必需) |
保管库存储、保管库存储组或站点的名称。 |
|
-EVServerName(必需) |
拥有保管库存储、保管库存储组或站点的 Enterprise Vault 服务器。 如果按名称而非 ID 指定保管库存储、保管库存储组或站点,则必须提供此参数。这将允许 Set-VaultStoreBackupMode 查找保管库存储、保管库存储组或站点的 ID。 |
|
-EvObjectType(必需) |
Name 参数传递的对象类型。可接受的值包括 VaultStore、VaultStoreGroup 和 Site。 如果按名称而非 ID 指定保管库存储、保管库存储组或站点,则必须提供此参数。 |
|
-EntryId(必需) |
保管库存储、保管库存储组或站点的 ID。 |
Set-VaultStoreBackupMode VS1 EVServer-Win2k3 VaultStore
增大保管库存储 VS1 的备份模式计数。
Set-VaultStoreBackupMode VSG1 EVServer-Win2k3 VaultStoreGroup
增大保管库存储组 VSG1 中的所有保管库存储的备份模式计数。
Set-VaultStoreBackupMode Site1 EVServer-Win2k3 Site
增大 Site1 中所有保管库存储上的备份模式计数。
Set-VaultStoreBackupMode -EntryId 1F3...Domain.local
增大具有指定 ID 的对象的备份模式计数。ID 可以是保管库存储、保管库存储组或站点的 ID。
如果指定某个保管库存储的 ID,则该保管库存储的备份模式计数将增大。
如果指定某个保管库存储组或站点的 ID,则属于该组或站点的保管库存储的备份模式计数将增大。
Set-VaultStoreBackupMode -EVServerName EVServer-Win2k3 -EVObjectType VaultStore -Name VS1
增大保管库存储 VS1 的备份模式计数。
在此示例中,由于参数未处于默认顺序,因此必须命名参数。
完成时会出现确认消息。