Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Enterprise Vault™ PowerShell Cmdlet
- Enterprise Vault PowerShell Cmdlet 简介
- 归档:Exchange
- 归档:FSA
- 归档: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
- 备份
- 分类
- Disable-EVClassification
- Get-EVClassificationFCITags
- Get-EVClassificationPolicy
- Get-EVClassificationStatus
- Get-EVClassificationTestMode
- Get-EVClassificationVICTags
- Import-EVClassificationFCIRules
- Initialize-EVClassificationVIC
- New-EVClassificationPolicy
- Publish-EVClassificationFCIRules
- Remove-EVClassificationPolicy
- Set-EVClassificationPolicy
- Set-EVClassificationTestMode
- 数据库
- IMAP 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Get-EVSMTPMessageTrackingLogLocation
Get-EVSMTPMessageTrackingLogLocation 显示指定站点中的指定 Enterprise Vault SMTP 服务器上邮件跟踪日志文件的位置。如果未指定 SMTP 服务器,此 cmdlet 将显示指定站点中所有 Enterprise Vault SMTP 服务器上的邮件跟踪日志文件的位置。如果未指定站点 ID,此 cmdlet 将使用本地 Enterprise Vault 服务器所属的站点。
Get-EVSMTPMessageTrackingLogLocation 由管理单元 Symantec.EnterpriseVault.PowerShell.AdminAPI.dll 提供。
Get-EVSMTPMessageTrackingLogLocation [[-SiteId] <String>] [[-Identifier] <String>] [<CommonParameters>]
表:Get-EVSMTPMessageTrackingLogLocation 参数
|
参数 |
说明 |
|---|---|
|
-SiteId |
SMTP 设置所属的站点 ID。 |
|
-Identifier |
为其检索邮件跟踪日志文件位置的 SMTP 服务器的计算机名称、计算机备用名称或计算机条目 ID。站点中的 SMTP 服务器列表显示在 Enterprise Vault 管理控制台的 SMTP 属性的“邮件跟踪”选项卡中。要打开 SMTP 属性,右键单击“目标”下的 容器,然后选择。 |
Get-EVSMTPMessageTrackingLogLocation
检索本地 Enterprise Vault 服务器所属的 Enterprise Vault 站点中所有 SMTP 服务器上的邮件跟踪日志文件的位置。
Get-EVSMTPMessageTrackingLogLocation -SiteId 198...example.com -Identifier abc.example.com
检索指定 Enterprise Vault 站点中名为 abc.example.com 的 SMTP 服务器上的邮件跟踪日志文件的位置。
Get-EVSMTPMessageTrackingLogLocation -Identifier 109...example.com
检索本地 Enterprise Vault 服务器所属的 Enterprise Vault 站点中条目 ID 为 109...example.com 的 SMTP 服务器上的邮件跟踪日志文件的位置。
Get-EVSMTPMessageTrackingLogLocation 返回 Symantec.EnterpriseVault.Admin.SMTPServerSettings 类型的对象,其中包含下表中列出的属性。
表:Symantec.EnterpriseVault.Admin.SMTPServerSettings properties
|
名称 |
类型 |
说明 |
|---|---|---|
|
ComputerName |
字符串 |
托管 SMTP 服务器的计算机的名称。 |
|
LogFileLocation |
字符串 |
邮件跟踪日志文件的位置。 |