Enterprise Vault™ PowerShell Cmdlet
- Enterprise Vault PowerShell Cmdlet 简介
- 归档:Exchange
- 归档:FSA
- 归档:Skype for Business
- 归档:SMTP
- 备份
- 分类
- 数据库
- IMAP 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-IndexLocationBackupMode
Get-IndexLocationBackupMode 将报告某个索引位置、与服务器关联的所有索引位置或站点中所有索引位置的当前备份模式设置。
Get-IndexLocationBackupMode 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll
提供。
Get-IndexLocationBackupMode [-EVServerName] <String> [[-IndexRootPath] <String>] [-EVSiteName <String>] [<CommonParameters>]
Get-IndexLocationBackupMode [-EntryId <String>] [<CommonParameters>]
表:Get-IndexLocationBackupMode 参数
参数 |
说明 |
---|---|
-EVServerName(必填) |
拥有索引位置的 Enterprise Vault 服务器。如果按名称而非 ID 来指定站点或索引位置,则必须提供此参数。这将允许 Get-IndexLocationBackupMode 查找站点或索引位置的 ID。 |
-IndexRootPath |
索引位置的根路径。 |
-EVSiteName |
站点的名称。 |
-EntryId |
索引位置、服务、服务器或站点的 ID。 |
Get-IndexLocationBackupMode EVServer-Win2k3
报告与服务器 EVServer-Win2k3 关联的所有索引位置的当前备份模式设置。
Get-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPath f:\indexing\index0
报告索引位置 f:\indexing\index0 的当前备份模式设置。
Get-IndexLocationBackupMode EVServer-Win2k3 -EVSiteName Site1
报告 Site1 中所有索引位置的当前备份模式设置。
Get-IndexLocationBackupMode -EntryId 1F3...Domain.local
报告具有指定 ID 的对象的当前备份模式设置。ID 可以是索引位置、服务、服务器或站点的 ID。
如果指定某个索引位置的 ID,则报告该索引位置的当前备份模式设置。
如果指定某个服务、服务器或站点的 ID,则报告与该服务器或站点关联的索引位置的当前备份模式设置。
表:Get-IndexLocationBackupMode 属性 会列出可用的属性。
表:Get-IndexLocationBackupMode 属性
名称 |
类型 |
说明 |
---|---|---|
BackupMode |
布尔值 |
指示索引位置是否处于备份模式。可能的值:$true(索引位置处于备份模式)、$false(索引位置未处于备份模式)。 |
IndexingServiceId |
字符串 |
IndexingServiceId。 |
IndexRootPath |
字符串 |
IndexRootPath。 |
IndexRootPathId |
字符串 |
IndexRootPathId。 |