Use the Get-IMAPSettings cmdlet to display the properties of a single server running Microsoft Exchange Server 2010 that has the Client Access server role installed and is running the IMAP4 service.
Use the Get-CASMailbox cmdlet to return a complete list of the attributes of a Microsoft Exchange Server 2010 mailbox on a computer that has the Client Access server role installed.
Gomjaba wrote: » Get-IMAPSettings: Exchange 2010 SP1 HelpGet-CASMailbox: Exchange 2010 SP1 Help
macky123 wrote: » Hi Gomjaba, Thank you for the reply. I have checked on the Technet before posting my queries here. May I just confirm this is correct? Get-IMAPSettings is to display the properties of a single server running Microsoft Exchange Server 2010 Get-CASMailbox is to display all the attributes including IMAP4 service?
[PS] C:\Windows\system32>Get-ImapSettings UnencryptedOrTLSBindings SSLBindings LoginType X509CertificateName ------------------------ ----------- --------- ------------------- {0.0.0.0:143} {0.0.0.0:993} SecureLogin imap.xxx.com [PS] C:\Windows\system32>Get-CASMailbox -Identity Administrator Name ActiveSyncEnabled OWAEnabled PopEnabled ImapEnabled MapiEnabled ---- ----------------- ---------- ---------- ----------- ----------- Administrator True True True True True