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 アクセス
- インデックス
- レコード管理
- 保持計画
- 役割ベースの管理
- サイトおよびサーバー
- タスクおよびサービス
- ボルトストアおよびアーカイブ
Disable-EVClassification
Disable-EVClassification は、ファイル分類インフラストラクチャエンジンまたは Veritas Information Classifier エンジンを無効にします。この cmdlet で両方のエンジンを無効にすることはできません。Enterprise Vault サーバーで cmdlet を実行します。
分類エンジンを一度無効にし、あとで再び有効にする場合は、次のいずれかの cmdlet を使用して行うことができます。
ファイル分類インフラストラクチャエンジンの場合は、Import-EVClassificationFCIRules または Publish-EVClassificationFCIRules を使用します。
Veritas Information Classifier エンジンの場合は、Initialize-EVClassificationVIC を使用します。
Disable-EVClassification は、Veritas.EnterpriseVault.PowerShell.AdminAPI.dll スナップインから利用できます。
Disable-EVClassification [-FCI <SwitchParameter>] [-VIC <SwitchParameter>] [-SiteId <String>] [<CommonParameters>]
表: Disable-EVClassification のパラメータ
パラメータ | 説明 |
|---|---|
-FCI | ファイル分類インフラストラクチャエンジンを使用する分類を無効にします。 |
-VIC | Veritas Information Classifier を使用する分類を無効にします。 |
-SiteId | 指定した分類エンジンを無効にする Enterprise Vault サイトの ID です。このパラメータを省略すると Disable-EVClassification は現在のサイトの ID を判別するためにレジストリを確認します。 Get-EVSite を使用して、サイト ID を取得することができます。 |
Disable-EVClassification -FCI
ファイル分類インフラストラクチャエンジンを使用する分類を無効にします。サイト ID を指定しないと、cmdlet はレジストリを確認して現在のサイトの ID を判別します。
Disable-EVClassification -VIC -SiteId 198...example.com
Veritas Information Classifier を使用する分類を、指定した Enterprise Vault サイト内で無効にします。
この cmdlet は、次のプロパティを持つ Symantec.EnterpriseVault.PowerShell.Commands.ClassificationEngine タイプのオブジェクトを返します。
表: Disable-EVClassification のプロパティ
名前 | 種類 | 説明 |
|---|---|---|
SiteName | 文字列 | 分類エンジンを無効にした Enterprise Vault サイトの名前です。 |
FCIEnabled | Boolean | ファイル分類インフラストラクチャエンジンを使用する分類が有効かどうかを示します。 |
VICEnabled | Boolean | Veritas Information Classifier エンジンを使用する分類が有効かどうかを示します。 |
VICPoliciesPath | 文字列 | Veritas Information Classifier エンジンがポリシー情報を保持するフォルダのパスです。このエンジンを無効にした場合、このパスは空白になります。 |