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 アクセス
- インデックス
- レコード管理
- 保持計画
- 役割ベースの管理
- サイトおよびサーバー
- タスクおよびサービス
- ボルトストアおよびアーカイブ
Sync-EVSMTPServerSettings
Sync-EVSMTPServerSettings は Enterprise Vault ディレクトリにある SMTP サーバー設定と、指定した SMTP サーバーの設定を同期します。サーバーを指定しない場合、Sync-EVSMTPServerSettings は cmdlet を実行するサーバーの設定と同期します。
-Recreate $true を使った場合、Sync-EVSMTPServerSettings は Enterprise Vault ディレクトリに格納されている設定を使って、指定したサーバー上のすべての SMTP サーバー設定を再作成します。
サーバーレベルで接続のセキュリティ設定を行っている SMTP サーバーで、Sync-EVSMTPServerSettings はサーバー設定を適用します。このようなサーバーにサイトレベルの設定を適用するには、[コンピュータプロパティ]の[SMTP]タブで設定を編集する必要があります。
Sync-EVSMTPServerSettings は、スナップイン Symantec.EnterpriseVault.PowerShell.AdminAPI.dll によって提供されます。
Sync-EVSMTPServerSettings [[-Server] <String>] [[-Recreate] <Boolean>] [<CommonParameters>]
表: Sync-EVSMTPServerSettings パラメータ
|
パラメータ |
説明 |
|---|---|
|
-Server |
SMTP サーバー設定を同期または再作成する SMTP サーバーの名前。完全修飾ドメイン名としてサーバーのホスト名またはエイリアスを指定する必要があります。 |
|
-Recreate |
同期するのではなく、SMTP サーバー設定の再作成を強制します。 |
Sync-EVSMTPServerSettings
cmdlet を実行するサーバーの SMTP サーバー設定を同期します。
Sync-EVSMTPServerSettings -Server smtp.example.com
smtp.example.com の SMTP サーバー設定を同期します。
Sync-EVSMTPServerSettings -Recreate $true
cmdlet を実行するサーバー上の既存の SMTP サーバー設定を削除し、Enterprise Vault ディレクトリに格納されている SMTP サーバー設定から設定を再作成します。
Sync-EVSMTPServerSettings -Server smtp.example.com -Recreate $true
smtp.example.com 上の既存の SMTP サーバー設定を削除し、Enterprise Vault ディレクトリに格納されている SMTP サーバー設定からその設定を再作成します。
Sync-EVSMTPServerSettings は出力を返しません。
Get-EVSMTPServerSettingsを参照してください。
New-EVSMTPServerSettingsを参照してください。
Set-EVSMTPServerSettingsを参照してください。