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-EVClassificationStatus
Get-EVClassificationStatus は、すべてのサイトのファイル分類インフラストラクチャエンジンおよび Veritas Information Classifier エンジンの現在の状態を示します。-SiteId パラメータを使用して特定のサイトのエンジンの状態を示すこともできます。
Get-EVClassificationStatus は、Veritas.EnterpriseVault.PowerShell.AdminAPI.dll スナップインから利用できます。
Get-EVClassificationStatus [-SiteId <String>] [<CommonParameters>]
表: Get-EVClassificationStatus のパラメータ
パラメータ | 説明 |
|---|---|
-SiteId | 両方の分類エンジンの現在の状態を示す Enterprise Vault サイトの ID です。 Get-EVSite を使用して、サイト ID を取得することができます。 |
Get-EVClassificationStatus
すべての Enterprise Vault サイト内の両方の分類エンジンの現在の状態を示します。
Get-EVClassificationStatus -SiteId 13E...EV.example.com
指定したサイト内の両方の分類エンジンの現在の状態を示します。
この cmdlet は、以下のプロパティが設定された Symantec.EnterpriseVault.PowerShell.Commands.ClassificationEngine 型のオブジェクトの配列を返します。
表: Get-EVClassificationStatus のプロパティ
名前 | 種類 | 説明 |
|---|---|---|
SiteName | 文字列 | 分類エンジンの状態を示す Enterprise Vault サイトの名前です。 |
FCIEnabled | Boolean | ファイル分類インフラストラクチャエンジンを使用する分類が有効かどうかを示します。 |
VICEnabled | Boolean | Veritas Information Classifier エンジンを使用する分類が有効かどうかを示します。 |
VICPoliciesPath | 文字列 | Veritas Information Classifier エンジンがポリシー情報を保持するフォルダのパスです。このエンジンを無効にした場合、このパスは空白になります。 |