Veritas Enterprise Vault™ PowerShell Cmdlets
Set-EVIMAPServerDisabled
Set-EVIMAPServerDisabled disables the specified server for IMAP and stops the IMAP server.
Set-EVIMAPServerDisabled is provided by Symantec.EnterpriseVault.PowerShell.AdminAPI.dll, which is loaded by the Enterprise Vault Management Shell.
Set-EVIMAPServerDisabled -ComputerNameAlternate [<CommonParameters>]
Table: Set-EVIMAPServerDisabled parameters
Parameter | Description |
---|---|
-ComputerNameAlternate (required) | The alias for the Enterprise Vault server on which you want to stop and disable the IMAP server. |
Get-EVComputers | Where-Object {$_.EnabledForIMAP -eq 1} | ForEach-Object {Set-EVIMAPServerDisabled $_.ComputerNameAlternate}
Finds all Enterprise Vault servers that are enabled for IMAP and disables each one in turn, stopping the IMAP server in the process.
Set-EVIMAPServerDisabled ACME_LAB_1
Finds the Enterprise Vault server with the Computer name 'ACME_LAB_1' and disables it for IMAP, stopping the IMAP server in the process.
There is a confirmation message on completion.
See Get-EVComputers.
See Get-EVIMAPUsers.