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

Windows server 2003 and Windows XP – How to reset folder language in Outlook Web Access (OWA)

Posted by aidas | Posted in Exchange 2003, Windows 2003, Windows XP | Posted on 29-04-2009

0

I`ll show you how to reset folder language in Outlook Web Access back to English. To do that start Internet Explorer on your Windows server 2003 or Windows XP, navigate to Tools>InternetOptions and make sure that your default language is set to English. After that clear all your Internet Explorer cache and Offline files too. Then restart Internet Explorer and you are done!