I am trying to set up IMAP for some users. I have done this:
Set-service –identity MSExchangeIMAP4 –startuptype Automatic
Then
Set-IMAPSettings -SSLBindings 10.30.24.xx:993
Then
Set-IMAPSettings -LoginType SecureLogin
Then
Get-CasMailbox MailboxName (To check to make sure user IMAP is enabled, it is)
I then enables the cert:
Enable-ExchangeCertificate -Thumbprint xxx...xxx -Services "POP, IMAP"
Then
Restart-service MSExchangeIMAP
But when I run Test-ImapConnectivity I get an error saying this is not a valid command. I used get-command and it's not listed. My users still can't connect using IMAP.
Any ideas? What am I missing?
TIA
Set-service –identity MSExchangeIMAP4 –startuptype Automatic
Then
Set-IMAPSettings -SSLBindings 10.30.24.xx:993
Then
Set-IMAPSettings -LoginType SecureLogin
Then
Get-CasMailbox MailboxName (To check to make sure user IMAP is enabled, it is)
I then enables the cert:
Enable-ExchangeCertificate -Thumbprint xxx...xxx -Services "POP, IMAP"
Then
Restart-service MSExchangeIMAP
But when I run Test-ImapConnectivity I get an error saying this is not a valid command. I used get-command and it's not listed. My users still can't connect using IMAP.
Any ideas? What am I missing?
TIA