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