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
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.