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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-IndexLocationBackupMode
Get-IndexLocationBackupMode 报告非 Elasticsearch 索引位置的当前备份模式设置。
Get-IndexLocationBackupMode 会报告一个非 Elasticsearch 索引位置、与服务器相关的所有非 Elasticsearch 索引位置、或一个站点中的所有非 Elasticsearch 索引位置的当前备份模式设置。
注意:
Get-IndexLocationBackupMode 不适用于 Elasticsearch 索引位置。此命令将仅列出非 Elasticsearch 索引位置。
Get-IndexLocationBackupMode 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Get-IndexLocationBackupMode [-EVServerName] <String> [[-IndexRootPath] <String>] [-EVSiteName <String>] [<CommonParameters>]
Get-IndexLocationBackupMode [-EntryId <String>] [<CommonParameters>]
表:Get-IndexLocationBackupMode 参数
|
参数 |
描述 |
|---|---|
|
-EVServerName(必需) |
拥有非 Elasticsearch 索引位置的 Enterprise Vault 服务器。如果按名称而非 ID 来指定站点或非 Elasticsearch 索引位置,则必须提供此参数。这将允许 Get-IndexLocationBackupMode 查找站点 ID 或非 Elasticsearch 索引位置的 ID。 |
|
-IndexRootPath |
非 Elasticsearch 索引位置的根路径。 |
|
-EVSiteName |
站点的名称。 |
|
-EntryId |
非 Elasticsearch 索引位置、服务、服务器或站点的 ID。 |
C:\PS>Get-IndexLocationBackupMode EVServer-Win2k3
报告与服务器 EVServer-Win2k3 关联的所有非 Elasticsearch 索引位置的当前备份模式设置。
C:\PS>Get-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPath f:\indexing\index0
报告非 Elasticsearch 索引位置 f:\indexing\index0 的当前备份模式设置。
C:\PS>Get-IndexLocationBackupMode EVServer-Win2k3 -EVSiteName Site1
报告 Site1 中所有非 Elasticsearch 索引位置的当前备份模式设置。
C:\PS>Get-IndexLocationBackupMode -EntryId 1F3....Domain1.local
报告具有指定 ID 的对象的当前备份模式设置。该 ID 可以是非 Elasticsearch 索引位置、服务、服务器或站点的 ID。
如果指定某个非 Elasticsearch 索引位置的 ID,则报告该索引位置的当前备份模式设置。
如果指定某个服务、服务器或站点的 ID,则报告与该服务器或站点关联的非 Elasticsearch 索引位置的当前备份模式设置。
有关操作成功的信息。