Windows server 2003/2008 and Exchange 2007 – How to enable or disable OWA 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 how to enable or disable Outlook Web Access (OWA) for mailbox user named testuser using powershell on Windows server 2003.
To enable OWA type:
Set-CASMailbox -Identity testuser@testdomain.com -OWAEnabled $true
To disable OWA type:
Set-CASMailbox -Identity testuser@testdomain.com -OWAEnabled $false
Follow us on Twitter !







