Enterprise Vault™ PowerShell Cmdlets
- 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-EVElasticsearchIndex
Get-EVElasticsearchIndex は、指定されたアーカイブのすべての Elasticsearch インデックスの詳細を Elasticsearch から取得します。
Get-EVElasticsearchIndex は、Enterprise Vault 管理シェルによってロードされる Veritas.EnterpriseVault.PowerShell.AdminAPI.dll に含まれています。
Get-EVElasticsearchIndex -ArchiveId <String> [-IndexState <String>] [<CommonParameters>]
表: Get-EVElasticsearchIndex のパラメータ
|
パラメータ |
説明 |
|---|---|
|
-ArchiveId (必須) |
インデックスの詳細を取得するアーカイブの ID。 |
|
-IndexState |
結果をフィルタ処理するインデックスの状態 (開いている/閉じている)。 |
C:\PS> Get-EVElasticsearchIndex -ArchiveId "116C02E87F248354DA9E9FECEDA650C721110000VJ-SQL.QA.COM"
アーカイブ 「116C02E87F248354DA9E9FECEDA650C721110000VJ-SQL.QA.COM」のすべての Elasticsearch インデックスを一覧表示します。
C:\PS> Get-EVArchive | Get-EVElasticsearchIndex
Get-EVArchive コマンドによって返されたアーカイブのすべての Elasticsearch インデックスを一覧表示します。
C:\PS> Get-EVElasticsearchIndex -ArchiveId "116C02E87F248354DA9E9FECEDA650C721110000VJ-SQL.QA.COM" -IndexState "Open"
アーカイブ ID が指定されているアーカイブで開いているすべての Elasticsearch インデックスを一覧表示します。
C:\PS> Get-EVArchive | Get-EVElasticsearchIndex -IndexState "Close"
Get-EVArchive コマンドによって返されたアーカイブの閉じているすべての Elasticsearch インデックスを一覧表示します。
このコマンドは、次のプロパティで構成された Symantec.EnterpriseVault.PowerShell.AdminAPI.ElasticsearchIndex 形式のオブジェクトを返します。
表: Get-EVElasticsearchIndex のプロパティ
|
名前 |
形式 |
説明 |
|---|---|---|
|
ArchiveId |
文字列 |
Elasticsearch インデックスのアーカイブの ID。 |
|
IndexName |
文字列 |
アーカイブ ID に関連付けられた Elasticsearch インデックスの名前。 |
|
IndexState |
文字列 |
Elasticsearch インデックスの状態。 |
|
IndexStatus |
ElasticsearchIndexStatus 列挙値 |
インデックスの正常性状態。 |
|
IndexedItems |
整数 |
インデックスのアイテムの数。 |
|
IndexSizeInMB |
整数 |
インデックスのサイズ (MB)。 |
|
ShardsCount |
整数 |
インデックスのシャードの数。 |
|
EVServerEntryId |
文字列 |
Elasticsearch インデックスの Enterprise Vault インデックスサーバーのエントリ ID。 |