<?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</title>
	<atom:link href="http://exchangeserverpro.com/tag/exchange-2003/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com</link>
	<description>Microsoft Exchange Server News - Tips - Tutorials</description>
	<lastBuildDate>Wed, 23 May 2012 11:55:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Error: Outlook Was Unable to Recover Some or All of the Items in this Folder</title>
		<link>http://exchangeserverpro.com/error-outlook-unable-recover-items-folder</link>
		<comments>http://exchangeserverpro.com/error-outlook-unable-recover-items-folder#comments</comments>
		<pubDate>Wed, 14 Dec 2011 10:13:26 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=4355</guid>
		<description><![CDATA[While attempting to restore items from the Outlook recoverable deleted items you may encounter an error message.]]></description>
			<content:encoded><![CDATA[<p>While attempting to restore items from the Outlook recoverable deleted items you may encounter the following error message.</p>
<blockquote><p>Outlook was unable to recover some or all of the items in this folder. Make sure you have the required permissions to recover items in this folder, and try again. If the problem persists, contact your administrator.</p></blockquote>
<p><img class="aligncenter size-full wp-image-4356" title="outlook-unable-to-recover-all-of-the-items" src="http://exchangeserverpro.com/wp-content/uploads/2011/12/outlook-unable-to-recover-all-of-the-items.jpg" alt="" width="580" height="72" /></p>
<p>The error may occur when you attempt to recover a folder that contains a large number of sub-folders or mail items in it.</p>
<p>On the <a href="http://exchangeserverpro.com">Exchange Server</a> you may see a corresponding Application event log entry similar to this:</p>
<pre>Log Name:      Application
Source:        MSExchangeIS
Date:          11/14/2011 12:57:59 PM
Event ID:      9646
Task Category: General
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      exchangeserver.domain.local
Description:
Mapi session "3bbea118-07e3-4746-b7bf-0e5b65e28314" exceeded the maximum of 500 objects of type "objtFolder".</pre>
<p>This can occur due to the default limits configured on the Exchange Server for the number of items that can be opened by a single MAPI session. In the example above the MAPI session was trying to open more than the default 500 allowed objects of type &#8220;objtFolder&#8221; (in other words, Folders).</p>
<p>The solution is provided by Microsoft in <a href="http://support.microsoft.com/kb/830829/en-us">this support article,</a> which refers to Exchange Server 2003 but applies to later versions as well.</p>
<ol>
<li>Open Regedit and navigate to <strong>\\HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem</strong></li>
<li>If the key &#8220;MaxObjsPerMapiSession&#8221; does not already exist, right-click on ParametersSystem and create a new key of that name.</li>
<li>Create a new DWORD value with a name matching the object type in the event log error on your server (eg &#8220;objtFolder&#8221; in this example)</li>
<li>Set the DWORD value to a decimal value higher than the default. For the case above I first tried 1000, then 10000 when that did not work.</li>
<li>Wait 15-30 minutes for the registry change to take effect, then retry the Outlook operation.</li>
</ol>
<p>You may find that you need to try gradually increasing the value until you can successfully recover the items in Outlook. You may also find that after you&#8217;ve removed one limit that another object type&#8217;s limit may also suddenly come into play, so always check your event log for new errors identifying additional object types that you may need to add a registry value for.</p>
<p>After you&#8217;ve successfully recovered the Outlook items revert the registry keys to their default values (listed in the Microsoft support article above) to prevent issues with server resources in the future.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/test-mailflow-exchange-2003-servers" title="Using Test-Mailflow with Exchange 2003 Servers">Using Test-Mailflow with Exchange 2003 Servers</a></li><li><a href="http://exchangeserverpro.com/upgrading-exchange-servers" title="Why Haven&#8217;t You Upgraded Your Exchange Servers Yet?">Why Haven&#8217;t You Upgraded Your Exchange Servers Yet?</a></li><li><a href="http://exchangeserverpro.com/poll-version-exchange-server-running" title="Poll: Which Version of Exchange Server Are You Running?">Poll: Which Version of Exchange Server Are You Running?</a></li><li><a href="http://exchangeserverpro.com/update-rollup-3-exchange-2010-sp1-exchange-2007-sp3" title="Update Rollup 3 for Exchange 2010 SP1 and Exchange 2007 SP3">Update Rollup 3 for Exchange 2010 SP1 and Exchange 2007 SP3</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-direct-migration-2003-2010-or-2007" title="Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?">Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/error-outlook-unable-recover-items-folder">Error: Outlook Was Unable to Recover Some or All of the Items in this Folder</a> is © 2011 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/error-outlook-unable-recover-items-folder/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using Test-Mailflow with Exchange 2003 Servers</title>
		<link>http://exchangeserverpro.com/test-mailflow-exchange-2003-servers</link>
		<comments>http://exchangeserverpro.com/test-mailflow-exchange-2003-servers#comments</comments>
		<pubDate>Sun, 04 Dec 2011 12:32:49 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Test-Mailflow]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=4300</guid>
		<description><![CDATA[How to use the Test-Mailflow cmdlet in Exchange 2007/2010 to verify mail flow for an Exchange 2003 server.]]></description>
			<content:encoded><![CDATA[<p>One of the challenges of managing a large <a href="http://exchangeserverpro.com">Exchange Server</a> environment is that you often need to support multiple versions of Exchange.</p>
<p>That means that often when you write a <a href="http://exchangeserverpro.com/tag/powershell">PowerShell</a> script you need to account for servers running different versions and adjust accordingly. It can turn a simple scripting exercise into a big task.</p>
<p>Recently I was looking at ways to include our Exchange 2003 servers in some monitoring scripts that are already running for Exchange 2007/2010 servers. I wanted to perform a mail flow test for the Exchange 2003 servers, because that is a test that (if successful) very quickly confirms a lot of the elements involved in email availability are in fact healthy (ie the server is up, reachable, accepting SMTP connections, processing mail queues, the Information Store is running, and more).</p>
<p>For Exchange 2007/2010 the <a href="http://technet.microsoft.com/en-us/library/aa995894.aspx">Test-Mailflow</a> cmdlet can be used for these. You can build it into a <a href="http://exchangeserverpro.com/health-check-exchange-2010-mailbox-server">health check script</a> if you want to. But if you try to run it against an Exchange 2003 server you&#8217;ll get an error like this:</p>
<pre>
[PS] C:\&gt;Test-Mailflow -Identity EX2007SERVER -TargetMailboxServer EX2003SERVER

Test-Mailflow : "EX2003SERVER" is running a previous version of Exchange and does not support this task.
At line:1 char:14
+ Test-Mailflow &lt;&lt;&lt;&lt;  -Identity EX2007SERVER -TargetMailboxServer EX2003SERVER
    + CategoryInfo          : InvalidArgument: (:) [Test-Mailflow], OperationOnOldServerException
    + FullyQualifiedErrorId : 642F2C5C,Microsoft.Exchange.Monitoring.TestMailFlow</pre>
<p>However, if the Exchange 2003 server is in the same organization you can use a different parameter with Test-Mailflow to achieve the same result. All you need is an email address for one of the mailboxes on the Exchange 2003 server. You might want to create a mailbox on each of your Exchange 2003 servers (or even each of the databases on those servers) specifically for this purpose.</p>
<p>Then you simply run the Test-Mailflow cmdlet with the -TargetEmailAddress parameter instead of the -TargetMailboxServer parameter.</p>
<pre>[PS] C:\&gt;Test-Mailflow -Identity EX2007SERVER -TargetEmailAddress EX2003SERVER_test@domain.com

TestMailflowResult         MessageLatencyTime          IsRemoteTest
------------------         ------------------          ------------
Success                    00:00:19.5014893            True</pre>
<p>As you can see this is a nice, simple way to test your Exchange 2003 server health using PowerShell.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/powershell-configuring-settings-multiple-exchange-mailbox-databases" title="PowerShell: Configuring Settings on Multiple Exchange Mailbox Databases">PowerShell: Configuring Settings on Multiple Exchange Mailbox Databases</a></li><li><a href="http://exchangeserverpro.com/set-automated-exchange-2010-database-backup-alert-email" title="How to Set Up an Automated Exchange 2010 Database Backup Alert Email">How to Set Up an Automated Exchange 2010 Database Backup Alert Email</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-message-tracking-event-ids-powershell" title="Reporting Exchange Server 2010 Message Tracking Event IDs with PowerShell">Reporting Exchange Server 2010 Message Tracking Event IDs with PowerShell</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-message-tracking-log-search-powershell" title="Searching Exchange Server 2010 Message Tracking Logs with PowerShell">Searching Exchange Server 2010 Message Tracking Logs with PowerShell</a></li><li><a href="http://exchangeserverpro.com/powershell-script-create-mailbox-size-report-exchange-server-2010" title="Get-MailboxReport.ps1 &#8211; PowerShell Script to Generate Mailbox Reports">Get-MailboxReport.ps1 &#8211; PowerShell Script to Generate Mailbox Reports</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/test-mailflow-exchange-2003-servers">Using Test-Mailflow with Exchange 2003 Servers</a> is © 2011 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/test-mailflow-exchange-2003-servers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 FAQ: How to Install the Exchange 2003 System Manager Tools</title>
		<link>http://exchangeserverpro.com/exchange-2010-faq-install-exchange-2003-system-manager-tools</link>
		<comments>http://exchangeserverpro.com/exchange-2010-faq-install-exchange-2003-system-manager-tools#comments</comments>
		<pubDate>Thu, 16 Jun 2011 12:00:47 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Exchange Management Console]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP Mode]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3641</guid>
		<description><![CDATA[Is there a way to install Exchange 2003 System Manager on a server after an Exchange Server 2010 installation?]]></description>
			<content:encoded><![CDATA[<p><em>Question: Is there a way to install Exchange 2003 System Manager on a server after an Exchange Server 2010 installation?</em></p>
<p>In short, no there isn&#8217;t.</p>
<p>Exchange Server 2010 will only <a title="Installing Exchange Server 2010 Pre-Requisites on Windows Server 2008" href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008">install on 64-bit versions of Windows Server 2008</a> or <a title="Installing Exchange Server 2010 Pre-Requisites on Windows Server 2008 R2" href="http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008-r2">2008 R2</a>. The Exchange 2010 management tools can also be installed on 64-bit versions of Windows 7.</p>
<p>The Exchange 2003 System Manager is a 32-bit only application and can only be installed on 32-bit operating systems.</p>
<p>However, if you need the Exchange 2003 tools on your administrative workstation while you are in a <a title="Configuring Co-Existence for Exchange 2003 and Exchange 2010" href="http://exchangeserverpro.com/exchange-2003-2010-coexistence">co-existence</a> phase of your <a href="http://exchangeserverpro.com/exchange-2003-2010-migration-guide">Exchange 2010 upgrade</a>, you can install them in XP Mode on Windows 7.</p>
<p>&nbsp;</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/error-outlook-unable-recover-items-folder" title="Error: Outlook Was Unable to Recover Some or All of the Items in this Folder">Error: Outlook Was Unable to Recover Some or All of the Items in this Folder</a></li><li><a href="http://exchangeserverpro.com/initialization-failed-operation-completed-change-occurred-remote-forest" title="Initialization Failed: The Operation Couldn&#8217;t Be Completed Because a Change Occurred in the Remote Forest">Initialization Failed: The Operation Couldn&#8217;t Be Completed Because a Change Occurred in the Remote Forest</a></li><li><a href="http://exchangeserverpro.com/test-mailflow-exchange-2003-servers" title="Using Test-Mailflow with Exchange 2003 Servers">Using Test-Mailflow with Exchange 2003 Servers</a></li><li><a href="http://exchangeserverpro.com/modify-settings-multiple-exchange-2010-mailboxes" title="How to Modify Settings for Multiple Exchange 2010 Mailboxes">How to Modify Settings for Multiple Exchange 2010 Mailboxes</a></li><li><a href="http://exchangeserverpro.com/move-exchange-2010-database-folder" title="How to Move an Exchange 2010 Database to a Different Folder">How to Move an Exchange 2010 Database to a Different Folder</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-2010-faq-install-exchange-2003-system-manager-tools">Exchange 2010 FAQ: How to Install the Exchange 2003 System Manager Tools</a> is © 2011 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-faq-install-exchange-2003-system-manager-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Co-Existence for Exchange 2003 and Exchange 2010</title>
		<link>http://exchangeserverpro.com/exchange-2003-2010-coexistence</link>
		<comments>http://exchangeserverpro.com/exchange-2003-2010-coexistence#comments</comments>
		<pubDate>Thu, 05 May 2011 12:38:52 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Co-Existence]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Legacy Namespace]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3366</guid>
		<description><![CDATA[How to configure the legacy namespace and SSL requirements for co-existence between Exchange Server 2003 and Exchange Server 2010.]]></description>
			<content:encoded><![CDATA[<p class="alert"><em>This post is an excerpt from the <a href="http://exchangeserverpro.com/exchange-2003-2010-migration-guide">Exchange Server 2003 to 2010 Migration Guide</a>.</em></p>
<p>We are approaching the stage of the migration project where the Exchange 2010 servers begin to perform production roles, such as message routing, remote access, and hosting mailboxes.</p>
<p>This period is referred to as the “<strong>co-existence</strong>” period.</p>
<p>For some organizations a co-existence period is not necessary, because they are small enough that 100% of the services and data on Exchange 2003 can be migrated across to Exchange 2010 within a single outage window.</p>
<p>For example a small business with just a few dozen, small mailboxes could perform the entire migration in a single weekend with no business hours impact.  Such organizations can skip the co-existence phase if they wish to, which reduces the amount of configuration work required.</p>
<p>However for the rest of us a co-existence period is required, which means there are some necessary configurations to put in place first before any production services or data are migrated to Exchange 2010.</p>
<h2>Establishing the Legacy Namespace</h2>
<p>The legacy namespace is the name that will be used by Exchange 2003 mailbox users to access Outlook Web Access after the remote access namespace is transitioned to the internet-facing <a href="http://exchangeserverpro.com/exchange-2010-server-roles">Exchange 2010 Client Access server</a>.</p>
<p>What this means is that Outlook Web Access/App connections are first made to the Client Access server.  Exchange 2010 mailbox users are <strong>proxied</strong> as normal to the appropriate Mailbox server.  However Exchange 2003 mailbox users are <strong>redirected</strong> to the legacy namespace instead.</p>
<p>Some people find the legacy namespace to be a confusing topic.  In effect the <a href="http://exchangeserverpro.com/exchange-2010-owa-legacy-url-redirection-http-500-error">legacy namespace</a> is simply another DNS name, <a href="http://exchangeserverpro.com/publish-outlook-web-app-isa-server-2006">published with ISA Server</a> or another firewall, that legacy (Exchange 2003) mailbox users are redirected to for Outlook Web Access.</p>
<p><img class="aligncenter size-full wp-image-3367" title="Exchange 2003 and 2010 co-existence" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/co-existence.png" alt="Exchange 2003 and 2010 co-existence" width="600" height="238" /></p>
<h2>Creating the Legacy DNS Record</h2>
<p>The legacy name can be anything you like however the name that is commonly chosen is simply “legacy”, or in this example scenario “legacy.exchangeserverpro.net”.</p>
<p>This legacy name should be included in your <a href="http://exchangeserverpro.com/exchange-2010-ssl-certificates">Exchange 2010 SSL certificate</a> when it is provisioned.</p>
<p>Create a DNS record for the legacy name in your public DNS zone.  If you are using split DNS you should also create the record in your internal DNS zone.</p>
<p>The public IP address that the DNS record is created for can be the same as the public IP address of your primary remote access name (e.g. mail.exchangeserverpro.net) if you are using ISA Server 2006 to publish Exchange remote access.  ISA Server is capable of publishing the different names to different internal servers using the same web listener.</p>
<p>If you are using a different firewall or a simple NAT router then you may need to configure the legacy namespace on a separate public IP address.</p>
<p class="alert">Tip: If you are using split DNS take a look at how your existing OWA public name is configured in your internal DNS zone.  If it uses the public IP then do the same with your legacy name, however if it uses the internal IP then you should configure the legacy name to the internal IP as well for the internal DNS zone.</p>
<h2>Configuring the OWA Virtual Directory for Legacy Redirection</h2>
<p>The OWA Virtual Directory on the internet-facing Client Access server must be configured with the legacy URL to redirect users to.</p>
<p>Open the Exchange Management Shell and run the Set-OWAVirtualDirectory cmdlet with the following parameters:</p>
<ul>
<li><strong>-Identity</strong> is the name of the OWA Virtual Directory being modified</li>
<li><strong>-Exchange2003URL</strong> is the legacy URL to redirect Exchange 2003 mailbox users to</li>
</ul>
<pre>Set-OwaVirtualDirectory -Identity "esp-ho-ex2010a\owa (Default Web Site)" -Exchange2003Url https://legacy.exchangeserverpro.net/exchange</pre>
<h2>Assigning the SSL Certificate to Exchange Server 2003</h2>
<p>The Exchange 2003 front end server needs to be configured with the new SAN certificate that was provisioned for Exchange 2010.  This is so that remote access connections to the legacy namespace can occur over SSL without any certificate errors or warnings.</p>
<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
----------                                --------   -------
4DE8E0AC4ECB09623645842752FAA80C4160BF0B  ...WS.     CN=mail.exchangeserverpro.net, OU=IT Department, O=Exchange Ser...
F539B9045F765F9F0DFDE1EA9CB4BACAAE2C6C54  IP..S.     CN=esp-ho-ex2010a</pre>
<p>In this example the thumbprint is “4DE8E0AC4ECB09623645842752FAA80C4160BF0B”.</p>
<p>Next export the certificate to a file by running the following command.  Note this is a single-line command.</p>
<pre>$file = Export-ExchangeCertificate -Thumbprint 4DE8E0AC4ECB09623645842752FAA80C4160BF0B -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="aligncenter size-full wp-image-3369" title="powershell-prompt" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/powershell-prompt.png" alt="" width="261" height="203" /></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>Open Windows Explorer and look at the location you specified as the <strong>–Path</strong> parameter in the above command, and you will now see the exported certificate.</p>
<p>Copy the file to the Exchange Server 2003 front end server.</p>
<p>On the Exchange 2003 front end server launch <strong>mmc.exe</strong> and add the <strong>Certificates</strong> snap-in to the console, choosing the <strong>Computer account</strong> context.</p>
<p><img class="aligncenter size-full wp-image-3370" title="cert-import-1" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/cert-import-1.png" alt="" width="328" height="268" /></p>
<p><img class="aligncenter size-full wp-image-3371" title="cert-import-2" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/cert-import-2.png" alt="" width="236" height="121" /></p>
<p>Choose <strong>Local Computer</strong> and then click <strong>Finish</strong>, <strong>Close</strong>, and <strong>OK</strong> to return to the console.</p>
<p>Right-click <strong>Personal</strong> and choose <strong>All Tasks -&gt; 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="aligncenter size-full wp-image-3377" title="cert-import-2b" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/cert-import-2b.png" alt="" width="425" height="326" /></p>
<p>Enter the password that you used when the certificate was exported from Exchange Server 2010.</p>
<p><img class="aligncenter size-full wp-image-3373" title="cert-import-4" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/cert-import-4.png" alt="" width="435" height="334" /></p>
<p>Place the certificate in the <strong>Personal</strong> certificate store.</p>
<p><img class="aligncenter size-full wp-image-3374" title="cert-import-5" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/cert-import-5.png" alt="" width="427" height="328" /></p>
<p>Complete the wizard and confirm that the import was successful.</p>
<p><img class="aligncenter size-full wp-image-3375" title="cert-import-6" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/cert-import-6.png" alt="" width="203" height="117" /></p>
<p>The imported certificate will now appear alongside the existing SSL certificate on the front end server, if you had one installed already.</p>
<p><img class="aligncenter size-full wp-image-3376" title="cert-import-7" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/cert-import-7.png" alt="" width="600" height="51" /></p>
<p>The certificate now needs to be added to the HTTPS binding for the IIS website on the Exchange 2003 front end server.</p>
<p>Launch <strong>IIS Manager</strong> from the Administrative Tools menu of the Exchange 2003 front end server.</p>
<p>Right-click the web site that hosts the Exchange 2003 virtual directories, and then choose <strong>Properties</strong>.</p>
<p><img class="aligncenter size-large wp-image-3378" title="iisman01" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/iisman01-600x435.png" alt="" width="600" height="435" /></p>
<p>Select the <strong>Directory Security</strong> tab and click on <strong>Server Certificate</strong>.</p>
<p><img class="aligncenter size-full wp-image-3379" title="iisman02" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/iisman02.png" alt="" width="461" height="458" /></p>
<p>Click <strong>Next </strong>to step through the welcome page.  Choose <strong>Replace the current certificate</strong>, and then click <strong>Next </strong>to continue.</p>
<p><img class="aligncenter size-full wp-image-3380" title="iisman03" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/iisman03.png" alt="" width="482" height="363" /></p>
<p>Select the SSL certificate that was imported from the Exchange 2010 server and click <strong>Next </strong>to continue.</p>
<p><img class="aligncenter size-full wp-image-3381" title="iisman04" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/iisman04.png" alt="" width="482" height="363" /></p>
<p>Confirm your selection and then click <strong>Next</strong> again, and then <strong>Finish</strong>.</p>
<p><img class="aligncenter size-full wp-image-3382" title="iisman05" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/iisman05.png" alt="" width="482" height="363" /></p>
<p>Click <strong>OK</strong> to apply the close the web site properties dialog box.</p>
<p>You should now test your Exchange 2003 remote access (e.g. Outlook Web Access) to verify that the new certificate is working correctly.</p>
<p>&nbsp;</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/owa-error-mailbox-trying-access-not-currently-available" title="OWA Error: The Mailbox You&#8217;re Trying to Access Isn&#8217;t Currently Available">OWA Error: The Mailbox You&#8217;re Trying to Access Isn&#8217;t Currently Available</a></li><li><a href="http://exchangeserverpro.com/free-sample-chapter-exchange-server-2003-2010-migration-guide" title="Free Sample Chapter from the Exchange Server 2003 to 2010 Migration Guide">Free Sample Chapter from the Exchange Server 2003 to 2010 Migration Guide</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-direct-migration-2003-2010-or-2007" title="Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?">Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?</a></li><li><a href="http://exchangeserverpro.com/migrate-public-folders-from-exchange-2003-to-exchange-server-2010" title="Exchange 2010 FAQ: How Do I Migrate Public Folders to Exchange Server 2010?">Exchange 2010 FAQ: How Do I Migrate Public Folders to Exchange Server 2010?</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-fix-alias-script" title="Fixing Mail-Enabled Object Aliases for Exchange Server 2010 Migration">Fixing Mail-Enabled Object Aliases for Exchange Server 2010 Migration</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-2003-2010-coexistence">Configuring Co-Existence for Exchange 2003 and Exchange 2010</a> is © 2011 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-2003-2010-coexistence/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Why Haven&#8217;t You Upgraded Your Exchange Servers Yet?</title>
		<link>http://exchangeserverpro.com/upgrading-exchange-servers</link>
		<comments>http://exchangeserverpro.com/upgrading-exchange-servers#comments</comments>
		<pubDate>Fri, 29 Apr 2011 03:00:22 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Exchange 2000]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Upgrades]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3288</guid>
		<description><![CDATA[In a recent poll I asked readers which version of Exchange Server they were currently running, and got some very interesting results.]]></description>
			<content:encoded><![CDATA[<p>I ran a poll here on the site a couple of weeks ago to find out <a href="http://exchangeserverpro.com/poll-version-exchange-server-running">which versions of Exchange Server</a> people were currently running. Even though some people had trouble answering because they manage multiple environments there were still 182 people who responded to the poll.</p>
<p>The results are interesting to see.</p>
<div id="attachment_3289" class="wp-caption aligncenter" style="width: 550px"><img class="size-full wp-image-3289" title="exchange-versions-poll" src="http://exchangeserverpro.com/wp-content/uploads/2011/04/exchange-versions-poll.png" alt="" width="540" height="176" /><p class="wp-caption-text">Results of Reader Poll on Exchange Server Versions</p></div>
<p>Exchange Server 2010, which RTM&#8217;ed in November 2009, comes in at 50% of the market according to the responses received.</p>
<p>Exchange Server 2007 was lagging in 3rd place early in the poll but overtook Exchange 2003 to reach 26% of the vote. I actually thought this would be lower by now because the move from 2007 to 2010 is not as complex as <a href="http://exchangeserverpro.com/exchange-2003-2010-migration-guide">migrating from Exchange 2003 to 2010</a>.</p>
<p>But as I think on it more it probably makes sense. After all I was still helping customers migrate to Exchange Server 2007 at least six months after Exchange 2010 was released, and continue to work with Exchange Server 2007 customers today.</p>
<p>Exchange Server 2003 came in third place which makes a lot of sense, although the 20% share of the vote was definitely a surprise for me.  I expected there to be some element of &#8220;skip every second version&#8221; out there in the market but if those customers have been waiting for Exchange Server 2010 it has been out long enough now to have done something about migrating.  For those who haven&#8217;t perhaps there are good reasons such as application compatibility or just the sheer scale of their environment that is slowing them down for now.</p>
<p>I almost didn&#8217;t include Exchange 2000 in the poll. Luckily I did and it received a handful of votes. I&#8217;m genuinely concerned about those customers since not only are they running an unsupported version of Exchange but they are also presumably running it on an unsupported version of Windows (2000). And unless they&#8217;ve converted those servers to VM&#8217;s they are also very likely running on out of warranty hardware.</p>
<p><strong>So what about you, why haven&#8217;t you upgraded your Exchange Servers yet?</strong></p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/error-outlook-unable-recover-items-folder" title="Error: Outlook Was Unable to Recover Some or All of the Items in this Folder">Error: Outlook Was Unable to Recover Some or All of the Items in this Folder</a></li><li><a href="http://exchangeserverpro.com/test-mailflow-exchange-2003-servers" title="Using Test-Mailflow with Exchange 2003 Servers">Using Test-Mailflow with Exchange 2003 Servers</a></li><li><a href="http://exchangeserverpro.com/poll-version-exchange-server-running" title="Poll: Which Version of Exchange Server Are You Running?">Poll: Which Version of Exchange Server Are You Running?</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-direct-migration-2003-2010-or-2007" title="Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?">Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?</a></li><li><a href="http://exchangeserverpro.com/generate-smtp-error-statistics-using-log-parser-and-exchange-server-2010-protocol-logs" title="Generate SMTP Error Statistics using Log Parser and Exchange Server 2010 Protocol Logs">Generate SMTP Error Statistics using Log Parser and Exchange Server 2010 Protocol Logs</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/upgrading-exchange-servers">Why Haven&#8217;t You Upgraded Your Exchange Servers Yet?</a> is © 2011 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/upgrading-exchange-servers/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Poll: Which Version of Exchange Server Are You Running?</title>
		<link>http://exchangeserverpro.com/poll-version-exchange-server-running</link>
		<comments>http://exchangeserverpro.com/poll-version-exchange-server-running#comments</comments>
		<pubDate>Fri, 01 Apr 2011 03:00:59 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Polls]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3198</guid>
		<description><![CDATA[I still see a lot of activity in Exchange 2003 and 2007 forums online so I thought it would be interesting to see which version of Exchange Server the readers of this site are running at the moment. ]]></description>
			<content:encoded><![CDATA[<p>I still see a lot of activity in Exchange 2003 and 2007 forums online so I thought it would be interesting to see which version of Exchange Server the readers of this site are running at the moment.  Please cast your vote in the poll below.</p>
<p>Note: if you&#8217;re currently in the middle of a migration project just choose the version that you&#8217;re migrating to right now.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p>If you&#8217;d like to provide a bit more information about which version you&#8217;re running and why please leave a comment below.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/error-outlook-unable-recover-items-folder" title="Error: Outlook Was Unable to Recover Some or All of the Items in this Folder">Error: Outlook Was Unable to Recover Some or All of the Items in this Folder</a></li><li><a href="http://exchangeserverpro.com/test-mailflow-exchange-2003-servers" title="Using Test-Mailflow with Exchange 2003 Servers">Using Test-Mailflow with Exchange 2003 Servers</a></li><li><a href="http://exchangeserverpro.com/poll-public-folders-exchange-environment" title="Poll: Do You Still Use Public Folders in Your Exchange Environment?">Poll: Do You Still Use Public Folders in Your Exchange Environment?</a></li><li><a href="http://exchangeserverpro.com/upgrading-exchange-servers" title="Why Haven&#8217;t You Upgraded Your Exchange Servers Yet?">Why Haven&#8217;t You Upgraded Your Exchange Servers Yet?</a></li><li><a href="http://exchangeserverpro.com/poll-run-edge-transport-server" title="Poll: Do You Run an Edge Transport Server?">Poll: Do You Run an Edge Transport Server?</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/poll-version-exchange-server-running">Poll: Which Version of Exchange Server Are You Running?</a> is © 2011 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/poll-version-exchange-server-running/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Free Sample Chapter from the Exchange Server 2003 to 2010 Migration Guide</title>
		<link>http://exchangeserverpro.com/free-sample-chapter-exchange-server-2003-2010-migration-guide</link>
		<comments>http://exchangeserverpro.com/free-sample-chapter-exchange-server-2003-2010-migration-guide#comments</comments>
		<pubDate>Sun, 20 Feb 2011 10:30:16 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Migration]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=2849</guid>
		<description><![CDATA[The part of an Exchange Server 2010 migration project that is most important is the planning stage.  During this phase of the project the critical information about an Exchange environment is discovered that helps to properly plan out a successful migration.]]></description>
			<content:encoded><![CDATA[<p>The part of an Exchange Server 2010 migration project that is most important is the planning stage.  During this phase of the project the critical information about an Exchange environment is discovered that helps to properly plan out a successful migration.</p>
<p>The <a href="http://exchangeserverpro.com/exchange-2003-2010-migration-guide">Exchange Server 2003 to 2010 Migration Guide</a> includes a comprehensive planning chapter that walks you through the discovery process, including which tools and software to use, so that you learn the critical information about your environment to avoid causing problems during the upgrade.</p>
<p>I&#8217;m pleased to announce that this valuable planning chapter of the guide is now available as a free download to subscribers of Exchange Server Pro.  To get instant access to the free sample as well as free weekly Exchange Server tips and tutorials simply enter your best email address in the form below.</p>
<p><script src="http://forms.aweber.com/form/48/68573548.js" type="text/javascript"></script></p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><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/exchange-2010-direct-migration-2003-2010-or-2007" title="Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?">Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?</a></li><li><a href="http://exchangeserverpro.com/migrate-public-folders-from-exchange-2003-to-exchange-server-2010" title="Exchange 2010 FAQ: How Do I Migrate Public Folders to Exchange Server 2010?">Exchange 2010 FAQ: How Do I Migrate Public Folders to Exchange Server 2010?</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-fix-alias-script" title="Fixing Mail-Enabled Object Aliases for Exchange Server 2010 Migration">Fixing Mail-Enabled Object Aliases for Exchange Server 2010 Migration</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-owa-legacy-url-redirection-http-500-error" title="Exchange 2010 OWA Legacy URL Redirection HTTP 500 Error">Exchange 2010 OWA Legacy URL Redirection HTTP 500 Error</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/free-sample-chapter-exchange-server-2003-2010-migration-guide">Free Sample Chapter from the Exchange Server 2003 to 2010 Migration Guide</a> is © 2011 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/free-sample-chapter-exchange-server-2003-2010-migration-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?</title>
		<link>http://exchangeserverpro.com/exchange-2010-direct-migration-2003-2010-or-2007</link>
		<comments>http://exchangeserverpro.com/exchange-2010-direct-migration-2003-2010-or-2007#comments</comments>
		<pubDate>Sun, 20 Feb 2011 09:41:41 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Schema]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=2845</guid>
		<description><![CDATA[This article explains which upgrade paths are supported from Exchange 2003 to Exchange Server 2010, and under what scenarios you would want to use Exchange 2007 as an interim upgrade path.]]></description>
			<content:encoded><![CDATA[<p><em><img class="alignright size-full wp-image-2752" title="question" src="http://exchangeserverpro.com/wp-content/uploads/2011/01/question.jpg" alt="" width="180" height="166" />Question: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?</em></p>
<p>Yes.  <a href="http://exchangeserverpro.com/exchange-2003-2010-migration-guide">Migrating from Exchange Server 2003 to Exchange Server 2010</a> is a fully supported upgrade path, and is the simplest way to migrate from 2003 to 2010.  There is no requirement to migrate to Exchange 2007 first.</p>
<p>However, something to be aware of is that it is recommended to apply the Exchange 2007 schema update to your Active Directory forest before you apply the Exchange 2010 schema update, even if you do not plan to deploy any Exchange 2007 servers.</p>
<p>By applying the Exchange 2007 schema update first you make it possible to install Exchange 2007 servers later on if you need to for any reason, for example to maintain compatibility with a particular application.  Basically it is a fail-safe method of ensuring that if you encounter any compatibility problems with Exchange 2010 you can still migrate away from Exchange 2003 and use a mix of 2007 and 2010 servers instead.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/error-outlook-unable-recover-items-folder" title="Error: Outlook Was Unable to Recover Some or All of the Items in this Folder">Error: Outlook Was Unable to Recover Some or All of the Items in this Folder</a></li><li><a href="http://exchangeserverpro.com/test-mailflow-exchange-2003-servers" title="Using Test-Mailflow with Exchange 2003 Servers">Using Test-Mailflow with Exchange 2003 Servers</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-online-mailbox-moves" title="Exchange 2010 FAQ: How to Minimise Downtime During Mailbox Migration from Exchange 2007">Exchange 2010 FAQ: How to Minimise Downtime During Mailbox Migration from Exchange 2007</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2007-2010-migration-guide" title="The Exchange Server 2007 to 2010 Migration Guide is Available Now">The Exchange Server 2007 to 2010 Migration Guide is Available Now</a></li><li><a href="http://exchangeserverpro.com/owa-error-mailbox-trying-access-not-currently-available" title="OWA Error: The Mailbox You&#8217;re Trying to Access Isn&#8217;t Currently Available">OWA Error: The Mailbox You&#8217;re Trying to Access Isn&#8217;t Currently Available</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-2010-direct-migration-2003-2010-or-2007">Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?</a> is © 2011 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-direct-migration-2003-2010-or-2007/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 FAQ: How Do I Migrate Public Folders to Exchange Server 2010?</title>
		<link>http://exchangeserverpro.com/migrate-public-folders-from-exchange-2003-to-exchange-server-2010</link>
		<comments>http://exchangeserverpro.com/migrate-public-folders-from-exchange-2003-to-exchange-server-2010#comments</comments>
		<pubDate>Sun, 23 Jan 2011 04:33:50 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Public Folders]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=2676</guid>
		<description><![CDATA[In this tutorial two methods of moving public folder replicas from Exchange Server 2003 to Exchange Server 2010 are demonstrated.]]></description>
			<content:encoded><![CDATA[<p>For most <a href="http://exchangeserverpro.com">Exchange Server</a> organizations migrating public folders is as simple as moving replicas from one server to another.  This can be achieved using one of two methods:</p>
<ul>
<li>Moving all Public Folder replicas using the Exchange 2003 System Manager console</li>
<li>Moving all Public Folder replicas using the <a href="http://exchangeserverpro.com/exchange-2010-install-management-tools">Exchange 2010 Management Shell</a></li>
</ul>
<p>Either method will work in just about any scenario, it just comes down to which one you&#8217;re most comfortable using.</p>
<h2>Moving all Public Folder Replicas to Exchange Server 2010 Using the Exchange 2003 System Manager Console</h2>
<p>In this example scenario the public folders hosted on the Head Office Exchange 2003 server are being moved to the Head Office Exchange 2010 Mailbox server.</p>
<p class="alert">As with <a href="http://exchangeserverpro.com/exchange-2010-online-mailbox-moves">mailbox migrations</a> public folder migrations can generate heavy disk I/O on the source server, and will generate a lot of transaction logging that consumes free disk space on the target server.</p>
<p>On an Exchange 2003 server open Exchange System Manager. Navigate to the server that currently hosts the public folder replicas, and browse to the public folder Instances folder of the public folder database.</p>
<p>Note the public folder instances currently on this server.</p>
<div id="attachment_2694" class="wp-caption aligncenter" style="width: 610px"><img class="size-large wp-image-2694" title="Public Folder Instances shown in the Exchange 2003 System Manager console" src="http://exchangeserverpro.com/wp-content/uploads/2011/01/public-folders-01-600x323.png" alt="Public Folder Instances shown in the Exchange 2003 System Manager console" width="600" height="323" /><p class="wp-caption-text">Public Folder Instances shown in the Exchange 2003 System Manager console</p></div>
<p>Right-click the public folder database and choose <strong>Move All Replicas</strong>.</p>
<div id="attachment_2695" class="wp-caption aligncenter" style="width: 360px"><img class="size-full wp-image-2695" title="Move all Public Folder Replicas" src="http://exchangeserverpro.com/wp-content/uploads/2011/01/public-folders-02.png" alt="Move all Public Folder Replicas" width="350" height="228" /><p class="wp-caption-text">Move all Public Folder Replicas</p></div>
<p>Choose the public folder database to move the replicas to.</p>
<div id="attachment_2696" class="wp-caption aligncenter" style="width: 334px"><img class="size-full wp-image-2696" title="Choose the database to move the Public Folder replicas to" src="http://exchangeserverpro.com/wp-content/uploads/2011/01/public-folders-03.png" alt="Choose the database to move the Public Folder replicas to" width="324" height="196" /><p class="wp-caption-text">Choose the database to move the Public Folder replicas to</p></div>
<p>A warning appears that the move may take a lot of time depending on the amount of public folder content to be moved.  Click <strong>OK</strong> to begin.</p>
<div id="attachment_2697" class="wp-caption aligncenter" style="width: 610px"><img class="size-large wp-image-2697" title="Note that moving Public Folder replicas can take some time" src="http://exchangeserverpro.com/wp-content/uploads/2011/01/public-folders-04-600x71.png" alt="Note that moving Public Folder replicas can take some time" width="600" height="71" /><p class="wp-caption-text">Note that moving Public Folder replicas can take some time</p></div>
<p>You can refresh the public folder instances folder to monitor progress.  This operation can take some time, even for a small amount of public folder content.  When the public folder instances displays an empty list the operation has completed.</p>
<div id="attachment_2698" class="wp-caption aligncenter" style="width: 610px"><img class="size-large wp-image-2698" title="All public folder replicas have been moved" src="http://exchangeserverpro.com/wp-content/uploads/2011/01/public-folders-05-600x119.png" alt="All public folder replicas have been moved" width="600" height="119" /><p class="wp-caption-text">All public folder replicas have been moved</p></div>
<h2>Moving all Public Folder Replicas to Exchange Server 2010 Using the Exchange Management Shell</h2>
<p>Public folder replicas can also be moved using the Exchange Management Shell.  In this example the public folders hosted on the Branch Office Exchange 2003 server will be moved to the Branch Office Exchange 2010 Mailbox server.</p>
<p>On the Exchange 2010 server open the <strong>Exchange Management Shell</strong>.  Navigate to the scripts folder of the Exchange installation folder.</p>
<pre>[PS] C:\&gt;cd $env:exchangeinstallpath\scripts</pre>
<p>Microsoft has supplied a PowerShell script called <strong>MoveAllReplicas.ps1</strong> for moving public folder replicas.  Run the script with the following parameters:</p>
<ul>
<li><strong>-Server</strong> is the name of the Exchange 2003 server</li>
<li><strong>-NewServer</strong> is the name of the Exchange 2010 server</li>
</ul>
<p>Note that this is a single-line command run from the folder containing the scripts.</p>
<p>[PS] C:\Program Files\Microsoft\Exchange Server\V14\scripts&gt;.\MoveAllReplicas.ps1 -Server ESP-BR-DC -NewServer ESP-BR-EX2010</p>
<p>You can use the same method as with the Exchange System Manager console technique to determine when all replicas have been moved.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><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/free-sample-chapter-exchange-server-2003-2010-migration-guide" title="Free Sample Chapter from the Exchange Server 2003 to 2010 Migration Guide">Free Sample Chapter from the Exchange Server 2003 to 2010 Migration Guide</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-direct-migration-2003-2010-or-2007" title="Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?">Exchange 2010 FAQ: Is Direct Exchange Migration from 2003 to 2010 Possible Without Upgrading to 2007?</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-fix-alias-script" title="Fixing Mail-Enabled Object Aliases for Exchange Server 2010 Migration">Fixing Mail-Enabled Object Aliases for Exchange Server 2010 Migration</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-owa-legacy-url-redirection-http-500-error" title="Exchange 2010 OWA Legacy URL Redirection HTTP 500 Error">Exchange 2010 OWA Legacy URL Redirection HTTP 500 Error</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/migrate-public-folders-from-exchange-2003-to-exchange-server-2010">Exchange 2010 FAQ: How Do I Migrate Public Folders to Exchange Server 2010?</a> is © 2011 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/migrate-public-folders-from-exchange-2003-to-exchange-server-2010/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Fixing Mail-Enabled Object Aliases for Exchange Server 2010 Migration</title>
		<link>http://exchangeserverpro.com/exchange-2010-fix-alias-script</link>
		<comments>http://exchangeserverpro.com/exchange-2010-fix-alias-script#comments</comments>
		<pubDate>Thu, 06 Jan 2011 12:26:31 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Aliases]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Recipients]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Transition]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=2615</guid>
		<description><![CDATA[Exchange Server 2010 treats some object attributes differently than Exchange Server 2003.  The most common issue that this causes is invalid aliases on mailbox users.]]></description>
			<content:encoded><![CDATA[<p><em>This article is an excerpt from the <a href="http://exchangeserverpro.com/exchange-2003-2010-migration-guide">Exchange Server 2003 to 2010 Migration Guide</a>.</em></p>
<p>Exchange Server 2010 treats some object attributes differently than Exchange Server 2003.  The most common issue that this causes is invalid aliases on mailbox users, however it can also occur for contacts and groups.</p>
<p>Exchange Server 2010 applies the following rules to aliases:</p>
<blockquote><p>Valid values are: Strings formed with characters from A to Z (uppercase or lowercase), digits from 0 to 9, !, #, $, %, &amp;, &#8216;, *, +, -, /, =, ?, ^, _, `, {, |, } or ~. One or more periods may be embedded in an alias, but each period should be preceded and followed by at least one of the other characters. Unicode characters from U+00A1 to U+00FF are also valid in an alias, but they will be mapped to a best-fit US-ASCII string in the e-mail address, which is generated from such an alias.</p></blockquote>
<p>You can see which mailboxes have invalid aliases by running the following command from the Exchange Management Shell.</p>
<pre>Get-Mailbox -resultsize unlimited | findstr "Warning"
</pre>
<p>If there are only a few mailbox users with invalid aliases you can correct them manually using Active Directory Users &amp; Computers on an Exchange 2003 server.</p>
<div id="attachment_2616" class="wp-caption aligncenter" style="width: 414px"><img class="size-full wp-image-2616" title="Exchange 2003 Mailbox User Alias" src="http://exchangeserverpro.com/wp-content/uploads/2011/01/aduc.png" alt="Exchange 2003 Mailbox User Alias" width="404" height="254" /><p class="wp-caption-text">Exchange 2003 Mailbox User Alias</p></div>
<p>However if there are a lot of mailbox users that need aliases fixed you can use a script provided by Microsoft to automatically correct them.  The Fix-Alias.ps1 script is available to download here:</p>
<ul>
<li><a href="http://msexchangeteam.com/files/12/attachments/entry438479.aspx">Fix-alias.PS1 script</a><a href="#_ftn1"></a></li>
</ul>
<p>The Fix-Alias.ps1 script has a built in help function to explain how to use it.</p>
<pre>

[PS] C:\Admin>.\fix-alias.ps1 -help

This script will find objects of the specified type that contain a space in the aliasIt will remove the space from the alias and update the object

Both the search character and the replacement character can be changed using the advanced options

Advanced Options:

-Type       : Used to specifiy the get- command that is run to find the objects (Mailbox,Distributiongroup,Mailcontact)
-Resultsize : Used to specifiy a result size other than the default of "Unlimited"
-Search     : Used to specify the character / sting to search for
-Replace    : Used to specify the replacement character
-Add        : Used to provide the get- command with addtional switch options
-Help       : Display this help message

Examples:

fix-alias.ps1 -type MailContact -Search "@" -Replace "_" -add "-OrganizationalUnit 'My Ou'"
</pre>
<p>For example, to fix all of the mailbox users in the organization that have spaces in their alias, and replace them with periods, we would run this command:</p>
<pre>
[PS] C:\Admin>.\fix-alias.ps1 -type Mailbox -search " " -replace "."
</pre>
<p>The script will then output which objects were found and fixed.</p>
<pre>
Found Object to Fix: Alannah Shaw
New Alias of Object: Alannah.Shaw

Found Object to Fix: Linda Dowden
New Alias of Object: Linda.Dowden

Found Object to Fix: Olive Weeks
New Alias of Object: Olive.Weeks
</pre>
<p class="alert">Be careful when changing mailbox user aliases.  If the Exchange 2003 Recipient Policy uses the alias to generate the user’s email address then a change to the alias may result in a change in primary SMTP address.  Check your Recipient Policies first before making changes to aliases using the Fix-Alias.ps1 script.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-2010-owa-legacy-url-redirection-http-500-error" title="Exchange 2010 OWA Legacy URL Redirection HTTP 500 Error">Exchange 2010 OWA Legacy URL Redirection HTTP 500 Error</a></li><li><a href="http://exchangeserverpro.com/exchange-server-update-rollups-forefront-fscutility" title="Dealing with Exchange Server Update Rollups and Forefront Protection for Exchange">Dealing with Exchange Server Update Rollups and Forefront Protection for Exchange</a></li><li><a href="http://exchangeserverpro.com/test-lab-email-traffic-generator-powershell-script" title="PowerShell Script to Generate Email Traffic in a Test Lab Environment">PowerShell Script to Generate Email Traffic in a Test Lab Environment</a></li><li><a href="http://exchangeserverpro.com/test-mailflow-exchange-2003-servers" title="Using Test-Mailflow with Exchange 2003 Servers">Using Test-Mailflow with Exchange 2003 Servers</a></li><li><a href="http://exchangeserverpro.com/health-check-exchange-2010-mailbox-server" title="How to Health Check an Exchange 2010 Mailbox Server">How to Health Check an Exchange 2010 Mailbox Server</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-2010-fix-alias-script">Fixing Mail-Enabled Object Aliases for Exchange Server 2010 Migration</a> is © 2011 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-fix-alias-script/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

