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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Clear-EVIndexSnapshotLocationBackupMode
Clear-EVIndexSnapshotLocationBackupMode 会减少指定 Enterprise Vault 站点中指定 Enterprise Vault 索引服务器上配置的指定索引快照位置或所有索引快照位置的备份模式计数。它还会减少在指定的 Enterprise Vault 站点中的所有 Enterprise Vault 索引服务器上配置的所有索引快照位置的备份模式计数。
注意:
直到备份模式计数减小为 0,才会清除索引快照位置的备份模式。
Clear-EVIndexSnapshotLocationBackupMode [-EVServerName <String>] [-Path <String>] [-ForceClearBackupMode <SwitchParameter>] [-Confirm <SwitchParameter>] [-WhatIf <SwitchParameter>] [<CommonParameters>]
Clear-EVIndexSnapshotLocationBackupMode -SiteId <String> [-EVServerName <String>] [-Path <String>] [-ForceClearBackupMode <SwitchParameter>] [-Confirm <SwitchParameter>] [-WhatIf <SwitchParameter>] [<CommonParameters>]
Clear-EVIndexSnapshotLocationBackupMode 会减少指定 Enterprise Vault 站点中指定 Enterprise Vault 索引服务器上配置的指定索引快照位置或所有索引快照位置的备份模式计数。它还会减少在指定的 Enterprise Vault 站点中的所有 Enterprise Vault 索引服务器上配置的所有索引快照位置的备份模式计数。
只要计数大于 0,索引快照位置就一直保持备份模式。
Enterprise Vault 会保留每个索引快照位置的备份模式请求计数。例如,如果在环境中使用并发备份脚本,则备份模式计数可以大于 1。直到备份模式计数减小为 0,才会清除备份模式。
Clear-EVIndexSnapshotLocationBackupMode 由 Enterprise Vault Management Shell 加载的 Symantec.EnterpriseVault.PowerShell.AdminAPI.dll 提供。
表:Clear-EVIndexSnapshotLocationBackupMode 参数
|
参数 |
描述 |
|---|---|
|
-SiteId |
Enterprise Vault 站点的 ID,您想要为该指定 Enterprise Vault 站点中 Enterprise Vault 索引服务器上配置的索引快照位置清除备份模式。 如果忽略此参数,Clear-EVIndexSnapshotLocationBackupMode 会从指定为 EVServerName 参数的 Enterprise Vault 索引服务器中检索 SiteId;否则,它会使用运行该命令的 Enterprise Vault 索引服务器的站点的 ID。可以使用 Get-EVSite 命令获取 SiteId。 |
|
-EVServerName |
Enterprise Vault 索引服务器的名称,您想为其指定的索引快照位置或所有索引快照位置清除备份模式。 如果忽略此参数,Clear-EVIndexSnapshotLocationBackupMode 会使用运行该命令的 Enterprise Vault 索引服务器的主机名。可以使用 Get-EVComputers 命令获取 Enterprise Vault 索引服务器名称。 |
|
-Path |
您要为其清除备份模式的索引快照位置的路径。 |
|
-ForceClearBackupMode |
使用 -ForceClearBackupMode:$true 可强制清除备份模式。Clear-EVIndexLocationBackupMode 会忽略现有的备份模式计数,并将其设为 0。 |
|
-Confirm |
您可以使用 Confirm 切换,用于禁止在此 cmdlet 运行时默认显示确认提示。要禁止显示确认提示,请使用语法 -Confirm:$False。必须在语法中包括冒号 (:)。 |
|
-WhatIf |
WhatIf 切换指示命令模拟将在对象上执行的操作。通过使用 WhatIf 切换,您可以预览将发生的变化,而不应用任何这些变化。无需为 WhatIf 切换指定任何值。 |
C:\PS> Clear-EVIndexSnapshotLocationBackupMode
减少在执行此命令的 Enterprise Vault 索引服务器上配置的所有索引快照位置的备份模式计数。
C:\PS> Clear-EVIndexSnapshotLocationBackupMode -EVServerName evserver.earth.local
减少在 Enterprise Vault 索引服务器“evserver.earth.local”上配置的所有索引快照位置的备份模式计数。
C:\PS> Clear-EVIndexSnapshotLocationBackupMode -Path e:\indexsnapshotlocation
减少在执行此命令的 Enterprise Vault 索引服务器上配置的索引快照位置“e:\indexsnapshotlocation”的备份模式计数。
C:\PS> Clear-EVIndexSnapshotLocationBackupMode -EVServerName evserver.earth.local -Path e:\indexsnapshotlocation
减少在 Enterprise Vault 索引服务器“evserver.earth.local”上配置的索引快照位置“e:\indexsnapshotlocation”的备份模式计数。
C:\PS> Clear-EVIndexSnapshotLocationBackupMode -SiteId 17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local
减少 Enterprise Vault 站点“17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local”中所有 Enterprise Vault 索引服务器上配置的所有索引快照位置的备份模式计数。
C:\PS> Clear-EVIndexSnapshotLocationBackupMode -SiteId 17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local -EVServerName evserver.earth.local
减少 Enterprise Vault 站点“17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local”中 Enterprise Vault 索引服务器“evserver.earth.local”上配置的所有索引快照位置的备份模式计数。
C:\PS> Clear-EVIndexSnapshotLocationBackupMode -SiteId 17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local -EVServerName evserver.earth.local -Path e:\indexsnapshotlocation
减少 Enterprise Vault 站点“17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local”中 Enterprise Vault 索引服务器 evserver.earth.local 上配置的索引快照位置“e:\indexsnapshotlocation”的备份模式计数。
C:\PS> Get-EVSite | Clear-EVIndexSnapshotLocationBackupMode
减少 Get-EVSite 命令返回的 Enterprise Vault 站点中所有 Enterprise Vault 索引服务器上配置的所有索引快照位置的备份模式计数。
C:\PS> Get-EVComputers | Clear-EVIndexSnapshotLocationBackupMode
减少 Get-EVComputers 命令返回的所有 Enterprise Vault 索引服务器上配置的所有索引快照位置的备份模式计数。
C:\PS> Get-EVIndexSnapshotLocation | Clear-EVIndexSnapshotLocationBackupMode
减少 Get-EVIndexSnapshotLocation 命令返回的所有索引快照位置的备份模式计数。
C:\PS> Get-EVIndexSnapshotLocation -OnlyActive | Clear-EVIndexSnapshotLocationBackupMode
减少 Get-EVIndexSnapshotLocation 命令返回的活动索引快照位置的备份模式计数。
C:\PS> Get-EVComputers | Clear-EVIndexSnapshotLocationBackupMode -ForceClearBackupMode
强制清除由 Get-EVComputers 命令返回的所有 Enterprise Vault 索引服务器上配置的所有索引快照位置的备份模式计数。
无。
Clear-EVIndexSnapshotLocationBackupMode 不返回输出。