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
- Export-EVIndexData
- Import-EVIndexData
- 分类
- 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 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Remove-EVSMTPTarget
Remove-EVSMTPTarget 会删除指定的 SMTP 目标。此时会提示您确认删除该目标。如果您未使用 -SiteID 参数指定站点 ID,且 Remove-EVSMTPTarget 无法确定站点,则将提示您输入站点 ID。
Enterprise Vault 会从目录中以及站点的各 Enterprise Vault SMTP 服务器中删除 SMTP 目标信息。如果 Remove-EVSMTPTarget 无法更新 Enterprise Vault SMTP 服务器上的 SMTP 设置,GetFailedEVServerList 函数可以列出未更新的服务器。有关示例,请参见 Get-EVSMTPTarget 的帮助。
Remove-EVSMTPTarget 由管理单元 Symantec.EnterpriseVault.PowerShell.AdminAPI.dll 提供。
Remove-EVSMTPTarget [-SiteId] <String> [-Name] <String> [-RetryCount <String>] [<CommonParameters>]
表:Remove-EVSMTPTarget 参数
参数 | 说明 |
|---|---|
-SiteId(必填) | 要删除 SMTP 目标的站点 ID。 |
-Name(必填) | 要删除的目标的 SMTP 地址。 |
-RetryCount | Remove-EVSMTPTarget 将尝试更新站点中 Enterprise Vault SMTP 服务器上目标信息的最大次数。 |
Remove-EVSMTPTarget -SiteId 13E...example.com -Name JohnDoe@example.com
删除 SMTP 目标 JohnDoe@example.com。
Remove-EVSMTPTarget 不返回输出。
请参见Get-EVSMTPTarget。
请参见New-EVSMTPTarget。
请参见Set-EVSMTPTarget。