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-EVClassificationFCITags
メモ:
この cmdlet は、Enterprise Vault 12 で導入された分類機能でのみ使用します。この機能では、Microsoft ファイル分類インフラストラクチャ (FCI) を使用してアーカイブ済みコンテンツを分類します。この cmdlet は、以降の Veritas Information Classifier の分類方法で使用するようには設計されていません。
分類キャッシュフォルダ内の指定したプレーンテキスト (.txt) ファイルについて、Get-EVClassificationFCITags は、Enterprise Vault がファイルのタグ付けに使用した分類プロパティの詳細とプロパティ値を返します。
デフォルトでは、Enterprise Vault ができるだけ早い段階でキャッシュフォルダを空にします。 ただし、管理コンソールで設定を選択することによって、キャッシュの内容を保持するように設定できます。
Get-EVClassificationFCITags は、スナップイン Symantec.EnterpriseVault.PowerShell.Snapin.dll によって提供されます。
Get-EVClassificationFCITags [-File] <String>
表: Get-EVClassificationFCITags パラメータ
パラメータ | 説明 |
|---|---|
-File (必須) | 分類の詳細を返すプレーンテキストファイルのパス。 |
Get-EVClassificationFCITags -File E:\EVCache\Classification\ClassificationFile.txt
ClassificationFile.txtファイルの分類の詳細を返します。Get-EVClassificationFCITags -File 'E:\EVCache\Classification\EV$9...EDB8.txt'
ファイル名にドル記号を含むファイルの分類の詳細を返します。 そのため、完全パスを一重引用符で囲みます。
この cmdlet は、以下のプロパティが設定された Symantec.EnterpriseVault.PowerShell.Commands.ClassificationProperty 型のオブジェクトの配列を返します。
表: Get-EVClassificationFCITags プロパティ
名前 | 種類 | 説明 |
|---|---|---|
PolicyName | 文字列 | 一致する分類ルールまたはポリシー。 |
Category | 文字列 | 一致する evtag.category の値。 |
Inclusion | 文字列 | 一致する evtag.inclusion の値。 |
Exclusion | 文字列 | 一致する evtag.exclusion の値。 |
Discard | ブール値 | アイテムが破棄されるかどうか。 |
RetentionCategories | 文字列 | 一致する保持カテゴリ。 |