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-EVClassificationTestMode
Get-EVClassificationTestMode は、処理対象アーカイブにおいてテストモードで Enterprise Vault 分類機能が動作しているかどうかを報告します。 テストモードでは、分類機能は、アーカイブのアイテムに分類タグやその他の変更を適用するのではなく、計画している変更を一覧表示するレポートを生成します。
Get-EVClassificationTestMode は、スナップイン Symantec.EnterpriseVault.PowerShell.Snapin.dll によって提供されます。
Get-EVClassificationTestMode [-ArchiveID] <string>
表: Get-EVClassificationTestMode パラメータ
パラメータ | 説明 |
|---|---|
-ArchiveID (必須) | 分類のテストモードの状態を取得する対象となるアーカイブの ID を指定します。 |
Get-EVClassificationTestMode -ArchiveID 19D...EVServer1
指定したアーカイブについて分類のテストモードの現在の状態を取得します。
表: Get-EVClassificationTestMode プロパティ は、利用可能なプロパティを一覧表示します。
表: Get-EVClassificationTestMode プロパティ
名前 | 種類 | 説明 |
|---|---|---|
ArchiveID | 文字列 | テストモードの状態を取得する対象となるアーカイブの ID。 |
ArchiveName | 文字列 | テストモードの状態を取得する対象となるアーカイブの名前。 |
TestMode | Boolean | アーカイブについての分類のテストモードの現在の状態: 有効 ($true) または無効 ($false)。 |
Set-EVClassificationTestModeを参照してください。