Enterprise Vault™ PowerShell Cmdlet
- 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
- 分类
- 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-EVSMTPMessageTrackingLogLocation
Set-EVSMTPMessageTrackingLogLocation 更新指定站点中的指定 Enterprise Vault SMTP 服务器上邮件跟踪日志文件的位置。如果未指定站点 ID,此 cmdlet 将使用本地 Enterprise Vault 服务器所属的站点。
Set-EVSMTPMessageTrackingLogLocation 由管理单元 Symantec.EnterpriseVault.PowerShell.AdminAPI.dll 提供。
Set-EVSMTPMessageTrackingLogLocation [-SiteId <String>] [-Identifier] <String> [-LogFileLocation] <String> [<CommonParameters>]
表:Set-EVSMTPMessageTrackingLogLocation 参数
参数 | 说明 |
|---|---|
-SiteId | SMTP 设置所属的站点 ID。 |
-Identifier(必填) | 为其配置邮件跟踪日志文件位置的 SMTP 服务器的计算机名称、计算机备用名称或计算机条目 ID。站点中的 SMTP 服务器列表显示在 Enterprise Vault 管理控制台的 SMTP 属性的“邮件跟踪”选项卡中。要打开 SMTP 属性,右键单击“目标”下的 容器,然后选择。 |
-LogFileLocation(必需) | 存储 SMTP 邮件跟踪日志文件的文件夹的路径。此路径应位于 SMTP 服务器本地。 |
Set-EVSMTPMessageTrackingLogLocation -Identifier "EV1.Domain.com" -LogFileLocation "C:\MsgTrackingLogFileLocation"
更新名为 EV1.Domain.com 的 SMTP 服务器上的邮件跟踪日志文件的位置。由于未指定站点,Enterprise Vault 将使用运行此 cmdlet 的 Enterprise Vault 服务器的站点。
Set-EVSMTPMessageTrackingLogLocation -SiteId "13E...example.com" -Identifier "EV2" -LogFileLocation "C:\MsgTrackingLogFileLocation"
更新指定 Enterprise Vault 站点中名为 EV2 的 SMTP 服务器上邮件跟踪日志文件的位置。
Set-EVSMTPMessageTrackingLogLocation 不返回任何输出。