<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exchange Server Pro &#187; Exchange 2003-2010 Transition</title>
	<atom:link href="http://exchangeserverpro.com/tag/exchange-2003-2010-transition/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com</link>
	<description>Microsoft Exchange Server News - Tips - Tutorials</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:00:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Export an Exchange Server 2010 Certificate to Exchange 2003</title>
		<link>http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003</link>
		<comments>http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003#comments</comments>
		<pubDate>Thu, 27 May 2010 09:00:48 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Certificates]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2003-2010 Transition]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1377</guid>
		<description><![CDATA[During an Exchange 2003 to 2010 transition a legacy namespace is configured for users who are connecting to Exchange 2003 mailboxes, and the certificate must be imported on the Exchange 2003 server.]]></description>
			<content:encoded><![CDATA[<p>During an Exchange 2003 to 2010 transition a legacy namespace is configured for users who are connecting to Exchange 2003 mailboxes.  The Exchange Server 2010 SSL certificate includes the legacy name in its Subject Alternative Name (SAN) field, but this certificate then needs to also be installed on the Exchange 2003 server.</p>
<h2>Export the Certificate from Exchange Server 2010</h2>
<p>To export the certificate from Exchange Server 2010 launch the Exchange Management Shell and run the following commands.</p>
<p>First determine the thumbprint of the SAN certificate that is installed.</p>
<pre>Get-ExchangeCertificate

Thumbprint                                Services   Subject
----------                                --------   -------
E8D129180C1334D50DBE17A26795BEE0A0AEA9B3  ...WS.     CN=mail.contoso.local, OU=IT Dept, O=Contoso Pty Ltd, L=Brisban...
C5C2B0F04397D1C2C2C9834C48B268EA53F835B4  IP..S.     CN=ex2010
</pre>
<p>In this example the thumbprint is “E8D129180C1334D50DBE17A26795BEE0A0AEA9B3”.</p>
<p>Next export the certificate to a file by running the following command.</p>
<pre>$file = Export-ExchangeCertificate -Thumbprint E8D129180C1334D50DBE17A26795BEE0A0AEA9B3 -BinaryEncoded:$true -Password (Get-Credential).password</pre>
<p>A popup dialog appears for you to enter a password to protect the private key.  The username field is not important but requires something to be entered in it for the dialog to accept, so just enter “username” and then a strong password.</p>
<p><img class="alignnone size-full wp-image-1378" title="certificate021" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate021.png" alt="" width="326" height="254" /></p>
<p>Next run the following command to generate the file.</p>
<pre>Set-Content -Path "C:\Admin\ex2010cert.pfx" -Value $file.FileData -Encoding Byte</pre>
<p>Copy the file to the Exchange Server 2003 server.</p>
<h2>Import the Certificate on the Exchange 2003 Server</h2>
<p>On the Exchange 2003 server launch mmc.exe and add the Certificates snap-in to the console, choosing the “Computer account” context.</p>
<p><img class="alignnone size-medium wp-image-1379" title="certificate022" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate022-450x367.png" alt="" width="450" height="367" /></p>
<p>Choose Local Computer and then click Finish, Close, and OK to return to  the console.</p>
<p><img class="alignnone size-full wp-image-1380" title="certificate023" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate023.png" alt="" width="342" height="175" /></p>
<p>Right-click <strong>Personal</strong> and choose <strong>All Tasks</strong> &#8211;&gt; <strong>Import</strong>.  Step through the Certificate Import Wizard choosing the certificate file that was copied from the Exchange Server 2010 server.</p>
<p><img class="alignnone size-medium wp-image-1383" title="certificate026" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate026-450x345.png" alt="" width="450" height="345" /></p>
<p>Enter the password that you used when the certificate was exported from Exchange Server 2010.</p>
<p><img class="alignnone size-medium wp-image-1384" title="certificate027" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate027-450x345.png" alt="" width="450" height="345" /></p>
<p>Place the certificate in the Personal certificate store.</p>
<p><img class="alignnone size-medium wp-image-1385" title="certificate028" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate028-450x345.png" alt="" width="450" height="345" /></p>
<p>Complete the wizard and confirm that the import was successful.</p>
<p><img class="alignnone size-full wp-image-1386" title="certificate029" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate029.png" alt="" width="204" height="118" /></p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010" title="Configure an SSL Certificate for Exchange Server 2010">Configure an SSL Certificate for Exchange Server 2010</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-wildcard-ssl-certificates" title="Exchange 2010 FAQ: Are Wildcard SSL Certificates Supported?">Exchange 2010 FAQ: Are Wildcard SSL Certificates Supported?</a></li><li><a href="http://exchangeserverpro.com/exchange-2003-2010-coexistence" title="Configuring Co-Existence for Exchange 2003 and Exchange 2010">Configuring Co-Existence for Exchange 2003 and Exchange 2010</a></li><li><a href="http://exchangeserverpro.com/autodiscover-ssl-warnings-exchange-2010-migration" title="Autodiscover and SSL Warnings during Exchange 2010 Migration">Autodiscover and SSL Warnings during Exchange 2010 Migration</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-ssl-certificates" title="Exchange 2010 SSL Certificates">Exchange 2010 SSL Certificates</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003">Export an Exchange Server 2010 Certificate to Exchange 2003</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Configure an SSL Certificate for Exchange Server 2010</title>
		<link>http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010</link>
		<comments>http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010#comments</comments>
		<pubDate>Tue, 25 May 2010 09:00:06 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Certificates]]></category>
		<category><![CDATA[Exchange 2003-2010 Transition]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1353</guid>
		<description><![CDATA[Exchange Server 2010 like its predecessor Exchange Server 2007 makes heavy use of SSL certificates for various communications protocols.  Before putting a new server into production you should create and assign a new SSL certificate for the server.]]></description>
			<content:encoded><![CDATA[<p><a href="http://exchangeserverpro.com">Exchange Server 2010</a> like its predecessor Exchange Server 2007 makes heavy use of <a href="http://exchangeserverpro.com/exchange-2010-ssl-certificates">SSL certificates</a> for various communications protocols.  When you <a href="http://exchangeserverpro.com/installing-exchange-server-2010-the-typical-server">install a new Exchange server</a> is comes pre-configured with a self-signed certificate.  Before putting a new server into production you should create and assign a new SSL cert for the server.</p>
<p>In this example an SSL cert is being configured for the <strong>contoso.local</strong> organzation.</p>
<h2>Generate a New Exchange Server 2010 Certificate</h2>
<p>In the <strong>Exchange Management Console</strong> navigate to <strong>Server Configuration</strong>.  Right-click the server and choose <strong>New Exchange Certificate</strong>.</p>
<p><img class="alignnone size-medium wp-image-1354" title="certificate001" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate001-450x161.png" alt="" width="450" height="161" /></p>
<p>Enter a friendly name for the new cert.  In this example I have named it “Contoso Exchange Server”.</p>
<p><img class="alignnone size-medium wp-image-1355" title="certificate002" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate002-449x392.png" alt="" width="449" height="392" /></p>
<p>Although wildcard certificates are supported in Exchange Server 2010 it is recommended to use a SAN (Subject Alternative Name) cert instead.</p>
<p><img class="alignnone size-medium wp-image-1356" title="certificate003" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate003-450x392.png" alt="" width="450" height="392" /></p>
<p>Next we can configure the names for each of the Exchange 2010 services that are secured with the SSL certificate.</p>
<p>First is the <a href="http://exchangeserverpro.com/publish-outlook-web-app-isa-server-2006">Outlook Web App</a> service.  Enter the internal and external names of Outlook Web App.  In this example I am using “ex2010.contoso.local” for internal, and “mail.contoso.local” for external.</p>
<p><img class="alignnone size-medium wp-image-1357" title="certificate004" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate004-450x163.png" alt="" width="450" height="163" /></p>
<p>Next configure the ActiveSync domain name.  For ease of administration and configuration I am using the same name as for Outlook Web App.</p>
<p><img class="alignnone size-full wp-image-1358" title="certificate005" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate005.png" alt="" width="448" height="90" /></p>
<p>Next are the Web Services, <a href="http://exchangeserverpro.com/how-to-configure-exchange-server-2010-outlook-anywhere">Outlook Anywhere</a> and Autodiscover names.  Once again I am using the same name of “mail.contoso.local”.  For Autodiscover the additional names of “autodiscover.contoso.local” and “autodiscover.xyzimports.local” are also configured, for each of the accepted email domains in this example organization.</p>
<p><img class="alignnone size-full wp-image-1359" title="certificate006" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate006.png" alt="" width="434" height="300" /></p>
<p>The Hub Transport server also requires SSL for secure SMTP communications.  In this example I am using the name “mail.contoso.local”.</p>
<p><img class="alignnone size-full wp-image-1360" title="certificate007" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate007.png" alt="" width="449" height="175" /></p>
<p>A <a href="http://exchangeserverpro.com/exchange-2003-2010-coexistence">legacy name for co-existence</a> is required if you are planning to gradually transition services and data from Exchange 2003 to Exchange 2010.  Configure legacy names for each of the namespaces in the organization, in this example “legacy.contoso.local” and “legacy.xyzimports.local”.</p>
<p><img class="alignnone size-full wp-image-1361" title="certificate008" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate008.png" alt="" width="449" height="94" /></p>
<p>When all of the services have been configured proceed to the next step of the New Exchange Certificate wizard.</p>
<p>Confirm that all of the required names have been included in the cert request.  You can add any additional names at this stage before proceeding.</p>
<p><img class="alignnone size-medium wp-image-1362" title="certificate009" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate009-450x392.png" alt="" width="450" height="392" /></p>
<p>Next configure the organization and location information for the certificate, and choose a location to generate the request file.</p>
<p><img class="alignnone size-medium wp-image-1363" title="certificate010" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate010-450x393.png" alt="" width="450" height="393" /></p>
<p>When you have finished filling out the wizard click the New button to generate the cert request file.</p>
<p><img class="alignnone size-medium wp-image-1364" title="certificate011" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate011-450x392.png" alt="" width="450" height="392" /></p>
<p>Confirm that the request file was successfully generated.</p>
<p><img class="alignnone size-medium wp-image-1365" title="certificate012" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate012-450x392.png" alt="" width="450" height="392" /></p>
<p>You will notice that the wizard makes a recommendation as to the type of certificate that is required for your Exchange organization.  In most cases a “Unified Communications certificate” will be necessary, which is basically another name for a SAN certificate.</p>
<p><img class="alignnone size-full wp-image-1366" title="certificate013" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate013.png" alt="" width="426" height="115" /></p>
<p>Although you can <a href="http://exchangeserverpro.com/how-to-issue-a-san-certificate-to-exchange-server-2010-from-a-private-certificate-authority">issue the certificate from a private Certificate Authority</a> it is recommended to use a<a href="http://exchangeserverpro.com/exchange-server-2010-and-the-benefits-of-commercial-ssl-certificates"> commercial Certificate Authority</a> such as <a href="http://www.digicert.com/unified-communications-ssl-tls.htm">Digicert</a>.</p>
<p>After you have acquired the new certificate return to the Exchange Management Console, navigate to Server Configuration, right-click the server and choose <strong>Complete Pending Request</strong>.</p>
<p><img class="alignnone size-medium wp-image-1367" title="certificate014" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate014-450x255.png" alt="" width="450" height="255" /></p>
<p>Browse to the location of the file you downloaded from the CA and complete the wizard.  Confirm that the new SSL certificate was imported successfully.</p>
<p><img class="size-medium wp-image-1368 alignnone" title="certificate015" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate015-450x392.png" alt="" width="260" height="227" /> <img class="alignnone size-medium wp-image-1369" title="certificate016" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate016-450x392.png" alt="" width="260" height="227" /></p>
<p>The new certificate now appears in the list of valid certificates for the server.</p>
<p><img class="alignnone size-medium wp-image-1370" title="certificate017" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate017-450x44.png" alt="" width="450" height="44" /></p>
<h2>Assign the New Certificate to Exchange Server 2010</h2>
<p>With the valid SSL certificate installed it is now time to assign it to the Exchange Server 2010 services.  Right-click the new certificate and choose “Assign Services to Certificate”.</p>
<p><img class="alignnone size-medium wp-image-1371" title="certificate018" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate018-450x187.png" alt="" width="450" height="187" /></p>
<p>Choose the new Exchange server and click the Next button.</p>
<p><img class="alignnone size-medium wp-image-1372" title="certificate019" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate019-450x392.png" alt="" width="450" height="392" /></p>
<p>Choose the services to assign to the certificate.  In this example the IIS and SMTP services are being assigned.</p>
<p><img class="alignnone size-full wp-image-1373" title="certificate020" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/certificate020.png" alt="" width="447" height="158" /></p>
<p>Complete the wizard to assign the services to the new SSL certificate.  You will be prompted to overwrite the existing self-signed certificate, so choose Yes to that prompt.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003" title="Export an Exchange Server 2010 Certificate to Exchange 2003">Export an Exchange Server 2010 Certificate to Exchange 2003</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-wildcard-ssl-certificates" title="Exchange 2010 FAQ: Are Wildcard SSL Certificates Supported?">Exchange 2010 FAQ: Are Wildcard SSL Certificates Supported?</a></li><li><a href="http://exchangeserverpro.com/autodiscover-ssl-warnings-exchange-2010-migration" title="Autodiscover and SSL Warnings during Exchange 2010 Migration">Autodiscover and SSL Warnings during Exchange 2010 Migration</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-ssl-certificates" title="Exchange 2010 SSL Certificates">Exchange 2010 SSL Certificates</a></li><li><a href="http://exchangeserverpro.com/ssl-certificate-trust-errors-for-new-thawte-certificates" title="SSL Certificate Trust Errors for New Thawte Certificates">SSL Certificate Trust Errors for New Thawte Certificates</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010">Configure an SSL Certificate for Exchange Server 2010</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010/feed</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>How to Configure the Exchange Server 2010 Product Key</title>
		<link>http://exchangeserverpro.com/how-to-configure-the-exchange-server-2010-product-key</link>
		<comments>http://exchangeserverpro.com/how-to-configure-the-exchange-server-2010-product-key#comments</comments>
		<pubDate>Fri, 21 May 2010 23:00:30 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Exchange 2003-2010 Transition]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1347</guid>
		<description><![CDATA[Your Exchange server will run for 120 days without a product key but you should enter one as soon as possible and certainly before placing the server into production.]]></description>
			<content:encoded><![CDATA[<p>Your Exchange server will run for 120 days without a product key but you should enter one as soon as possible and certainly before placing the server into production.</p>
<p>Launch the <strong>Exchange Management Console</strong> from the Start Menu of the server.  A warning will appear listing each Exchange server that is currently unlicensed.  Click <strong>OK</strong> to clear the warning.</p>
<p>In the left pane of the Exchange Management Console navigate to <strong>Server Configuration</strong>.  Right-click the server in the middle pane and choose <strong>Enter Product key</strong>.</p>
<p><img class="alignnone size-medium wp-image-1348" title="productkey001" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/productkey001-450x158.png" alt="" width="450" height="158" /></p>
<p>Enter your Product Key in the field and then click the <strong>Enter</strong> button.</p>
<p><img class="alignnone size-full wp-image-1349" title="productkey002" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/productkey002.png" alt="" width="427" height="141" /></p>
<p>You will see a message when the Product Key has been applied warning you that the change does not take effect until the Information Store service is restarted.  Close the warning dialog box.</p>
<p><img class="alignnone size-medium wp-image-1350" title="productkey003" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/productkey003-450x262.png" alt="" width="450" height="262" /></p>
<p>Launch the Exchange Management Shell from the Start Menu of the server and run the following command.</p>
<pre>Restart-Service MSExchangeIS</pre>
<p>You can also use the Exchange Management Shell to <a href="http://exchangeserverpro.com/how-to-enter-the-exchange-server-2010-product-key-for-multiple-servers">enter the product key for multiple Exchange servers</a> at once.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003" title="Export an Exchange Server 2010 Certificate to Exchange 2003">Export an Exchange Server 2010 Certificate to Exchange 2003</a></li><li><a href="http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010" title="Configure an SSL Certificate for Exchange Server 2010">Configure an SSL Certificate for Exchange Server 2010</a></li><li><a href="http://exchangeserverpro.com/installing-exchange-server-2010-the-typical-server" title="Installing Exchange Server 2010: The Typical Server">Installing Exchange Server 2010: The Typical Server</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-deployment-preparing-active-directory" title="Exchange 2010 Deployment: Preparing Active Directory">Exchange 2010 Deployment: Preparing Active Directory</a></li><li><a href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008-r2" title="Installing Exchange Server 2010 Pre-Requisites on Windows Server 2008 R2">Installing Exchange Server 2010 Pre-Requisites on Windows Server 2008 R2</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/how-to-configure-the-exchange-server-2010-product-key">How to Configure the Exchange Server 2010 Product Key</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/how-to-configure-the-exchange-server-2010-product-key/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Exchange Server 2010: The Typical Server</title>
		<link>http://exchangeserverpro.com/installing-exchange-server-2010-the-typical-server</link>
		<comments>http://exchangeserverpro.com/installing-exchange-server-2010-the-typical-server#comments</comments>
		<pubDate>Thu, 20 May 2010 09:00:01 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Exchange 2003-2010 Transition]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1331</guid>
		<description><![CDATA[A Typical Exchange Server 2010 is one that runs the Client Access, Hub Transport, and Mailbox server roles.  This is the type of installation that would be performed in a single server organization.]]></description>
			<content:encoded><![CDATA[<p>A Typical Exchange Server 2010 is one that runs the Client Access, Hub Transport, and Mailbox server roles.  This is the type of installation that would be performed in a single server organization.</p>
<p>There are two methods for performing the installation &#8211; command-line, or GUI.</p>
<p>Before beginning the installation make sure you have:</p>
<ul>
<li>Verified your existing network environment is <a href="http://exchangeserverpro.com/verifying-your-existing-network-environment-for-exchange-2010">ready for Exchange Server 2010</a></li>
<li>Configured a <a href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008">Windows Server 2008</a> or <a href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008-r2">Windows Server 2008 R2</a> server with the pre-requisites for Exchange Server 2010</li>
<li><a href="http://exchangeserverpro.com/exchange-2010-deployment-preparing-active-directory">Prepared Active Directory</a> for Exchange Server 2010</li>
</ul>
<h2>Installing a Typical Server in Command-Line Mode</h2>
<p>Launch an elevated Command Prompt and run Exchange Server setup with the following parameters.  Note that the /LegacyRoutingServer parameter is only required if you have an existing Exchange 2003 server in the organization.  Replace “exch2003.contoso.local” below with the name of your existing Exchange Server 2003 server.</p>
<pre>setup /m:install /r:h,c,m,t /LegacyRoutingServer:ex2003.contoso.local</pre>
<p>What did we just do?  We ran the setup command with the following parameters:</p>
<ul>
<li>/m:install &#8211; places setup in Install Mode</li>
<li>/r:h,c,m,t &#8211; installs the Hub Transport, Client Access, Mailbox, and Management Tools roles</li>
<li>/LegacyRoutingServer &#8211; tells setup to create a legacy Routing Group Connector to the specific Exchange 2003 server</li>
</ul>
<p>Exchange Server 2010 setup will run in unattended mode.</p>
<pre>Welcome to Microsoft Exchange Server 2010 Unattended Setup

By continuing the installation process, you agree to the license terms of
Microsoft Exchange Server 2010. If you don't accept these license terms,
please cancel the installation. To review these license terms, please go to

http://go.microsoft.com/fwlink/?LinkId=150127&#038;clcid=0x409/

Press any key to cancel setup................
No key presses were detected.  Setup will continue.
Preparing Exchange Setup

    Copying Setup Files              ......................... COMPLETED

The following server roles will be installed
    Languages
    Management Tools
    Hub Transport Role
    Client Access Role
    Mailbox Role

Performing Microsoft Exchange Server Prerequisite Check

    Language Pack Checks             ......................... COMPLETED
    Hub Transport Role Checks        ......................... COMPLETED
    Client Access Role Checks        ......................... COMPLETED
    Mailbox Role Checks              ......................... COMPLETED
 If Microsoft Outlook 2003 is in use, you should replicate the free/busy folder
on this server to every other free/busy server in the organization. This step sh
ould be performed once Setup completes.

Configuring Microsoft Exchange Server

    Preparing Setup                  ......................... COMPLETED
    Stopping Services                ......................... COMPLETED
    Copying Exchange Files           ......................... COMPLETED
    Language Files                   ......................... COMPLETED
    Restoring Services               ......................... COMPLETED
    Languages                        ......................... COMPLETED
    Exchange Management Tools        ......................... COMPLETED
    Hub Transport Server Role        ......................... COMPLETED
    Client Access Server Role        ......................... COMPLETED
    Mailbox Server Role              ......................... COMPLETED
    Finalizing Setup                 ......................... COMPLETED

The Microsoft Exchange Server setup operation completed successfully.
Setup has made changes to operating system settings that require a reboot to tak
e effect. Please reboot this server prior to placing it into production.
</pre>
<p>Restart the server when unattended setup is complete.</p>
<h2>Installing a Typical Server in Graphical Mode</h2>
<p>From the location that you extracted the Exchange Server 2010 setup files launch the Setup.exe file.</p>
<p><img class="alignnone size-medium wp-image-1332" title="install001" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install001-450x337.png" alt="" width="450" height="337" /></p>
<p>Select Step 3: Choose Exchange language option, and choose to Install only languages from the DVD.</p>
<p><img class="alignnone size-full wp-image-1333" title="install002" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install002.png" alt="" width="250" height="62" /></p>
<p>Select Step 4: Install Microsoft Exchange.</p>
<p><img class="alignnone size-full wp-image-1334" title="install003" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install003.png" alt="" width="273" height="61" /></p>
<p>Step through the Exchange Server 2010 Setup wizard introduction, license agreement, and error reporting dialogs.</p>
<p><img class="alignnone size-medium wp-image-1335" title="install004" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install004-450x393.png" alt="" width="199" height="173" /> <img class="alignnone size-medium wp-image-1336" title="install005" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install005-449x392.png" alt="" width="199" height="173" /> <img class="alignnone size-medium wp-image-1337" title="install006" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install006-449x392.png" alt="" width="199" height="173" /></p>
<p>Choose “Typical Exchange Server Installation”.  You can also choose a different path for the program files if you want to install to a different volume.</p>
<p><img class="alignnone size-medium wp-image-1338" title="install007" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install007-450x392.png" alt="" width="450" height="392" /></p>
<p>I&#8217;m going to walk through configuring internet facing services in a later article, but you can enter a public name here at this stage if you want to.</p>
<p><img class="alignnone size-medium wp-image-1339" title="install008" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install008-450x392.png" alt="" width="450" height="392" /></p>
<p>If you are installing into an existing Exchange Organization with Exchange 2003 servers, at the Mail Flow Settings dialog click Browse and choose the existing Exchange Server 2003 server to be configured as a routing group partner.</p>
<p><img class="alignnone size-medium wp-image-1341" title="install010" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install010-450x392.png" alt="" width="200" height="174" /> <img class="alignnone size-medium wp-image-1340" title="install009" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install009-450x218.png" alt="" width="357" height="172" /></p>
<p>The Customer Experience Improvement Program is optional.</p>
<p><img class="alignnone size-medium wp-image-1342" title="install011" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install011-450x392.png" alt="" width="450" height="392" /></p>
<p>When the Readiness Checks are successful you can proceed with the install.  Note: the Outlook 2003 free/busy warning is normal and does not prevent you from proceeding with the install.</p>
<p><img class="alignnone size-medium wp-image-1343" title="install012" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/install012-450x392.png" alt="" width="450" height="392" /></p>
<p>Restart the server when setup has completed, and then run Windows Update to ensure that the latest updates are installed before proceeding further.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/iis-6-wmi-compatibility-component-required-exchange-2010-sp2-upgrade" title="Error Message &#8220;The &#8216;IIS 6 WMI Compatibility&#8217; component is required&#8221; During Exchange 2010 SP2 Upgrade">Error Message &#8220;The &#8216;IIS 6 WMI Compatibility&#8217; component is required&#8221; During Exchange 2010 SP2 Upgrade</a></li><li><a href="http://exchangeserverpro.com/error-1638-removing-or-reinstalling-exchange-2010-server-role" title="Error 1638 Removing or Reinstalling Exchange 2010 Server Role">Error 1638 Removing or Reinstalling Exchange 2010 Server Role</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-setup-fails-when-msexchangetransport-service-wont-start" title="Exchange 2010 Setup Fails when MSExchangeTransport Service Won&#8217;t Start">Exchange 2010 Setup Fails when MSExchangeTransport Service Won&#8217;t Start</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-setup-error-the-exchange-server-is-in-an-inconsistent-state" title="Exchange 2010 Setup Error &#8211; The Exchange Server is in an Inconsistent State">Exchange 2010 Setup Error &#8211; The Exchange Server is in an Inconsistent State</a></li><li><a href="http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003" title="Export an Exchange Server 2010 Certificate to Exchange 2003">Export an Exchange Server 2010 Certificate to Exchange 2003</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/installing-exchange-server-2010-the-typical-server">Installing Exchange Server 2010: The Typical Server</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/installing-exchange-server-2010-the-typical-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Deployment: Preparing Active Directory</title>
		<link>http://exchangeserverpro.com/exchange-2010-deployment-preparing-active-directory</link>
		<comments>http://exchangeserverpro.com/exchange-2010-deployment-preparing-active-directory#comments</comments>
		<pubDate>Fri, 14 May 2010 11:15:23 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exchange 2003-2010 Transition]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1326</guid>
		<description><![CDATA[How to update the schema for Exchange Server 2007 SP2 and Exchange Server 2010 prior to deploying Exchange.]]></description>
			<content:encoded><![CDATA[<p>The first step when installing Exchange Server 2010 is to prepare the Active Directory schema.</p>
<h2>Applying the Exchange Server 2007 SP2 Schema Update</h2>
<p>When installing to an existing Exchange 2003 organization, and to retain backward compatibility with Exchange Server 2007, the Active Directory schema updates for Exchange Server 2007 are applied first.</p>
<p>You must perform these steps with an account that is a member of the Enterprise Admins and Schema Admins groups.</p>
<p>Exchange Server 2007 setup will not run on Windows Server 2008 R2, even just to perform the schema update.  If you have <a href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008-r2">installed Windows Server 2008 R2 to run Exchange Server 2010</a> you will need to run the Exchange Server 2007 schema update from a different server that runs either:</p>
<ul>
<li>Windows Server 2003 Service Pack 2 with
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=5a58b56f-60b6-4412-95b9-54d056d6f9f4">Windows Installer 4.5</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=10EE29AF-7C3A-4057-8367-C9C1DAB6E2BF&amp;displaylang=en">PowerShell</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=79BC3B77-E02C-4AD3-AACF-A7633F706BA5&amp;displaylang=en">.NET Framework 2.0 SP1</a></li>
</ul>
</li>
<li>Windows Server 2008 with <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=5a58b56f-60b6-4412-95b9-54d056d6f9f4">Windows Installer 4.5</a>, or</li>
<li>Windows Server 2008 Service Pack 2</li>
</ul>
<p>Note that the server you run the schema update from cannot be an existing Exchange server.</p>
<p>If you have <a href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008">installed Windows Server 2008 to run Exchange Server 2010</a> you can run the schema update on that server.</p>
<p>The server must reside in the same Active Directory Site as the Schema Master, and you will need to use the 32-bit or 64-bit Exchange Server 2007 setup files to match the operating system of the server you will run the schema update from.</p>
<p>Download the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=4C4BD2A3-5E50-42B0-8BBB-2CC9AFE3216A&amp;displaylang=en">Exchange Server 2007 files</a> from Microsoft and extract them the server.  Launch a Command Prompt and run the Exchange Server 2007 schema update.</p>
<pre>setup /PrepareAD
</pre>
<h2>Applying the Exchange Server 2010 Schema Update</h2>
<p>You must perform these steps with an account that is a member of the Enterprise Admins and Schema Admins groups.  The server that you run the update from must reside in the same Active Directory Site as the Schema Master.</p>
<p>Download the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=05741f65-2a7b-4070-879f-d74208d6171d&amp;displaylang=en">Exchange Server 2010 files</a> from Microsoft and extract them the server.  Launch a Command Prompt and run the Exchange Server 2010 schema update.</p>
<pre>setup /PrepareAD
</pre>
<p>If you have an Active Directory with multiple Domain Controllers you should wait for the new schema to replicate throughout the network before proceeding.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/verifying-your-existing-network-environment-for-exchange-2010" title="Exchange 2010 Planning: Verifying Your Existing Network Environment">Exchange 2010 Planning: Verifying Your Existing Network Environment</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-setup-error-the-exchange-server-is-in-an-inconsistent-state" title="Exchange 2010 Setup Error &#8211; The Exchange Server is in an Inconsistent State">Exchange 2010 Setup Error &#8211; The Exchange Server is in an Inconsistent State</a></li><li><a href="http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003" title="Export an Exchange Server 2010 Certificate to Exchange 2003">Export an Exchange Server 2010 Certificate to Exchange 2003</a></li><li><a href="http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010" title="Configure an SSL Certificate for Exchange Server 2010">Configure an SSL Certificate for Exchange Server 2010</a></li><li><a href="http://exchangeserverpro.com/how-to-configure-the-exchange-server-2010-product-key" title="How to Configure the Exchange Server 2010 Product Key">How to Configure the Exchange Server 2010 Product Key</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-2010-deployment-preparing-active-directory">Exchange 2010 Deployment: Preparing Active Directory</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/exchange-2010-deployment-preparing-active-directory/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Exchange Server 2010 Pre-Requisites on Windows Server 2008 R2</title>
		<link>http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008-r2</link>
		<comments>http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008-r2#comments</comments>
		<pubDate>Wed, 12 May 2010 11:01:31 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Exchange 2003-2010 Transition]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1316</guid>
		<description><![CDATA[In this post I'll walk through installing the pre-requisites for Exchange Server 2010 on Windows Server 2008 R2.]]></description>
			<content:encoded><![CDATA[<p>Exchange Server 2010 can be installed on either <a href="../installing-exchange-server-2010-pre-requisites-on-windows-server-2008">Windows Server 2008 64-bit with Service Pack 2</a>, or Windows Server 2008 64-bit R2, and either Standard or Enterprise editions.</p>
<p>In this post I&#8217;ll walk through installing the pre-requisites for Exchange Server 2010 on Windows Server 2008 R2.</p>
<p>Servers that will host the Hub Transport or Mailbox server roles require the Microsoft Filter Pack which can be downloaded here: <a href="http://go.microsoft.com/fwlink/?linkid=137042">http://go.microsoft.com/fwlink/?linkid=137042</a></p>
<p>After installing the Filter Pack run the following command from an elevated Windows PowerShell console.</p>
<pre>Import-Module ServerManager</pre>
<p>To install a &#8220;Typical&#8221; Exchange server running the Client Access, Hub Transport, and Mailbox server roles, run the following command from an elevated Windows PowerShell console.</p>
<pre>Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart</pre>
<p>Note that other combinations of server roles require different groups of pre-requisites. You can see a complete list of these options <a href="http://technet.microsoft.com/en-us/library/bb691354.aspx#WS08R2">here</a>.</p>
<p>You can also check out Pat Richard&#8217;s script for <a href="http://www.ucblogs.net/blogs/exchange/archive/2009/12/12/Automated-prerequisite-installation-via-PowerShell-for-Exchange-Server-2010-on-Windows-Server-2008-R2.aspx">automating the installation of pre-requisites</a> for different servers roles.</p>
<p>The server will require a restart, which will occur automatically by using the –Restart switch on the command above.</p>
<p>After the restart launch another elevated Windows PowerShell console and run the following command.</p>
<pre>Set-Service NetTcpPortSharing -StartupType Automatic</pre>
<p>After installing the pre-requisites run Microsoft Update to verify the latest updates and patches are applied to the server before proceeding with the Exchange Server 2010 install.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003" title="Export an Exchange Server 2010 Certificate to Exchange 2003">Export an Exchange Server 2010 Certificate to Exchange 2003</a></li><li><a href="http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010" title="Configure an SSL Certificate for Exchange Server 2010">Configure an SSL Certificate for Exchange Server 2010</a></li><li><a href="http://exchangeserverpro.com/how-to-configure-the-exchange-server-2010-product-key" title="How to Configure the Exchange Server 2010 Product Key">How to Configure the Exchange Server 2010 Product Key</a></li><li><a href="http://exchangeserverpro.com/installing-exchange-server-2010-the-typical-server" title="Installing Exchange Server 2010: The Typical Server">Installing Exchange Server 2010: The Typical Server</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-deployment-preparing-active-directory" title="Exchange 2010 Deployment: Preparing Active Directory">Exchange 2010 Deployment: Preparing Active Directory</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008-r2">Installing Exchange Server 2010 Pre-Requisites on Windows Server 2008 R2</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008-r2/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Planning: Verifying Your Existing Network Environment</title>
		<link>http://exchangeserverpro.com/verifying-your-existing-network-environment-for-exchange-2010</link>
		<comments>http://exchangeserverpro.com/verifying-your-existing-network-environment-for-exchange-2010#comments</comments>
		<pubDate>Mon, 10 May 2010 10:52:36 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exchange 2003-2010 Transition]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[ExPDA]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1309</guid>
		<description><![CDATA[Before you can deploy Exchange Server 2010 into an existing Exchange organization you must verify that your existing network environment meets the pre-requisites.]]></description>
			<content:encoded><![CDATA[<p>Before you can deploy Exchange Server 2010 into an existing Exchange organization you must verify that your existing network environment meets the pre-requisites.</p>
<h2>Active Directory Pre-Requisites</h2>
<p>Active Directory requires the following to support Exchange Server 2010.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="130" valign="top"><strong>Component</strong></td>
<td width="486" valign="top"><strong>Requirement</strong></td>
</tr>
<tr>
<td width="130" valign="top"><strong>Schema Master</strong></td>
<td width="486" valign="top">The Schema Master must be running one of the   following operating systems:</p>
<ul>
<li>Windows Server 2003 Standard/Enterprise with   SP1 (x86 or x64)</li>
<li>Windows Server 2003 R2 Standard/Enterprise   with SP1 (x86 or x64)</li>
<li>Windows Server 2008 Standard/Enterprise (x86   or x64)</li>
<li>Windows Server 2008 R2 Standard/Enterprise</li>
</ul>
</td>
</tr>
<tr>
<td width="130" valign="top"><strong>Global Catalog</strong></td>
<td width="486" valign="top">In each Site that will contain an Exchange server there must be at   least one Global Catalog running one of the above operating systems.</td>
</tr>
<tr>
<td width="130" valign="top"><strong>Domain Controller</strong></td>
<td width="486" valign="top">In each Site that will contain an Exchange server   there must be at least one writable Domain Controller running one of the   above operating systems.</td>
</tr>
<tr>
<td width="130" valign="top"><strong>Functional Level</strong></td>
<td width="486" valign="top">Windows Server 2003 Functional mode or higher.</td>
</tr>
</tbody>
</table>
<h2>Exchange Organization Pre-Requisites</h2>
<p>The existing Exchange Organization must be at least Exchange 2003 Native Mode, and all Exchange servers must be at least Exchange Server 2003 with Service Pack 2.</p>
<h2>Exchange Pre-Deployment Analyzer</h2>
<p>The Microsoft Exchange Pre-Deployment Analyzer is used to scan existing environments to verify their readiness for Exchange Server 2010.</p>
<p>Download the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=88b304e7-9912-4cb0-8ead-7479dab1abf2&amp;displaylang=en">Exchange Pre-Deployment Analyzer</a> tool from Microsoft and install it on your Exchange Server 2003 server.</p>
<p><img class="aligncenter size-medium wp-image-1310" title="expda001" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/expda001-450x322.png" alt="" width="450" height="322" /></p>
<p>Step through the wizard to perform a scan of your Exchange Organization, and address any outstanding issues that it reports.</p>
<p><img class="aligncenter size-medium wp-image-1311" title="expda002" src="http://exchangeserverpro.com/wp-content/uploads/2010/05/expda002-450x352.png" alt="" width="450" height="352" /></p>
<h3>Exchange Server 2007 Compatibility</h3>
<p>When you are transitioning from Exchange Server 2003 to Exchange Server 2010 it is recommended to first run the Exchange Server 2007 Active Directory schema update.  This ensures that if the need arises later on that an Exchange Server 2007 server can be installed into the environment.</p>
<p>If only the Exchange Server 2010 schema update is applied you can never add an Exchange Server 2007 server to the environment.</p>
<h3>Link State Suppression</h3>
<p>The Exchange Pre-Deployment Analyzer report may warn you that Link State Suppression is not enabled on the Exchange Server 2003 servers.  Link State Suppression is only required if you plan to add more than one connector between the Exchange Server 2010 server and existing Exchange Server 2003 servers.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-2010-deployment-preparing-active-directory" title="Exchange 2010 Deployment: Preparing Active Directory">Exchange 2010 Deployment: Preparing Active Directory</a></li><li><a href="http://exchangeserverpro.com/preparing-for-exchange-server-2010-deployment-with-the-exchange-pre-deployment-analyzer" title="Exchange Pre-Deployment Analyzer: Preparing for Exchange Server 2010 Deployment">Exchange Pre-Deployment Analyzer: Preparing for Exchange Server 2010 Deployment</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-setup-error-the-exchange-server-is-in-an-inconsistent-state" title="Exchange 2010 Setup Error &#8211; The Exchange Server is in an Inconsistent State">Exchange 2010 Setup Error &#8211; The Exchange Server is in an Inconsistent State</a></li><li><a href="http://exchangeserverpro.com/export-an-exchange-server-2010-certificate-to-exchange-2003" title="Export an Exchange Server 2010 Certificate to Exchange 2003">Export an Exchange Server 2010 Certificate to Exchange 2003</a></li><li><a href="http://exchangeserverpro.com/configure-an-ssl-certificate-for-exchange-server-2010" title="Configure an SSL Certificate for Exchange Server 2010">Configure an SSL Certificate for Exchange Server 2010</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/verifying-your-existing-network-environment-for-exchange-2010">Exchange 2010 Planning: Verifying Your Existing Network Environment</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/verifying-your-existing-network-environment-for-exchange-2010/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

