Posted by Erica | Posted in Windows 2003, Windows XP | Posted on 20-07-2009
0
Have you ever wanted to reset Outlook 2003 folder language to default?
How to do it?
It is pretty simple.
Login to your Windows server 2003 or Windows XP machine where Outlook 2003 is installed.
Click Start>Run and type:
outlook.exe /resetfoldernames

Press “OK” and you are done !
This example will show how to grant full access rights to specific mailbox using power shell on Windows server 2003 with Exchange 2007 installed.
You want user Admin to have full access over mailbox named TestUser.
Open Power Shell extention for exchange and type:
Add-MailboxPermission -Identity TestUser -User Admin -AccessRights FullAccess
To make it work your user (Admin in this example) must be member of Exchange Administrators and Local administrators groups.
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!