IMAP and POP3 are disabled on Exchange Server 2013 and 2016 servers by default. Chances are if you need to enable it, you’ll need to enable it on all your servers at once. Fortunately, PowerShell makes this easy!
Run Exchange Management Shell as administrator on an Exchange server and execute the following:
PowerShell Script to enable IMAP on all servers
$Servers = Get-ExchangeServer | ? IsE15OrLater | Select –exp Name | |
Get-Service –ComputerName $servers –Name “MSExchangeIMAP4”,”MSExchangeIMAP4BE” | Set-Service –StartupType Automatic | |
Get-Service –ComputerName $servers –Name “MSExchangeIMAP4”,”MSExchangeIMAP4BE” | Start-Service |
Got a project that needs expert IT support?
From Linux and Microsoft Server to VMware, networking, and more, our team at CR Tech is here to help.
Get personalized support today and ensure your systems are running at peak performance or make sure that your project turns out to be a successful one!
CONTACT US NOW