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
Set-EVSMTPMessageTrackingLogLocation
Set-EVSMTPMessageTrackingLogLocation updates the location of the message tracking log file on the specified Enterprise Vault SMTP server in the specified site. If you do not specify a site ID, the cmdlet uses the site to which the local Enterprise Vault server belongs.
Set-EVSMTPMessageTrackingLogLocation is provided by Symantec.EnterpriseVault.PowerShell.AdminAPI.dll, which is loaded by the Enterprise Vault Management Shell.
Set-EVSMTPMessageTrackingLogLocation [-SiteId <String>] [-Identifier] <String> [-LogFileLocation] <String> [<CommonParameters>]
Table: Set-EVSMTPMessageTrackingLogLocation parameters
Parameter | Description |
---|---|
-SiteId | The ID of the site to which the SMTP settings belong. |
-Identifier (required) | The computer name, computer alternate name, or computer entry ID of the SMTP server for which to configure the message tracking log file location. A list of the SMTP servers in the site is displayed on the Message Tracking tab of the SMTP properties in the Enterprise Vault Administration Console. To open the SMTP properties, right-click the container under Targets, and select . |
-LogFileLocation (required) | The path to the folder where the SMTP message tracking log file is stored. This path should be local to the SMTP server. |
Set-EVSMTPMessageTrackingLogLocation -Identifier "EV1.Domain.com" -LogFileLocation "C:\MsgTrackingLogFileLocation"
Updates the location of the message tracking log file on the SMTP server with the name, "EV1.Domain.com". As no site is specified, Enterprise Vault uses the site of the Enterprise Vault server on which you run the cmdlet.
Set-EVSMTPMessageTrackingLogLocation -SiteId "13E...example.com" -Identifier "EV2" -LogFileLocation "C:\MsgTrackingLogFileLocation"
Updates the location of the message tracking log file on the SMTP server with the name, "EV2", in the specified Enterprise Vault site.
Set-EVSMTPMessageTrackingLogLocation returns no output.