Windows server 2003/2008 and Exchange 2007 – How to enable or disable IMAP4 for mailbox user
Posted by aidas | Posted in Exchange 2007, Powershell, Windows 2003, Windows 2008 | Posted on 05-05-2009
0
This post will show you quick way how to enable or disable IMAP4 for mailbox user named testuser using powershell on Windows server 2003.
To enable IMAP4 type:
Set-CASMailbox -Identity testuser@testdomain.com -IMAPEnabled $true
To disable IMAP4 type:
Set-CASMailbox -Identity testuser@testdomain.com -IMAPEnabled $false
Follow us on Twitter !







