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 アクセス
- インデックス
- レコード管理
- 保持計画
- 役割ベースの管理
- サイトおよびサーバー
- タスクおよびサービス
- ボルトストアおよびアーカイブ
Set-EVIMAPServerDisabled
Set-EVIMAPServerDisabled は、指定したサーバーで IMAP を無効化して、IMAP サーバーを停止します。
Set-EVIMAPServerDisabled は、Veritas.EnterpriseVault.PowerShell.AdminAPI.dll スナップインから利用できます。
Set-EVIMAPServerDisabled -ComputerNameAlternate [<CommonParameters>]
表: Set-EVIMAPServerDisabled パラメータ
パラメータ | 説明 |
|---|---|
-ComputerNameAlternate (必須) | IMAP サーバーを停止し無効にする Enterprise Vault サーバーのエイリアス。 |
Get-EVComputers | Where-Object {$_.EnabledForIMAP -eq 1} | ForEach-Object {Set-EVIMAPServerDisabled $_.ComputerNameAlternate}
IMAP に有効なすべての Enterprise Vault サーバーを検索し、それぞれを順番に無効にして、そのプロセスで IMAP サーバーを停止します。
Set-EVIMAPServerDisabled ACME_LAB_1
コンピュータ名 'ACME_LAB_1' の Enterprise Vault サーバーを検索し、それを IMAP に対して無効にし、そのプロセスで IMAP サーバーを停止します。
完了時に確認メッセージが表示されます。
Get-EVComputersを参照してください。
Set-EVIMAPServerEnabledを参照してください。
Get-EVIMAPUsersを参照してください。
Get-EVIMAPUserSettingsを参照してください。