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