Friday, May 1, 2009

Exchange 2003 16 GB Database

Mailbox Dismounts :
http://support.microsoft.com//kb/828070
How to increase 1 GB Size
http://support.microsoft.com//kb/813051

Password Change Functionality in OWA

Outlook Web Access change password feature is installed, but it is disabled by default.The password configuration consists of two changes:
1. Adding/editing the registry value to the back end server. Location: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeWeb\OWAValue: DisablePasswordType: REG_DWORDValue Data: 0 or 1Enter the value 0 if you want to enable the change password feature. (The Change Password button is available.)Enter the value 1 if you want to disable the change password feature. (The Change Password button is unavailable.)

2. Adding Iisadmpwd virtual directory to the front-end server.Right-click the Default Web Site, click New, and then select Virtual Directory.Create the virtual directory with the alias IISADMPWDPoint the new virtual directory to Winnt\System32\Inetsrv\Iisadmpwd directory, and make sure that both Read and Execute permissions are selected.