Veritas 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.
Sync-EVSMTPServerSettings is provided by Symantec.EnterpriseVault.PowerShell.AdminAPI.dll, which is loaded by the Enterprise Vault Management Shell.
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.