Enterprise Vault™ PowerShell Cmdlet
- Enterprise Vault PowerShell Cmdlet 简介
- 归档:Exchange
- 归档:FSA
- 归档:Skype for Business
- 归档:SMTP
- 备份
- 分类
- 数据库
- IMAP 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-EVIndexSnapshotLocationBackupMode
Get-EVIndexSnapshotLocationBackupMode 会检索指定 Enterprise Vault 站点中指定 Enterprise Vault 索引服务器上配置的指定索引快照位置或所有索引快照位置的当前备份模式设置。
Get-EVIndexSnapshotLocationBackupMode [-EVServerName <String>] [-Path <String>] [-OnlyInBackup <SwitchParameter>] [<CommonParameters>]
Get-EVIndexSnapshotLocationBackupMode -SiteId <String> [-EVServerName <String>] [-Path <String>] [-OnlyInBackup <SwitchParameter>] [<CommonParameters>]
Get-EVIndexSnapshotLocationBackupMode 会检索指定 Enterprise Vault 站点中指定 Enterprise Vault 索引服务器上配置的指定索引快照位置或所有索引快照位置的当前备份模式设置。
Get-EVIndexSnapshotLocationBackupMode 由 Enterprise Vault Management Shell 加载的 Symantec.EnterpriseVault.PowerShell.AdminAPI.dll
提供。
表:Get-EVIndexSnapshotLocationBackupMode 参数
参数 |
描述 |
---|---|
-SiteId |
Enterprise Vault 站点的 ID,您想要为该指定 Enterprise Vault 站点中 Enterprise Vault 索引服务器上配置的索引快照位置检索当前备份模式设置。 如果忽略此参数,Get-EVIndexSnapshotLocationBackupMode 会从指定为 EVServerName 参数的 Enterprise Vault 索引服务器中检索 SiteId;否则,它会使用运行该命令的 Enterprise Vault 索引服务器的站点的 ID。可以使用 Get-EVSite 命令获取 SiteId。 |
-EVServerName |
Enterprise Vault 索引服务器的名称,您想为该索引服务器检索索引快照位置的当前备份模式设置。 如果忽略此参数,Get-EVIndexSnapshotLocationBackupMode 会使用运行该命令的 Enterprise Vault 索引服务器的主机名。可以使用 Get-EVComputers 命令获取 Enterprise Vault 索引服务器名称。 |
-Path |
您要为其检索当前备份模式设置的索引快照位置的路径。 |
-OnlyInBackup |
过滤列表,以仅显示那些处于备份模式的索引快照位置。 |
C:\PS> Get-EVIndexSnapshotLocationBackupMode
检索在执行此命令的 Enterprise Vault 索引服务器上配置的所有索引快照位置的当前备份模式设置。
C:\PS> Get-EVIndexSnapshotLocationBackupMode -EVServerName evserver.earth.local
检索在 Enterprise Vault 索引服务器“evserver.earth.local”上配置的所有索引快照位置的当前备份模式设置。
C:\PS> Get-EVIndexSnapshotLocationBackupMode -Path e:\indexsnapshotlocation
检索在执行此命令的 Enterprise Vault 索引服务器上配置的索引快照位置“e:\indexsnapshotlocation”的当前备份模式设置。
C:\PS> Get-EVIndexSnapshotLocationBackupMode -EVServerName evserver.earth.local -Path e:\indexsnapshotlocation
检索在 Enterprise Vault 索引服务器“evserver.earth.local”上配置的索引快照位置“e:\indexsnapshotlocation”的当前备份模式设置。
C:\PS> Get-EVIndexSnapshotLocationBackupMode -SiteId 17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local
检索 Enterprise Vault 站点“17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local”中所有 Enterprise Vault 索引服务器上配置的所有索引快照位置的当前备份模式设置。
C:\PS> Get-EVIndexSnapshotLocationBackupMode -SiteId 17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local -EVServerName evserver.earth.local
检索 Enterprise Vault 站点“17EEC4C7A9E1E4540AE93FC7B20C6A7311d10000evserver.earth.local”中 Enterprise Vault 索引服务器“evserver.earth.local”上配置的所有索引快照位置的当前备份模式设置。
C:\PS> Get-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 | Get-EVIndexSnapshotLocationBackupMode
检索在 Get-EVSite 命令返回的 Enterprise Vault 站点中所有 Enterprise Vault 索引服务器上配置的所有索引快照位置的当前备份模式设置。
C:\PS> Get-EVComputers | Get-EVIndexSnapshotLocationBackupMode
检索在 Get-EVComputers 命令返回的所有 Enterprise Vault 索引服务器上配置的所有索引快照位置的当前备份模式设置。
C:\PS> Get-EVIndexSnapshotLocation | Get-EVIndexSnapshotLocationBackupMode
检索 Get-EVIndexSnapshotLocation 命令返回的所有索引快照位置的当前备份模式设置。
C:\PS> Get-EVIndexSnapshotLocation -OnlyActive | Get-EVIndexSnapshotLocationBackupMode
检索 Get-EVIndexSnapshotLocation 命令返回的活动索引快照位置的当前备份模式设置。
C:\PS> Get-EVIndexSnapshotLocationBackupMode -OnlyInBackup
检索处于备份模式的所有索引快照位置的当前备份模式设置。
C:\PS> Get-EVIndexSnapshotLocationBackupMode -OnlyInBackup:$true
检索处于备份模式的所有索引快照位置的当前备份模式设置。
C:\PS> Get-EVIndexSnapshotLocationBackupMode -OnlyInBackup:$false
检索未处于备份模式的所有索引快照位置的当前备份模式设置。
Symantec.EnterpriseVault.Admin.IndexSnapshotLocationBackup
此命令返回 Symantec.EnterpriseVault.Admin.IndexSnapshotLocationBackup 类型的对象,其中包含以下属性:
表:Get-EVIndexSnapshotLocationBackupMode 属性
名称 |
类型 |
描述 |
---|---|---|
SiteId |
字符串 |
配置索引快照位置的 Enterprise Vault 站点的 ID。 |
SiteNameOrId |
字符串 |
配置索引快照位置的 Enterprise Vault 站点的名称或 ID。 |
EVServerEntryId |
字符串 |
配置索引快照位置的 Enterprise Vault 索引服务器的 ID。 |
EVServerName |
字符串 |
配置索引快照位置的 Enterprise Vault 索引服务器的名称。 |
Path |
字符串 |
索引快照位置所在的路径。 |
BackupMode |
布尔值 |
指示索引快照位置是否处于备份模式。 |
BackupModeRefCount |
整数 |
指示索引快照位置的备份模式引用计数。 |