Step 1: Delete and then re-create the Outlook Web Access-related virtual directories
To delete the Outlook Web Access-related virtual directories, follow these steps:
Start the Exchange Management Shell.
Type the following commands. Press ENTER after you type each command.
Note: These commands are case-sensitive.
Remove-OwaVirtualDirectory "exchange (default web site)"
Remove-OwaVirtualDirectory "public (default web site)"
Remove-OwaVirtualDirectory "exchweb (default web site)"
Remove-OwaVirtualDirectory "owa (default web site)"
To re-create the Outlook Web Access-related virtual directories, type the following commands at the Exchange Management Shell.
Press ENTER after you type each command:
New-OwaVirtualDirectory "exchange" -OwaVersion Exchange2003or2000 -VirtualDirectoryType Mailboxes -WebSiteName "Default Web Site"
New-OwaVirtualDirectory "public" -OwaVersion Exchange2003or2000 -VirtualDirectoryType PublicFolders -WebSiteName "Default Web Site"
New-OwaVirtualDirectory "exchweb" -OwaVersion Exchange2003or2000 -VirtualDirectoryType Exchweb -WebSiteName "Default Web Site"
New-OwaVirtualDirectory -name "owa" -OwaVersion Exchange2007 -WebSiteName "Default Web Site"
http://support.microsoft.com/kb/941201
Friday, August 28, 2009
Thursday, August 27, 2009
Tuesday, August 25, 2009
Tuesday, August 11, 2009
Monday, August 10, 2009
Thursday, August 6, 2009
Slow Shutdown of Exchange 2003 Server Installed on DC
Method #1: Services kill timeout
Follow these easy steps:
Run Regedit and navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WaitToKillServiceTimeout
The default value of WaitToKillServiceTimeout is set to 600000. Change it to 120000.
Exit the registry editor and reboot the server.
Note: Changing the WaitToKillServiceTimeout value may have some undesired effects on other services, use this method at your own risk.
Method #2: Manually stop Exchange related services - my choice
The best choice is to manually shutdown the Exchange related services before trying to shutdown or reboot the server. You can do so manually by going to the Services snap-in in the Administrative Tools menu and stopping the specific Exchange related services, or doing so from the CMD:
net stop MSExchangeES
net stop IMAP4Svc
net stop POP3Svc
net stop RESvc
net stop MSExchangeSRS
net stop MSExchangeMGMT
net stop MSExchangeMTA
net stop MSExchangeIS /Y
net stop MSExchangeSA /Y
http://www.petri.co.il/slow_shutdown_of_exchange_2003_server_installed_on_dc.htm
Follow these easy steps:
Run Regedit and navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WaitToKillServiceTimeout
The default value of WaitToKillServiceTimeout is set to 600000. Change it to 120000.
Exit the registry editor and reboot the server.
Note: Changing the WaitToKillServiceTimeout value may have some undesired effects on other services, use this method at your own risk.
Method #2: Manually stop Exchange related services - my choice
The best choice is to manually shutdown the Exchange related services before trying to shutdown or reboot the server. You can do so manually by going to the Services snap-in in the Administrative Tools menu and stopping the specific Exchange related services, or doing so from the CMD:
net stop MSExchangeES
net stop IMAP4Svc
net stop POP3Svc
net stop RESvc
net stop MSExchangeSRS
net stop MSExchangeMGMT
net stop MSExchangeMTA
net stop MSExchangeIS /Y
net stop MSExchangeSA /Y
http://www.petri.co.il/slow_shutdown_of_exchange_2003_server_installed_on_dc.htm
Monday, August 3, 2009
Subscribe to:
Posts (Atom)