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-EVRBAAzStoreXml
Get-EVRBAAzStoreXml は、Enterprise Vault ディレクトリデータベースから指定したフォルダ内にある EvAzStore.xml というファイルに RBA ストアをダウンロードします。
Enterprise Vault ディレクトリデータベースは -EVDirectoryServer パラメータを使って指定します。指定したフォルダに EvAzStore.xml というファイルがすでに含まれている場合、Get-EVRBAAzStoreXml はそれを上書きします。
適切なエディタを使って EvAzStore.xml を編集し、Set-EVRBAAzStoreXml を使って Enterprise Vault ディレクトリにアップロードできます。
Vault サービスアカウントと RBAC cmdlet 管理者役割のメンバーがこの cmdlet を実行できます。
Enterprise Vault サーバー以外のサーバーから Get-EVRBAAzStoreXml を実行すると、-EVDirectoryServer パラメータの入力が求められます (-EVDirectoryServer をパラメータとしてすでに指定している場合を除く)。
Get-EVRBAAzStoreXml は、スナップイン Symantec.EnterpriseVault.PowerShell.AdminAPI.dll によって提供されます。
Get-EVRBAAzStoreXml [-FolderPath] <String> -EVDirectoryServer <String> [<CommonParameters>]
表: Get-EVRBAAzStoreXml パラメータ
|
パラメータ |
説明 |
|---|---|
|
-FolderPath (必須) |
|
|
-EVDirectoryServer (必須) |
Enterprise Vault ディレクトリサーバーのホスト名、完全修飾ドメイン名または DNSエイリアスを指定します。このパラメータは必須パラメータですが、可能な場合は cmdlet によって自動的に判別されます。 |
Get-EVRBAAzStoreXml "C:\EvAzStoreXmlLocation"
ローカルにインストールされた Enterprise Vault サーバーから
C:\EvAzStoreXmlLocationにEvAzStore.xmlをダウンロードします。Get-EVRBAAzStoreXml "C:\EvAzStoreXmlLocation" -EVDirectoryServer "evserver.example.com"
evserver.example.com から
C:\EvAzStoreXmlLocationにEvAzStore.xmlをダウンロードします。Get-EVRBAAzStoreXml -FolderPath "C:\EvAzStoreXmlLocation" -EVDirectoryServer "evserver.example.com"
evserver.example.com から
C:\EvAzStoreXmlLocationにEvAzStore.xmlをダウンロードします。名前付きのパラメータの使用を書き留めます。
なし。
Set-EVRBAAzStoreXmlを参照してください。