Veritas Enterprise Vault™ PowerShell Cmdlets
Remove-EVSMTPPolicy
Remove-EVSMTPPolicy deletes the SMTP policy you specify. You are prompted to confirm the deletion. If you do not specify a site ID using the -SiteID parameter, and Remove-EVSMTPPolicy cannot determine the site, you are prompted to enter the site ID.
Remove-EVSMTPPolicy is provided by Symantec.EnterpriseVault.PowerShell.AdminAPI.dll, which is loaded by the Enterprise Vault Management Shell.
Remove-EVSMTPPolicy [-SiteId] <string> [-Name] <string> [<CommonParameters>]
Table: Remove-EVSMTPPolicy parameters
Parameter | Description |
---|---|
-SiteId (required) | The ID of the site to which the SMTP policy belongs. |
-Name (required) | The name of SMTP policy you want to remove. |
Remove-EVSMTPPolicy -SiteId 13E...example.com -Name "SMTP policy"
Deletes the SMTP policy called "SMTP policy".
Remove-EVSMTPPolicy returns no output.
See Get-EVSMTPPolicy.
See New-EVSMTPPolicy.
See Set-EVSMTPPolicy.