Get Exchange Information for the source , Microsoft Exchange.
Lot's of good support information can be found from these links:
- Exchange 2010 Deployment Assistant - Very good!
- MS Exchange 2003 Support
- MS Exchange 2007 Support
- MS Exchange Script Repository (Microsoft TechNet)
- The MS Exchange Team Blog
- Common mistakes when upgrading to Exchange 2007
- MSExchange.org
- ExchangePedia Blog
- SearchExchange.com
- WindowsITPro - Exchange
- Exchange 2007 Wiki
- Exchange Virtual Labs
- Computer Performance
- Dell Exchange Advisor - sizing, migrations, security, and etc...
- Client Network Traffic with Exchange Server 2003
- Exchange 2007 - Configuring the Hub Transport Server
- Exchange 2007 - Getting to know the legacy Routing Group Connector
- Exchange 2007 - How to Change the Recipient Scope
- Exchange 2007 - Importing and Exporting Mailbox data to and from PST files
- Exchange 2007 - Outlook 2007 Certificate Error
- How to Remove the Last Legacy Exchange Server from an Organization
- Tech Informer - Lot's of Exchange and other related computer links
- Allowing application servers to relay off Exchange Server 2007
- Exchange 5.5 to 2000/3 Upgrade Checklist
- Preparing Exchange 5.5 for migration to 2003
- Exchange 5.5 to 2003 Migration
- Customize your OWA server so that it redirects users to the right URL.
- Note: typically this file should be saved as C:\InetPub\WWWRoot\default.htm
- Replace ExchangeCASServer with the URL of your Exchange OWA server.
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <META HTTP-EQUIV="Refresh" CONTENT="0; URL=https://ExchangeCASServer/owa"> <-- ' By Russell Patterson ' 1/6/2010 11:15:12 AM ' ' Name: default.asp ' Purpose: Redirect users to the SSL OWA website Response.redirect("https://ExchangeCASServer/owa") --> <title>Your organization</title> </head> <body> <H1>Your Organization</H1> <H2>Redirecting to</H2> <P><A href="https://ExchangeCASServer/owa">https://ExchangeCASServer/owa</a> </BODY> </HTML>






