Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
- Archiving: Exchange
- Archiving: FSA
- Archiving: Skype for Business
- Archiving: SMTP
- Backup
- Classification
- Databases
- IMAP access
- Indexing
- Records management
- Retention plans
- Roles-based administration
- Sites and servers
- Tasks and services
- Vault stores and archives
Sync-EVSMTPServerSettings
Sync-EVSMTPServerSettings synchronizes the SMTP server settings in the Enterprise Vault directory with those on the SMTP server you specify. If you do not specify a server, Sync-EVSMTPServerSettings synchronizes the settings on the server on which you run the cmdlet.
If you use -Recreate $true, Sync-EVSMTPServerSettings recreates all the SMTP server settings on the specified server using the settings that are stored in the Enterprise Vault directory.
On SMTP servers for which you have configured connection security settings at the server-level, Sync-EVSMTPServerSettings applies the server settings. If you want to apply site-level settings on such servers you need to edit the settings on the SMTP tab of the computer properties.
Sync-EVSMTPServerSettings is provided by the snap-in Symantec.EnterpriseVault.PowerShell.AdminAPI.dll
.
Sync-EVSMTPServerSettings [[-Server] <String>] [[-Recreate] <Boolean>] [<CommonParameters>]
Table: Sync-EVSMTPServerSettings parameters
Parameter | Description |
---|---|
-Server | The name of the SMTP server on which you want to synchronize or recreate the SMTP server settings. You must specify the server's host name or alias as a fully qualified domain name. |
-Recreate | Forces recreation the SMTP server settings, rather than synchronization. |
Sync-EVSMTPServerSettings
Synchronizes the SMTP server settings on the server where you run the cmdlet.
Sync-EVSMTPServerSettings -Server smtp.example.com
Synchronizes the SMTP server settings on smtp.example.com.
Sync-EVSMTPServerSettings -Recreate $true
Deletes the existing SMTP server settings on the server where you run the cmdlet, and recreates them from the SMTP server settings that are stored in the Enterprise Vault directory.
Sync-EVSMTPServerSettings -Server smtp.example.com -Recreate $true
Deletes the existing SMTP server settings on smtp.example.com, and recreates them from the SMTP server settings that are stored in the Enterprise Vault directory.
Sync-EVSMTPServerSettings returns no output.