<?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>Ward Vissers &#187; Exchange 2010</title>
	<atom:link href="http://www.wardvissers.nl/category/microsoft/exchange/exchange-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wardvissers.nl</link>
	<description>Things About Microsoft &#38; Exchange &#38; VMware</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:42:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Exchange 2010 DAG Maintance</title>
		<link>http://www.wardvissers.nl/2012/02/08/exchange-2010-dag-maintance/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-2010-dag-maintance</link>
		<comments>http://www.wardvissers.nl/2012/02/08/exchange-2010-dag-maintance/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 23:42:43 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1414</guid>
		<description><![CDATA[When you need to performing maintenance on DAG nodes here is the process you want to go through In my environment I have two nodes in a dag. For more nodes the same process &#160; All the commands below are &#8230; <a href="http://www.wardvissers.nl/2012/02/08/exchange-2010-dag-maintance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you need to performing maintenance on DAG nodes here is the process you want to go through In my environment I have two nodes in a dag. For more nodes the same process    <br />&#160; <br />All the commands below are run in an administrative exchange powershell prompt.</p>
<p>Type add first: cd $exscripts and press enter.</p>
<p>Now you are in the Exchange Scripts folder.    <br /><strong>     <br />Exchange Node 1:</strong>&#160; <br />Process for running maintenance on exchange database servers     <br />.\StartDagServerMaintenance.ps1 -ServerName &lt;Dag Node 1&gt; </p>
<p>Run maintenance on &lt;Dag Node 1&gt;    </p>
<p>When you are finished on Node 1     <br />.\StopDagServerMaintenance.ps1 -ServerName &lt;Dag Node 1&gt; </p>
<p><strong>Exchange Node 2:</strong>     <br />.\StartDagServerMaintenance.ps1 -ServerName &lt;Dag Node 2&gt; </p>
<p>run maintenance on &lt;Dag Node 2&gt;    </p>
<p>When you are finished on Node 2     <br />.\StopDagServerMaintenance.ps1 -ServerName &lt;Dag Node 2&gt; </p>
<p>When done performing maintenance on one or multiple servers (hopefully one at a time to maintain full database availability for end users!) you can end up with a sub-optimal active database layout, especially if you have a cross-site DAG. To resolve this you have to rebalance the databases based on the priorities set for them upon creation.    <br />&#160; <br />Rebalance databases across dag     <br />.\RedistributeActiveDatabases.ps1 -DagName &lt;Your DAG Name&gt; -BalanceDbsByActivationPreference -ShowFinalDatabaseDistribution -Confirm:$false </p>
<p>If you get any errors you may have to re-index the search catalog for the passive database. Rather than hunting down which ones need to be fixed you can just fix them all with the custom script I wrote below (or for only the mail servers with issues). When finished running these commands then try to run the maintenance or rebalance scripts again.     <br />&#160; <br />Fix/Rebuild Search Catalogs     <br />Get-MailboxDatabaseCopyStatus -Server &lt;Dag Node 1&gt; | where {$_.Status -like &quot;Healthy&quot;} | Update-MailboxDatabaseCopy –catalogonly </p>
<p>Get-MailboxDatabaseCopyStatus -Server &lt;Dag Node 2&gt; | where {$_.Status -like &quot;Healthy&quot;} | Update-MailboxDatabaseCopy -catalogonly </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+2010+DAG+Maintance+http%3A%2F%2Ftinyurl.com%2F6ptyuc5" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/02/08/exchange-2010-dag-maintance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public Folder Migration from Exchange 2003 or 2007 to Exchange 2010</title>
		<link>http://www.wardvissers.nl/2012/01/23/public-folder-migration-from-exchange-2003-or-2007-to-exchange-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=public-folder-migration-from-exchange-2003-or-2007-to-exchange-2010</link>
		<comments>http://www.wardvissers.nl/2012/01/23/public-folder-migration-from-exchange-2003-or-2007-to-exchange-2010/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 20:22:29 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1399</guid>
		<description><![CDATA[Step 1: Replicating Exchange 2003 or 2007&#160; PF&#8217;s to Exchange 2010 Add PF replica&#8217;s to an Exchange 2010 Server: .\AddReplicaToPFRecursive.ps1 -server &#34;Exchange 2003/2007 Server&#34; -TopPublicFolder &#34;\&#34; -ServerToAdd &#34;Exchange 2010 Server&#34; Replicate the System Folders to an Exchange 2010 Server: .\AddReplicaToPFRecursive.ps1 &#8230; <a href="http://www.wardvissers.nl/2012/01/23/public-folder-migration-from-exchange-2003-or-2007-to-exchange-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h5>Step 1: Replicating Exchange 2003 or 2007&#160; PF&#8217;s to Exchange 2010</h5>
<p><strong>Add PF replica&#8217;s to an Exchange 2010 Server:</strong>     </p>
<p>.\AddReplicaToPFRecursive.ps1 -server &quot;Exchange 2003/2007 Server&quot; -TopPublicFolder &quot;\&quot; -ServerToAdd &quot;Exchange 2010 Server&quot;     <br /><b></b></p>
<p><b>Replicate the System Folders to an Exchange 2010 Server:      <br /></b>    <br />.\AddReplicaToPFRecursive.ps1 -TopPublicFolder &quot;\NON_IPM_Subtree&quot; -ServerToAdd &quot;exchange2010 server”</p>
<p>If you are planning to have multiple Exchange 2010 PF servers, you can repeat the Cmdlet</p>
<p>From the Exchange 2010 server: Update-PublicFolderHierarchy -Server &quot;Exchange 2010 Server&quot;</p>
<h4>Step 2: Moving Exchange 2003/2007 PF&#8217;s to Exchange 2010 </h4>
<p>As a last step, after you confirmed that all the PF have been replicated to the Exchange 2010, you can move all replicas from Exchange 2003/2007 to Exchange 2010. The &quot;move all replicas&quot; will actually remove the Exchange 2003/2007 replicas.</p>
<p><strong>To move all Exchange 2003/2007 replicas to Exchange 2010, which will actually remove the Exchange 2003/2007 replicas:</strong> </p>
<p>.\MoveAllReplicas.ps1 -Server &quot;Exchange 2003 Server&quot; -NewServer &quot;Exchange 2010 Server&quot;</p>
<h4>Additional Cmdlets</h4>
<p>To view a list of the replicas in the public folder hierarchy: Get-PublicFolder -recurse |fl name,replicas</p>
<p>For System Folders: Get-PublicFolder -recurse \non_ipm_subtree |fl name, replicas</p>
<p>To compare content replicated between the source and destination servers: Get-PublicFolderStatistics </p>
<h4>Reference</h4>
<p>Move Public Folder Content from One Public Folder Database to Another Public Folder Database &#8211; <a href="http://technet.microsoft.com/en-us/library/bb331970.aspx">http://technet.microsoft.com/en-us/library/bb331970.aspx</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Public+Folder+Migration+from+Exchange+2003+or+2007+to+Exchange+2010+http%3A%2F%2Ftinyurl.com%2F7zopa7p" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/23/public-folder-migration-from-exchange-2003-or-2007-to-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Outlook Mobile Update</title>
		<link>http://www.wardvissers.nl/2012/01/20/exchange-2010-outlook-mobile-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-2010-outlook-mobile-update</link>
		<comments>http://www.wardvissers.nl/2012/01/20/exchange-2010-outlook-mobile-update/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 07:30:13 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1396</guid>
		<description><![CDATA[This guide was created to help you deploy the new Outlook Mobile update for the Windows Mobile 6.1 devices that connect to your Exchange 2010 servers. This guide focuses on Microsoft Exchange Server 2010 RTM &#38; SP1 &#38; SP2 and &#8230; <a href="http://www.wardvissers.nl/2012/01/20/exchange-2010-outlook-mobile-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This guide was created to help you deploy the new Outlook Mobile update for the Windows Mobile 6.1 devices that connect to your Exchange 2010 servers. This guide focuses on Microsoft Exchange Server 2010 RTM &amp; SP1 &amp; SP2 and Windows Mobile 6.1, and covers the following topics:</p>
<p>· Overview</p>
<p>· How to configure your Exchange 2010 for the Outlook Mobile update</p>
<p>· Details about the Outlook Mobile update </p>
<p>· How to get support for Outlook Mobile updates</p>
<p>· How to subscribe for future updates</p>
<h3>Overview</h3>
<p>First, we&#8217;ll review the overall update experience that&#8217;s built into Exchange 2010.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image002.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image002_thumb.jpg" width="529" height="396" /></a></p>
<p>As part of the Outlook Mobile update, users will receive an update notification in an e-mail message in their Inbox. The purpose of this message is to inform them that there&#8217;s an Outlook Mobile update for their phone.</p>
<p>The message will instruct the user to click an inline link. This prompts the phone to download the Initial Setup CAB. After the Initial Setup CAB is installed, it will check for available updates specific to the user’s device type.</p>
<p>Next, if an Outlook Mobile update is available, it will be downloaded and installed. The user will receive a notification message that tells them they need to restart their device. After the device is restarted, it will resynchronize the data (e-mail, calendar, contacts, and tasks) with the Exchange server so it will be compatible with the new format of Exchange Server 2010. After that synchronization is complete, the user will be ready to experience the new features in the Outlook Mobile update.</p>
<h3>How to Configure Your Exchange 2010 Server for the Outlook Mobile Update</h3>
<p>Now that you understand the tasks that the Outlook Mobile update performs, we’ll cover how to configure your Exchange server so that your users who have Windows Mobile 6.1 devices will receive the update notification e-mail message.</p>
<h6>How to determine whether a user will receive the update notification e-mail message</h6>
<p>The update notification e-mail message will be sent to the user’s device if the following conditions are true:</p>
<p>· The user’s mailbox is on a server running Exchange Server 2010.</p>
<p>· The Exchange ActiveSync mailbox policy parameter <b>AllowMobileOTAUpdate</b> is set to <b>$True</b>.</p>
<p>· The Windows Mobile OS version is 6.1. To check which version the device is running, from the Help About screen, look for the OS and Windows Mobile 6.1 build number (Start &gt; Settings &gt; System &gt; About). You should see Windows OS = “Windows CE 5.2”, and the Windows mobile build should be between 19202 and 21142.</p>
<h6>AllowMobileOTAUpdate</h6>
<p>The <b>AllowMobileOTAUpdate</b> setting is one of the standard Exchange ActiveSync mailbox policy settings. This is the main setting that determines whether the update notification e-mail message is sent to the device. </p>
<p>The default value for the <b>AllowMobileOTAUpdate</b> parameter is enabled (<b>$True</b>). To confirm that your Exchange ActiveSync mailbox policy has this setting enabled, follow these steps:</p>
<p>1. Check which policy the user is assigned to by running the following command.</p>
<p>Get-CasMailbox &lt;user&gt; | fl ActiveSyncMailboxPolicy</p>
<p>In the preceding example, the result is the following.</p>
<p>ActiveSyncMailboxPolicy : Default</p>
<p>2. Check that the policy returned in the preceding step has the <b>AllowMobileOTAUpdate</b> setting enabled by running the following command.</p>
<p>Get-ActiveSyncMailboxPolicy Default | fl AllowMobileOTAUpdate</p>
<p>If the AllowMobileOTAUpdate setting is set to $True, the following will be returned.</p>
<p>AllowMobileOTAUpdate : True</p>
<h3>Details About the Outlook Mobile Update</h3>
<p>The following section covers the end user experience for the Outlook Mobile update. The update notification e-mail message the user receives will look like this.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image004.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image004_thumb.png" width="215" height="244" /></a></p>
<p>The user can click the first link in the message to start the download. This downloads the initial setup CAB, which is necessary to find the appropriate Outlook Mobile update for that user’s device.</p>
<p>Next, the user will see a URL Confirmation page that informs them that they’re being taken to a Web site. The user should click <b>Yes</b> to continue. Clicking <b>No</b> will cancel the update process.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image006.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image006_thumb.png" width="192" height="244" /></a></p>
<p>After the file begins downloading, the user will be asked if they want to open the file, save it to a location, or click Cancel. The user should click <b>Yes</b> to continue opening the file, making sure that the open file after download box is selected.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image008.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image008_thumb.png" width="199" height="244" /></a></p>
<p>The next screen they’ll see is the progress bar that shows that the initial setup CAB is being downloaded and installed<b>.</b></p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image010.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image010_thumb.png" width="200" height="244" /></a></p>
<p>The initial setup CAB finds the appropriate Outlook Mobile update for the user’s specific device. After the initial setup CAB is installed, it connects to the Outlook Mobile Update Service to find the update. If an update is found, the user will be asked if they want to download the Outlook Mobile update. The user should select <b>Yes</b> to download and install the update. </p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image012.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image012_thumb.png" width="205" height="244" /></a><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image014.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image014" border="0" alt="clip_image014" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image014_thumb.png" width="208" height="244" /></a></p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image016.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image016" border="0" alt="clip_image016" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image016_thumb.png" width="208" height="244" /></a><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image018.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image018" border="0" alt="clip_image018" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image018_thumb.png" width="205" height="244" /></a></p>
<p>After the Outlook Mobile update has been installed, the user needs to restart their device to ensure that all new Outlook Mobile files loaded correctly.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image020.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image020" border="0" alt="clip_image020" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image020_thumb.png" width="207" height="244" /></a></p>
<p>After the user restarts their device, they’re presented with a warning message that informs them that they need to resynchronize their data with Exchange. This is necessary because the existing format of the synchronized data isn’t compatible with the new features built into Exchange Server 2010. The user should click <b>Yes</b> in this warning message box.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image022.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image022" border="0" alt="clip_image022" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image022_thumb.png" width="206" height="244" /></a></p>
<p>Occasionally, a user may see the following error, which can appear when the resynchronization hasn’t yet occurred. The user will need to manually resync their data with Exchange.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image024.png"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image024" border="0" alt="clip_image024" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image024_thumb.png" width="206" height="244" /></a></p>
<h3>How to Subscribe for Future Updates</h3>
<p>There may be updates available for your users’ Windows Mobile 6.1 phones in the future. The Outlook Mobile update package will ask users if they would like Outlook Mobile to automatically check for updates on a regular schedule. Users should click <b>Yes</b> to automatically check for updates and receive notification when new updates are available.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image026.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image026" border="0" alt="clip_image026" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image026_thumb.jpg" width="200" height="244" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+2010+Outlook+Mobile+Update+http%3A%2F%2Ftinyurl.com%2F7u8dx5l" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/20/exchange-2010-outlook-mobile-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mail-enabled public folders stopped working after installing Exchange 2010 in existing Exchange 2003 or 2007 environment</title>
		<link>http://www.wardvissers.nl/2012/01/17/mail-enabled-public-folders-stopped-working-after-installing-exchange-2010-in-existing-exchange-2003-or-2007-environment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mail-enabled-public-folders-stopped-working-after-installing-exchange-2010-in-existing-exchange-2003-or-2007-environment</link>
		<comments>http://www.wardvissers.nl/2012/01/17/mail-enabled-public-folders-stopped-working-after-installing-exchange-2010-in-existing-exchange-2003-or-2007-environment/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 11:48:51 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1392</guid>
		<description><![CDATA[I recently came across the following issue while performing an Exchange 2007 to Exchange 2010 migration for a company that still heavily utilised mail-enabled public folders. The client’s Exchange environment was quite old and had been previously migrated from Exchange &#8230; <a href="http://www.wardvissers.nl/2012/01/17/mail-enabled-public-folders-stopped-working-after-installing-exchange-2010-in-existing-exchange-2003-or-2007-environment/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently came across the following issue while performing an Exchange 2007 to Exchange 2010 migration for a company that still heavily utilised mail-enabled public folders. The client’s Exchange environment was quite old and had been previously migrated from Exchange 5.5 to 2003 and hadn’t been properly decommissioned with the original move to 2007, but that’s another story!</p>
<h5>Issue</h5>
<p>The issue I had was that once I moved all receive connectors to the new Exchange 2010 server, emails sent to any of the mail-enabled public folders (which were still being replicated between the 2 servers) was being rejected with the following NDR:</p>
<blockquote><p>#&lt; #5.2.0 smtp;554 5.2.0 STOREDRV.Deliver.Exception:ObjectNotFoundException; Failed to process message due to a permanent exception with message The Active Directory user wasn’t found. ObjectNotFoundException: The Active Directory user wasn’t found.&gt; #SMTP#</p>
</blockquote>
<p>The following error was found in Event Viewer:</p>
<blockquote><p>Log Name: Application     <br />Source: MSExchange Store Driver      <br />Date: 7/09/2010 2:00:02 AM      <br />Event ID: 1020      <br />Task Category: MSExchangeStoreDriver      <br />Level: Error      <br />Keywords: Classic      <br />User: N/A      <br />Computer: server@domain      <br />Description:      <br />The store driver couldn’t deliver the public folder replication message “Folder Content (PublicFolderDatabase@domain)” because the following error occurred: The Active Directory user wasn’t found.</p>
</blockquote>
<h5>Solution</h5>
<p>Given this Exchange environment was originally running versions prior to Exchange 2007, the legacy Administrative Group and all its empty subcontainers still existed. An explanation from the Microsoft Exchange Team of why this issue occurs can be found here: <a href="http://msexchangeteam.com/archive/2010/05/05/454821.aspx">http://msexchangeteam.com/archive/2010/05/05/454821.aspx</a></p>
<p>The solution to this issue was to delete the empty Servers container from the legacy Administrative Group.</p>
<p>Using ADSIEdit.msc, connect to a domain controller and navigate to:</p>
<p>CN=Configuration , CN=Services, CN=Microsoft Exchange, CN=[ExchangeOrganisationName], CN=Administrative Groups, CN=[LegacyAdministrativeGroupName], CN=Servers.</p>
<p>Right click the Servers container and select Delete</p>
<p><a href="http://blog.samkendall.net/wp-content/uploads/2010/09/exch2010pf1.jpg"><img title="exch2010pf1" alt="" src="http://blog.samkendall.net/wp-content/uploads/2010/09/exch2010pf1.jpg" width="403" height="496" /></a></p>
<p>Click Yes</p>
<p><a href="http://blog.samkendall.net/wp-content/uploads/2010/09/exch2010pf2.jpg"><img title="exch2010pf2" alt="" src="http://blog.samkendall.net/wp-content/uploads/2010/09/exch2010pf2.jpg" width="313" height="145" /></a></p>
<p>Restart the Microsoft Exchange Active Directory Topology Service and the Microsoft Exchange Information Store on both the Exchange 2007 &amp; Exchange 2010 Servers</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=mail-enabled+public+folders+stopped+working+after+installing+Exchange+2010+in+existing+Exchange+2003+or+2007+e...+http%3A%2F%2Ftinyurl.com%2F6p48uya" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/17/mail-enabled-public-folders-stopped-working-after-installing-exchange-2010-in-existing-exchange-2003-or-2007-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 &amp; 2010: Current issues with Microsoft Exchange ActiveSync and Third Party Devices</title>
		<link>http://www.wardvissers.nl/2012/01/11/exchange-2007-2010-current-issues-with-microsoft-exchange-activesync-and-third-party-devices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-2007-2010-current-issues-with-microsoft-exchange-activesync-and-third-party-devices</link>
		<comments>http://www.wardvissers.nl/2012/01/11/exchange-2007-2010-current-issues-with-microsoft-exchange-activesync-and-third-party-devices/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 09:04:12 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1388</guid>
		<description><![CDATA[The following is a list of current issues observed by Microsoft Support personnel for Exchange Server 2007 and Exchange Server 2010 with third-party vendor devices. If you are using Exchange Server 2007 SP3 or Exchange Server 2010 SP1 and you &#8230; <a href="http://www.wardvissers.nl/2012/01/11/exchange-2007-2010-current-issues-with-microsoft-exchange-activesync-and-third-party-devices/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The following is a list of current issues observed by Microsoft Support personnel for Exchange Server 2007 and Exchange Server 2010 with third-party vendor devices. If you are using Exchange Server 2007 SP3 or Exchange Server 2010 SP1 and you are experiencing an EAS issue not listed below, contact Microsoft Support Services to investigate the issue. </p>
<p>1. <b>Automatic meeting processing</b></p>
<p><b>Issue 1.1 &#8211; Recurring meeting is removed from calendar when organizer cancels single occurrence</b></p>
<p>When you synchronize your iOS device by using Exchange ActiveSync on an Exchange Server 2007 mailbox, if the organizer cancels a single occurrence of a recurring meeting, the device may unexpectedly delete the entire recurring meeting.</p>
<p>Solution</p>
<p>There are two parts to this solution:</p>
<p>Install the Exchange Server 2007 Service Pack 3 (SP3) update rollup 4 (RU4). The problem details and the link to the update are documented in the following Microsoft Knowledge Base article:</p>
<p><a href="http://support.microsoft.com/kb/2502276">2502276</a> A meeting request series are deleted unexpectedly from the calendar in an Exchange Server 2007 environment</p>
<p>Update the Apple iOS on your device to version 4.3 or later. For more details on the latest iOS version, click the following link:</p>
<p><a href="http://www.apple.com/ios">http://www.apple.com/ios</a></p>
<p>Apple has documented the issue at the following web site:</p>
<p><a href="http://support.apple.com/kb/ts3714">http://support.apple.com/kb/ts3714</a></p>
<p><b>Issue 1.2 &#8211; Attendee becomes meeting organizer</b></p>
<p>When you synchronize your iOS or Android device by using Exchange ActiveSync on an Exchange Server 2007 mailbox, you may unexpectedly become the organizer for a meeting that you were invited to. This does not change the meeting for all attendees.</p>
<p>Solution</p>
<p>This can occur if you change the reminder for a single occurrence of a recurring meeting on an iOS or Android device. There may be other property changes to meeting items that may result in the same symptom.</p>
<p>This issue is resolved in Rollup Update 4 for Exchange Server 2007 Service Pack 3. See the KB article below for additional information.</p>
<p><a href="http://support.microsoft.com/kb/2521063">2521063</a> You are incorrectly displayed as a meeting organizer after you synchronize the meeting by using your mobile device in an Exchange Server 2007 environment</p>
<p>Note Affected meetings must be deleted and replacement meetings must be created after the servers are patched.</p>
<p><b>Issue 1.3 &#8211; Your meeting response to the organizer appears to have been sent by someone else</b></p>
<p>When you respond to an Exchange ActiveSync (EAS) meeting invitation, the meeting originator may see someone else&#8217;s name displayed as having accepted the invitation instead of you.</p>
<p>Solution</p>
<p>Ensure the Apple iOS on your device is version 4.3 or later. For more details on the latest iOS version, click the following link:</p>
<p><a href="http://www.apple.com/ios">http://www.apple.com/ios</a></p>
<p>This was fixed by Apple in iOS 3.1. For more details, visit the following Apple web site:</p>
<p>iPhone and iPod touch: My replies to Exchange ActiveSync invitations seem to come from someone else</p>
<p><a href="http://support.apple.com/kb/TS2806">http://support.apple.com/kb/TS2806</a>     </p>
<p><b>Issue 1.4 &#8211; All Day Flag is not set properly on Mobile devices when meeting is scheduled cross multiple days</b></p>
<p>Mobile device clients do not treat a meeting request as an all day event meeting request. Additionally, the All Day field is marked with &quot;No&quot;.</p>
<p>Solution</p>
<p>This issue is resolved in Exchange 2007 Service Pack 3 Rollup 2. The problem is documented in the following articles from the Microsoft Knowledge Base online:</p>
<p><a href="http://support.microsoft.com/kb/2201236">2201236</a>&#160; The &quot;All Day&quot; field is marked with &quot;No&quot; when you access a meeting request that has a duration time that is more than 24 hours by using a mobile client through ActiveSync in an Exchange Server 2007 environment </p>
<p><a href="http://support.microsoft.com/kb/2201236">2201236</a><b>&#160; </b>Description of Update Rollup 2 for Exchange Server 2007 Service Pack 3 </p>
<p><b>Issue 1.5 &#8211; Recurring Exchange calendar events deleted</b></p>
<p>In some situations, recurring calendar events can be removed from both the iOS device and Exchange when the organizer cancels an event instance.</p>
<p>Solution</p>
<p>This issue is resolved by Apple iOS 4.3, and impacts only the 4.2.6 and earlier versions. Apple has documented the issue at the following web site:</p>
<p>iOS: Recurring Exchange calendar events deleted</p>
<p><a href="https://support.apple.com/kb/ts3714">https://support.apple.com/kb/ts3714</a></p>
<p><b>Issue 1.6 &#8211; Appointment exceeding 24 hours changed to multiple day All Day Event</b></p>
<p>When an appointment item&#8217;s duration exceeds 24 hours, but is not marked as an All Day Event, Exchange ActiveSync changes the item on the device to become a multi-day All Day Event. The next time that the device synchronizes with the mailbox, the change is propagated from the item on the device to the item on the Exchange Server 2010 mailbox.</p>
<p>Solution</p>
<p>Microsoft is investigating this issue. This problem can occur when using any ActiveSync device synchronizing with Exchange Server 2010.</p>
<p><b>2. Connectivity and synchronization failures</b></p>
<p><b>Issue 2.1 &#8211; Failures to Provision and Synchronize with Android OS</b></p>
<p>EAS policies can cause provisioning and synchronization to fail, when customized. Devices will not be provisioned if a policy is applied to the users of these devices that exceeds these limitations. This is discussed in comment 9 from the following post on Google&#8217;s Android forum:</p>
<p><a href="http://code.google.com/p/android/issues/detail?id=9426">http://code.google.com/p/android/issues/detail?id=9426</a></p>
<p>&quot;We only support the basic (EAS 2.5) features in Froyo. So if your server requires, for example, password history or expiration, or complex characters, then it won&#8217;t be provisionable in Froyo. Our goal is to provide more policy support in future versions, but for now we support &#8211; password (PIN/alpha), minimum characters, max. fails to wipe, inactivity timeout, and remote wipe.&quot;</p>
<p>Solution</p>
<p>Updates to the Android OS version appear to resolve this problem. We encourage device users to update to the latest version available from their provider and follow vendor forums on synchronization issues. If the decision is made to allow older devices in the organization, Administrators can canvass device users, or use tools Log Parser or Export-ActiveSyncLog, to ensure that such devices are identified in the organization. Users of older devices can be grouped into a policy that can work for them.</p>
<p><b>Issue 2.2 &#8211; Unable to connect using Exchange ActiveSync due to Exchange resource consumption</b></p>
<p>There are several symptoms and remediation methods for issues with resource depletion caused by devices connecting with Exchange ActiveSync.</p>
<p>Solution</p>
<p>Administrators should review the following article in the Microsoft Knowledge Base to determine if they are experiencing the same server symptoms:</p>
<p><a href="http://support.microsoft.com/kb/2201236">2201236</a>&#160; Unable to connect using Exchange ActiveSync due to Exchange resource consumption</p>
<p>Note This article also describes a known issue with iOS 4.0, defined by user agent 801.293 &#8211; <a href="http://support.apple.com/kb/TS3398">http://support.apple.com/kb/TS3398</a> and is discussed in Issue 2.5, below.</p>
<p><b>Issue 2.3 &#8211; &quot;This message has not been downloaded from the server&quot; error when trying to open a message</b></p>
<p>You synchronize your Exchange Server mailbox with your iOS device. When you try to open a message on the iOS device, the following error may be displayed:</p>
<p>This message has not been downloaded from the server</p>
<p>Solution</p>
<p>You must configure the Accepted Domain using Exchange Management Shell. Use the steps in item #7 in the following post from the Exchange Team Blog:</p>
<p>Exchange 2010 SP1 FAQ and Known Issues</p>
<p><a href="http://blogs.technet.com/b/exchange/archive/2010/09/01/3410888.aspx">http://blogs.technet.com/b/exchange/archive/2010/09/01/3410888.aspx</a></p>
<p>This issue is being reviewed by the Microsoft Exchange product team.</p>
<p><b>Issue 2.4- You receive a synchronization failed email message when you synchronize your mobile device</b></p>
<p>When you synchronize your mobile device by using ActiveSync on an Exchange Server 2010 mailbox, you receive a synchronization failed email message similar to the following:</p>
<p>From: Microsoft Exchange on Behalf of &lt;user&gt;</p>
<p>Sent: &lt;date&gt;</p>
<p>To: &lt;other user&gt;</p>
<p>Subject: Synchronization with your &lt;ActiveSync device&gt; failed for 1 items.</p>
<p>Synchronization with your &lt;ActiveSync device&gt; failed for 1 items.</p>
<p>Microsoft Exchange was unable to send the following items to your mobile device. These items have not been deleted. You should be able to access them using either Outlook or Outlook Web Access. </p>
<p>Item Folder: Inbox</p>
<p>Item Type: IPM.Schedule.Meeting.Resp.Pos</p>
<p>Solution</p>
<p>This issue is described in the following article in the Microsoft Knowledge Base:</p>
<p><a href="http://support.microsoft.com/kb/2201236">2201236</a><b> </b>You receive a synchronization failed email message when you synchronize your mobile device by using ActiveSync on an Exchange Server 2010 mailbox</p>
<p>To resolve this issue, install the following update rollup: </p>
<p><a href="http://support.microsoft.com/kb/2201236">2201236</a> Description of Update Rollup 3 for Exchange Server 2010 Service Pack 1</p>
<p><b>Issue 2.5- Users are unable to synchronize Apple iPhone iOS 4.0 with the Exchange Server mailbox</b></p>
<p>Immediately after updating to iOS 4.0, some users may notice that Exchange ActiveSync Mail, Contacts, or Calendars do not sync, or sync very slowly. In addition, some Exchange Server administrators may notice their servers running slowly. This problem is also discussed in Issue 2.2, above.</p>
<p>Solution</p>
<p>Update the device to a later iOS version. Apple has documented the issue at the following web site:</p>
<p>iOS 4.0: Exchange Mail, Contacts, or Calendars may not sync after update</p>
<p><a href="http://support.apple.com/kb/TS3398">http://support.apple.com/kb/TS3398</a></p>
<p><b>Issue 2.6- ActiveSync does not work for mobile device users connecting to Exchange Server 2007 mailboxes after swapping URLs between Exchange Server 2010 and 2007</b></p>
<p>This problem occurs because the device is unable to properly redirect a user whose mailbox has been moved. The 451 redirect response to the device is not properly interpreted.</p>
<p>Solution</p>
<p>Typically, this issue is resolved by device updates to the latest operating system. Verify the following:</p>
<p>Verify that you have configured the LegacyURL for Exchange 2007 users. This will automatically switch the URL for the user to the appropriate target on the device. See the following blog topic:</p>
<p><a href="http://blogs.technet.com/b/jribeiro/archive/2009/11/26/transitioning-from-an-exchange-2007-environment-to-exchange-2010.aspx">http://blogs.technet.com/b/jribeiro/archive/2009/11/26/transitioning-from-an-exchange-2007-environment-to-exchange-2010.aspx</a></p>
<p>This has been reported for several device types, to include iOS and Android operating system. If the problem is noted with the latest version of the device operating system, and the LegacyURL is correctly established and working for other devices, consult with the device vendor’s technical support.</p>
<p>If you are using an Apple iOS device, update the device to the iOS version 4.3.2.</p>
<p>Note In migrations where the mailbox moves are between different forests, a 451 is not sent. The reason for this is that the old server does not know of the new endpoint for connectivity. In such circumstances, the device must be manually reconfigured.</p>
<p>Check: <a title="http://support.microsoft.com/kb/2563324" href="http://support.microsoft.com/kb/2563324">http://support.microsoft.com/kb/2563324</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+2007+%26+2010%3A+Current+issues+with+Microsoft+Exchange+ActiveSync+and+Third+Party+Devices+http%3A%2F%2Ftinyurl.com%2F89v7cje" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/11/exchange-2007-2010-current-issues-with-microsoft-exchange-activesync-and-third-party-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You cannot close the EMC window on a computer that has Internet Explorer 9 installed</title>
		<link>http://www.wardvissers.nl/2011/12/14/you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed</link>
		<comments>http://www.wardvissers.nl/2011/12/14/you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 16:51:15 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/12/14/you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed/</guid>
		<description><![CDATA[Microsoft released the official fix for: You cannot close the EMC window on a computer that has Internet Explorer 9 installed. Windows Internet Explorer 9 installed, you start the Exchange Management Console (EMC). After you make a change and then &#8230; <a href="http://www.wardvissers.nl/2011/12/14/you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft released the official fix for: You cannot close the EMC window on a computer that has Internet Explorer 9 installed. Windows Internet Explorer 9 installed, you start the Exchange Management Console (EMC). After you make a change and then try to close the EMC window, the window does not close. Additionally you receive the following message:   <br /> <a href="http://www.wardvissers.nl/wp-upload/fc861aa7a4bc_D618/image_thumb1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image_thumb1" border="0" alt="image_thumb1" src="http://www.wardvissers.nl/wp-upload/fc861aa7a4bc_D618/image_thumb1_thumb.png" width="382" height="149" /></a></p>
<p>You must close all dialog boxes before you can close Exchange Management Console.</p>
<p>Download: <a title="http://support.microsoft.com/kb/2618444" href="http://support.microsoft.com/kb/2618444">KB2618444 Cumulative Security Update for Internet Explorer: December 13, 2011</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=You+cannot+close+the+EMC+window+on+a+computer+that+has+Internet+Explorer+9+installed+http%3A%2F%2Ftinyurl.com%2Fckcwhlu" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/12/14/you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2010 SP2 Help File</title>
		<link>http://www.wardvissers.nl/2011/12/07/exchange-server-2010-sp2-help-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-server-2010-sp2-help-file</link>
		<comments>http://www.wardvissers.nl/2011/12/07/exchange-server-2010-sp2-help-file/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 14:54:15 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/12/07/exchange-server-2010-sp2-help-file/</guid>
		<description><![CDATA[Microsoft released a standalone version of Microsoft Exchange Server 2010 SP2 Help. Download HERE]]></description>
			<content:encoded><![CDATA[<p>Microsoft released a standalone version of Microsoft Exchange Server 2010 SP2 Help. </p>
<p>Download <a title="HERE" href="http://www.microsoft.com/downloads/info.aspx?na=41&amp;srcfamilyid=9a2ef1fa-a305-4d71-b0e7-e5869cbf3669&amp;srcdisplaylang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f5%2fE%2f6%2f5E60CE71-8BFE-465F-BCE2-C4569A948513%2fExch2010Help.exe">HERE</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+Server+2010+SP2+Help+File+http%3A%2F%2Ftinyurl.com%2F7yhqqhz" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/12/07/exchange-server-2010-sp2-help-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 SP2 RTM</title>
		<link>http://www.wardvissers.nl/2011/12/05/exchange-2010-sp2-rtm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-2010-sp2-rtm</link>
		<comments>http://www.wardvissers.nl/2011/12/05/exchange-2010-sp2-rtm/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 21:30:50 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/12/05/exchange-2010-sp2-rtm/</guid>
		<description><![CDATA[Exchange Server 2010 Service Pack 2 (SP2) has been released, raising the Exchange version number to 14.2.247.5. You can download Exchange 2010 SP2 here. For those still unaware, the 530Mb+ file (1,4 GB extracted) contains the full set of binaries; &#8230; <a href="http://www.wardvissers.nl/2011/12/05/exchange-2010-sp2-rtm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Exchange Server 2010 Service Pack 2 (SP2) has been released, raising the Exchange version number to 14.2.247.5. You can download Exchange 2010 SP2 <a href="http://www.microsoft.com/download/en/details.aspx?id=28190">here.</a></p>
<p>For those still unaware, the 530Mb+ file (1,4 GB extracted) contains the full set of binaries; you can use it to upgrade existing RTM or SP1 installations or deploy new Exchange 2010 SP2 installations.</p>
<p>Besides the usual set of hotfixes, SP2 introduces the following features:</p>
<p><strong>Address Book Policies</strong>     <br />Address Book Policies, also known as GAL segmentation, ABPs are meant to segmentize the address book, giving users a certain view of the address book like Address List Segregation did for Exchange 2003/2007.</p>
<p><strong>OWA mini</strong>     <br />This will be a lightweight browser like OMA in the past, meant for simple browsers.</p>
<p><strong>Hybrid Configuration</strong>     <br />This wizard is to make the configuration of an on-premise Exchange and Office 365/Exchange Online more simple, reducing the steps required from 49 to 6.</p>
<p><strong>OWA Cross-Site redirection</strong>     <br />This will allow clients to be silently redirected to the proper site if they log on to a CAS server located in a site different than the site where their mailbox is hosted and externalURL has been specified there.</p>
<p>After preparing your forest for Exchange 2010 SP2, the schema version number will have changed. Check the <a href="http://eightwone.wordpress.com/references/schema-versions/">Schema Versions</a> page for information on the new ObjectVersion and RangeUpper values for Exchange 2010 SP2.</p>
<p>Note that SP2 introduces an additional requirement, which is the IIS 6 WMI Compatibility feature; you can add this feature using the GUI or by using the Powershell cmdlets<strong> Import-Module ServerManager</strong> followed by <strong>Add-WindowsFeature Web-WMI</strong>.</p>
<p>The proper method to upgrade mailbox servers that are a member of a Database Availability Group is described <a href="http://eightwone.com/2011/04/13/updating-exchange-2010-sp1-dag-members/">here</a>.</p>
<p>The releases notes are not available at time of writing; we’ll update this post when they become available.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+2010+SP2+RTM+http%3A%2F%2Ftinyurl.com%2F7b3csjx" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/12/05/exchange-2010-sp2-rtm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rollup 6 for Exchange Server 2010 Service Pack 1</title>
		<link>http://www.wardvissers.nl/2011/10/31/rollup-6-for-exchange-server-2010-service-pack-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rollup-6-for-exchange-server-2010-service-pack-1</link>
		<comments>http://www.wardvissers.nl/2011/10/31/rollup-6-for-exchange-server-2010-service-pack-1/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 20:05:09 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/10/31/rollup-6-for-exchange-server-2010-service-pack-1/</guid>
		<description><![CDATA[The Exchange CXP team released Update Rollup 6 for Exchange Server 2010 SP1 to the Download Center. This update contains a number of customer-reported and internally found issues since the release of SP1. See &#8216;KB 2608646: Description of Update Rollup &#8230; <a href="http://www.wardvissers.nl/2011/10/31/rollup-6-for-exchange-server-2010-service-pack-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Exchange CXP team released <a href="http://www.microsoft.com/download/en/details.aspx?id=27849">Update Rollup 6 for Exchange Server 2010 SP1</a> to the Download Center.</p>
<p>This update contains a number of customer-reported and internally found issues since the release of SP1. See <a href="http://support.microsoft.com/kb/2608646">&#8216;KB 2608646: Description of Update Rollup 6 for Exchange Server 2010 Service Pack 1&#8242;</a> for more details.</p>
<p>This update contains a number of customer reported and internally found issues since the release of RU5. </p>
<p><strong>The most Important Fixes:</strong></p>
<ul>
<li><a href="http://support.microsoft.com/kb/2627769">2627769</a> Some time zones in OWA are not synchronized with Windows in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2528854">2528854</a> The Microsoft Exchange Mailbox Replication service crashes on a computer that has Exchange Server 2010 SP1 installed </li>
<li><a href="http://support.microsoft.com/kb/2544246">2544246</a> You receive a NRN of a meeting request 120 days later after the recipient accepted the request in an Exchange Server 2010 SP1 environment </li>
<li><a href="http://support.microsoft.com/kb/2616127">2616127</a> &quot;0&#215;80041606&quot; error code when you use Outlook in online mode to search for a keyword against a mailbox in an Exchange Server 2010 environment. </li>
<li><a href="http://support.microsoft.com/kb/2549183">2549183</a> &quot;There are no objects to select&quot; message when you try to use the EMC to specify a server to connect to in an Exchange Server 2010 SP1 environment </li>
</ul>
<p><strong>Other Fixes</strong>: </p>
<ul>
<li><a href="http://support.microsoft.com/kb/2431609">2431609</a> An update is available that updates the message of a retention policy in OWA for Exchange Server 2010 </li>
<li><a href="http://support.microsoft.com/kb/2449266">2449266</a> EWS drops the TCP connection to the EWS client application without any error message in a Microsoft Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2480474">2480474</a> A Users do not receive quota warning messages after applying SP1 for Exchange 2010 </li>
<li><a href="http://support.microsoft.com/kb/2514820">2514820</a> An incoming fax message is not delivered to the recipient in an Exchange Server 2010 SP1 environment </li>
<li><a href="http://support.microsoft.com/kb/2521927">2521927</a> Disabling the Exchange ActiveSync Integration feature for OWA does not take effect in OWA Premium clients in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2535289">2535289</a> The Microsoft Exchange Information Store service crashes occasionally when you run an antivirus application on an Exchange Server 2010 Mailbox server </li>
<li><a href="http://support.microsoft.com/kb/2536313">2536313</a> Slow message delivery and mailbox access for journaling mailboxes on an Exchange Server 2010 server </li>
<li><a href="http://support.microsoft.com/kb/2548246">2548246</a> The Microsoft Exchange Information Store service crashes occasionally when a folder view is corrupted on an Exchange Server 2010 mailbox server </li>
<li><a href="http://support.microsoft.com/kb/2549289">2549289</a> A RBAC role assignee can unexpectedly run the Add-MailboxPermission command or the Remove-MailboxPermission command on an Exchange Server 2010 server that is outside the role assignment scope </li>
<li><a href="http://support.microsoft.com/kb/2555851">2555851</a> A mailbox does not appear in certain address lists after you run commands on the mailbox in an Exchange Server 2010 SP1 environment </li>
<li><a href="http://support.microsoft.com/kb/2559814">2559814</a> A user cannot add or remove delegates from a mailbox by using Outlook in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2561514">2561514</a> Exchange Server 2003 user cannot view the free/busy information of a user in a different federated organization </li>
<li><a href="http://support.microsoft.com/kb/2563860">2563860</a> You cannot create a new mailbox database if you already have 1000 mailbox databases in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2567409">2567409</a> Certain free/busy messages are not replicated from an Exchange Server 2010 server to an Exchange Server 2003 server </li>
<li><a href="http://support.microsoft.com/kb/2571791">2571791</a> Retention policies are applied to Contact items unexpectedly in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2572052">2572052</a> Certain properties of a recurring meeting request from external email accounts are missing in an Exchange Server 2010 SP1 environment </li>
<li><a href="http://support.microsoft.com/kb/2575005">2575005</a> You cannot start the EMC or the EMS in an Exchange Server 2010 Service Pack 1 environment </li>
<li><a href="http://support.microsoft.com/kb/2578631">2578631</a> Certain users cannot send email messages to a mail-enabled public folder in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2579172">2579172</a> Items that are deleted or moved still appear in the original folder when you use Office Outlook in online mode to access an Exchange Server 2010 mailbox </li>
<li><a href="http://support.microsoft.com/kb/2579671">2579671</a> No results returned when you use the ExpandGroup method in EWS to retrieve a list of members of a Dynamic Distribution Group in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2582095">2582095</a> The SmtpMaxMessagesPerConnection property of a send connector is not replicated to the subscribed Edge Transport server in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2600835">2600835</a> The RPC Client Access service crashes when you delete an attachment of an item by using Outlook in online mode in an Exchange Server 2010 SP1 environment </li>
<li><a href="http://support.microsoft.com/kb/2601701">2601701</a> The memory usage of the MSExchangeRepl.exe process keeps increasing when you perform a VSS backup on Exchange Server 2010 databases </li>
<li><a href="http://support.microsoft.com/kb/2617126">2617126</a> The Store.exe process crashes when you send an email message that has attachments in an Exchange Server 2010 SP1 environment </li>
</ul>
<p>&#160;</p>
<p><b>General Notes</b></p>
<p><b>An issue with management of RBAC roles when RU6 is partially deployed in the organization: </b>Due to changes shipped in this update, certain warnings can be displayed when managing RBAC roles, if RU6 is not yet deployed to all servers in the organization. Please see the following KB article for more information:</p>
<p>Managing RBAC roles might display warnings or errors if Exchange 2010 SP1 RU6 is partially deployed in the organization    <br /><a href="http://support.microsoft.com/kb/2638351">http://support.microsoft.com/kb/2638351</a></p>
<p><b>Note for Forefront users</b>: For those of you running Forefront Protection for Exchange, before installing the update, stop all Forefront services.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Rollup+6+for+Exchange+Server+2010+Service+Pack+1+http%3A%2F%2Ftinyurl.com%2F6a5wxzo" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/10/31/rollup-6-for-exchange-server-2010-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Management Console &amp; IE9 issue fixed</title>
		<link>http://www.wardvissers.nl/2011/10/21/exchange-management-console-ie9-issue-fixed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-management-console-ie9-issue-fixed</link>
		<comments>http://www.wardvissers.nl/2011/10/21/exchange-management-console-ie9-issue-fixed/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 12:05:49 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/10/21/exchange-management-console-ie9-issue-fixed/</guid>
		<description><![CDATA[The Exchange team made a fix available a fix to solve the issues when using the Management Console of Exchange 2007 or 2010 in conjunction with Internet Explorer 9. As you probably know, when using Internet Explorer 9 you can’t &#8230; <a href="http://www.wardvissers.nl/2011/10/21/exchange-management-console-ie9-issue-fixed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Exchange team made a fix available a fix to solve the issues when using the Management Console of Exchange 2007 or 2010 in conjunction with Internet Explorer 9.</p>
<p>As you probably know, when using Internet Explorer 9 you can’t close the Exchange Management Console properly as it gives you the error “You must close <a href="http://social.technet.microsoft.com/Forums/en-US/exchangesvradmin/thread/ea4e1ffe-472e-4508-9a14-0735ac6322ca/">all dialog boxes before you can close Exchange Management Console” having no dialogs open.</a></p>
<p><a href="http://eightwone.files.wordpress.com/2011/10/image_thumb1.png"><img title="You must close all dialog boxes before you can close Exchange Management Console" alt="" src="http://eightwone.files.wordpress.com/2011/10/image_thumb1.png?w=488&amp;h=188" width="488" height="188" /></a></p>
<p>To solve this issue, you had to use the Task Manager to force closing the EMC process using </p>
<p>To properly install the hotfix:</p>
<ol>
<li>Request hotfix ID 2624899 from support <a href="http://support.microsoft.com/contactus/?ws=support">here</a>. For a direct download link click <a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2624899">here</a>. </li>
<li>Download and install MS11-081 (2586448). You can retrieve this update <a href="http://technet.microsoft.com/en-us/security/bulletin/ms11-081">here</a>. </li>
<li>Install the hotfix ID 2624899. </li>
</ol>
<p>Microsoft states it expects to incorporate this fix in a future update of Internet Explorer 9.</p>
<p>While releasing a fix for the IE9 issue is great after all these month, I can’t help but wonder why the fix has not been made public.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+Management+Console+%26+IE9+issue+fixed+http%3A%2F%2Ftinyurl.com%2F67nk5b7" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/10/21/exchange-management-console-ie9-issue-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Really Nice Overview What&#8217;s New in Exchange Server 2010</title>
		<link>http://www.wardvissers.nl/2011/09/28/really-nice-overview-whats-new-in-exchange-server-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=really-nice-overview-whats-new-in-exchange-server-2010</link>
		<comments>http://www.wardvissers.nl/2011/09/28/really-nice-overview-whats-new-in-exchange-server-2010/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 18:37:09 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/09/28/really-nice-overview-whats-new-in-exchange-server-2010/</guid>
		<description><![CDATA[The Exchange Team created a really nice overview about What’s New in Exchange Server 2010. Just Click on the Picture go to the Exchange Team site about What’s New in Exchange Server 2010.]]></description>
			<content:encoded><![CDATA[<p>The Exchange Team created a really nice overview about What’s New in Exchange Server 2010.</p>
<p>Just Click on the Picture go to the Exchange Team site about What’s New in Exchange Server 2010.</p>
<p>     <a href="http://www.microsoft.com/exchange/en-us/whats-new.aspx?WT.mc_id=1017"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/54745e4382f4_120C7/image.png" width="652" height="952" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Really+Nice+Overview+What%E2%80%99s+New+in+Exchange+Server+2010+http%3A%2F%2Ftinyurl.com%2F3ep28lu" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/09/28/really-nice-overview-whats-new-in-exchange-server-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Exchange Server 2010 Performance on vSphere 5</title>
		<link>http://www.wardvissers.nl/2011/09/16/microsoft-exchange-server-2010-performance-on-vsphere-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-exchange-server-2010-performance-on-vsphere-5</link>
		<comments>http://www.wardvissers.nl/2011/09/16/microsoft-exchange-server-2010-performance-on-vsphere-5/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 14:46:47 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/09/16/microsoft-exchange-server-2010-performance-on-vsphere-5/</guid>
		<description><![CDATA[A white paper has been published that examines how Microsoft Exchange Server 2010 performs on vSphere 5 in terms of scaling up (adding more virtual CPUs) and scaling out (adding more VMs). Having the choice to scale up or out &#8230; <a href="http://www.wardvissers.nl/2011/09/16/microsoft-exchange-server-2010-performance-on-vsphere-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A white paper has been published that examines how Microsoft Exchange Server 2010 performs on vSphere 5 in terms of scaling up (adding more virtual CPUs) and scaling out (adding more VMs). Having the choice to scale up or out while maintaining a positive user experience gives IT more flexibility to right-size system deployments and maximize total cost of ownership with respect to licensing and hardware purchases.</p>
<p>Testing shows the effectiveness of vSphere 5 to add compute power by scaling up Exchange Server VMs, in increments, from 2 to 12 virtual CPUs. This allowed the total number of very heavy Exchange users to increase from 2,000 to 12,000 while sendmail latency remained well within the range of acceptable user responsiveness. Processor utilization remained low, at about 15% of the total host processing capacity for 12,000 very heavy Exchange users.</p>
<p>Testing also shows that scaling out to eight Exchange Server VMs supports a workload of up to 16,000 very heavy users, with the load consuming only 32% of the ESXi host processing capacity.</p>
<p>Additional tests were undertaken to show the performance improvements of vMotion and Storage vMotion in vSphere 5. vMotion migration time for a 4-vCPU Exchange mailbox server VM showed a 34% reduction in vSphere 5 over vSphere 4.1. Storage vMotion migration time for a 350GB database VMDK showed an 11% reduction in vSphere 5 over vSphere 4.1.   </p>
<p><a href="http://www.wardvissers.nl/wp-upload/7d1d6aff2abc_EBAC/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/7d1d6aff2abc_EBAC/image_thumb.png" width="554" height="341" /></a></p>
<p>For the full paper, see <a href="http://www.vmware.com/resources/techresources/10204" target="_blank">Microsoft Exchange Server 2010 Performance on vSphere 5</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+Exchange+Server+2010+Performance+on+vSphere+5+http%3A%2F%2Ftinyurl.com%2F6jjuve4" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/09/16/microsoft-exchange-server-2010-performance-on-vsphere-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Sizer for Microsoft Exchange Server 2010</title>
		<link>http://www.wardvissers.nl/2011/08/25/hp-sizer-for-microsoft-exchange-server-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hp-sizer-for-microsoft-exchange-server-2010</link>
		<comments>http://www.wardvissers.nl/2011/08/25/hp-sizer-for-microsoft-exchange-server-2010/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 18:11:14 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/08/25/hp-sizer-for-microsoft-exchange-server-2010/</guid>
		<description><![CDATA[At the moment I am busy to design a Exchange 2010 environment. The customer where I going to implement Exchange 2010 use only HP equipment. A great tool is the HP sizer for Exchange 2010. About the HP Sizer tool: &#8230; <a href="http://www.wardvissers.nl/2011/08/25/hp-sizer-for-microsoft-exchange-server-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At the moment I am busy to design a Exchange 2010 environment.    <br />The customer where I going to implement Exchange 2010 use only HP equipment.     </p>
<p>A great tool is the HP sizer for Exchange 2010. </p>
<p><strong>About the HP Sizer tool:      <br /></strong>Microsoft® Exchange Server 2010 is a complex application that requires intensive knowledge of deployment strategies, interdependencies, server and storage performance related issues.HP has developed the HP Sizer for Microsoft Exchange Server 2010 to assist customers with proper server and storage sizing for their Exchange Server 2010 deployments. The algorithms developed and implemented in this tool are based upon extensive testing of Exchange Server 2010 server roles and technologies, HP’s deep experience with Microsoft Exchange, and intricate knowledge of server CPU, memory, and I/O subsystems. This tool is free to download and use, and is designed to simplify configuration across a broad range of deployments. This newest Microsoft Exchange Server Sizer provides support for multiple site deployments, varied client types and access methods, all Exchange Server 2010 server roles, Database Availability Group (DAG) high availability options, choice of tower, rack mounted, or HP BladeSystem server platforms, and either direct attached or SAN-based storage solutions. Based on your input, the tool provides a comprehensive bill of materials along with a deployment overview of the Exchange Server 2010 server roles and storage configurations. Once this Sizer is installed, updates can be downloaded automatically to the underlying software engines that are necessary to provide support for HP server and storage product information details. </p>
<p>Please see the ‘What’s new” link on the home page of the Sizer (when installed on your system) for the most recent information.</p>
<p><img alt="" src="http://welcome.hp-ww.com/img/s.gif" width="0" height="10" /></p>
<p><img alt="" src="http://welcome.hp-ww.com/img/s.gif" width="0" height="1" />Download: <a href="http://sizers.houston.hp.com/sb/installs/Exchange2010_Sizer.zip">HP Sizer for Microsoft Exchange Server 2010</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=HP+Sizer+for+Microsoft+Exchange+Server+2010+http%3A%2F%2Ftinyurl.com%2F3llhsct" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/08/25/hp-sizer-for-microsoft-exchange-server-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rollup 5 for Exchange 2010 SP1</title>
		<link>http://www.wardvissers.nl/2011/08/24/rollup-5-for-exchange-2010-sp1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rollup-5-for-exchange-2010-sp1</link>
		<comments>http://www.wardvissers.nl/2011/08/24/rollup-5-for-exchange-2010-sp1/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 12:34:03 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/08/24/rollup-5-for-exchange-2010-sp1/</guid>
		<description><![CDATA[This update contains a number of customer-reported and internally found issues since the release of SP1. See &#8216;KB 2582113: Description of Update Rollup 5 for Exchange Server 2010 Service Pack 1&#8242; for more details. We want to let you know &#8230; <a href="http://www.wardvissers.nl/2011/08/24/rollup-5-for-exchange-2010-sp1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This update contains a number of customer-reported and internally found issues since the release of SP1. See &#8216;<a href="http://support.microsoft.com/kb/2582113">KB 2582113</a>: Description of Update Rollup 5 for Exchange Server 2010 Service Pack 1&#8242; for more details.</p>
<p>We want to let you know this rollup contains the Exchange 2010 SP1 version of the change described in this KB article: </p>
<p><a href="http://support.microsoft.com/kb/2543879">2543879</a> PDF attachment from a Mac Mail client is not displayed when you use Outlook 2010 to open the email message in an Exchange Server 2007 SP3 environment</p>
<p><strong>Most important fixes:</strong></p>
<p><a href="http://support.microsoft.com/kb/2556352">2556352</a> &quot;ChangeKey is required for this operation&quot; error message in Outlook for Mac 2011 in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2555850">2555850</a> You cannot delete a mailbox folder that starts with a special character in its name by using Outlook in an Exchange Server 2010 environment </p>
<p><a href="http://support.microsoft.com/kb/2499044">2499044</a> You cannot save attachments in an email message by using OWA if the subject line contains special characters in an Exchange Server 2010 environment</p>
<p><strong>Other Fixes:</strong></p>
<p><a href="http://support.microsoft.com/kb/2275156">2275156</a> The inline contents disposition is removed when you send a &quot;Content-Disposition: inline&quot; email message by using EWS in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2509306">2509306</a> Journal reports are expired or lost when the Microsoft Exchange Transport service is restarted in an Exchange Server 2010 environment </p>
<p><a href="http://support.microsoft.com/kb/2514766">2514766</a> A RBAC role assignee can unexpectedly run the Add-ADPermission command on an Exchange Server 2010 server that is outside the role assignment scope </p>
<p><a href="http://support.microsoft.com/kb/2529715">2529715</a> Slow network or replication issues after you change the number of virus scanning API threads in Microsoft Exchange Server 2010</p>
<p><a href="http://support.microsoft.com/kb/2536704">2536704</a> Mailbox users who are migrated by using ILM 2007 cannot use the Options menu in OWA in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2537094">2537094</a> French translation errors occur when you edit a response to a meeting request by using OWA in an Exchange Server 2010 SP1 environment</p>
<p><a href="http://support.microsoft.com/kb/2554604">2554604</a> A RBAC role assignee can unexpectedly manage certificates that are outside the role assignment scope in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2555800">2555800</a> You cannot use the GetItem operation in EWS to retrieve properties of an email message in an Exchange Server 2010 environment </p>
<p><a href="http://support.microsoft.com/kb/2556096">2556096</a> The columns in the .csv logging file are not lined up correctly when you perform a discovery search on a mailbox in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2556107">2556107</a> The columns in the .csv logging file are not lined up correctly when you perform a discovery search on a mailbox in an Exchange Server 2010 environment </p>
<p><a href="http://support.microsoft.com/kb/2556133">2556133</a> A device that uses Exchange ActiveSync cannot access mailboxes in an Exchange Server 2010 environment </p>
<p><a href="http://support.microsoft.com/kb/2556156">2556156</a> Extra.exe crashes when it performs RPC activity checks against an Exchange Server 2010 server </p>
<p><a href="http://support.microsoft.com/kb/2556407">2556407</a> Certain client-only message rules do not take effect on email messages that are saved as drafts in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2559926">2559926</a> &quot;There are no items to show in this view.&quot; error message when you try to view a folder by using Outlook in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2572958">2572958</a>&#160; The &quot;Test-OutlookConnectivity -Protocol HTTP&quot; command fails with an HTTP 401 error in an Exchange Server 2010 environment </p>
<p><strong>Download: Rollup 5 for Exchange 2010 SP1 </strong><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=731d0ebd-f094-4a37-aafa-78e1052780c5" target="_blank">Here</a></p>
<p><strong>Important Note for Forefront users:</strong> </p>
<p>For those of you running Forefront Security for Exchange, be sure you perform these important steps from the command line in the Forefront directory before and after this rollup&#8217;s installation process. Without these steps, Exchange services for Information Store and Transport will not start after you apply this update. Before installing the update, disable ForeFront by using this command: fscutility /disable. After installing the update, re-enable ForeFront by running fscutility /enable.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Rollup+5+for+Exchange+2010+SP1+http%3A%2F%2Ftinyurl.com%2F3dv7d3t" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/08/24/rollup-5-for-exchange-2010-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMCEAMAILTO issue causing &quot;Delivery has failed ..&quot;</title>
		<link>http://www.wardvissers.nl/2011/08/16/imceamailto-issue-causing-delivery-has-failed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=imceamailto-issue-causing-delivery-has-failed</link>
		<comments>http://www.wardvissers.nl/2011/08/16/imceamailto-issue-causing-delivery-has-failed/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 20:02:09 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/08/16/imceamailto-issue-causing-delivery-has-failed/</guid>
		<description><![CDATA[In Outlook 2007, when a user does a reply to some emails the E-mail Type: changes from the normal SMTP to MAILTO and then when the user sends the email it is rejected because either Outlook or our Exchange server &#8230; <a href="http://www.wardvissers.nl/2011/08/16/imceamailto-issue-causing-delivery-has-failed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In Outlook 2007, when a user does a reply to some emails the E-mail Type: changes from the normal SMTP to MAILTO and then when the user sends the email it is rejected because either Outlook or our Exchange server is adding @domain.nl to the end of the recipient’s email address.</p>
<p>This also happens with emails where the senders address is shown as a clickable option [mailto:persons.name@domain.co.uk].</p>
<p>Email address has been changed to Persons.name@domain.co.uk for confidentiality reasons.</p>
<p>Delivery has failed to these recipients or distribution lists:</p>
<p>&#8216;Persons.name@wardvissers.nl&#8217;   <br />A problem occurred during the delivery of this message. Microsoft Exchange will not try to redeliver this message for you. Please try resending this message later, or provide the following diagnostic text to your system administrator.</p>
<p>&#160; _____&#160; </p>
<p>Sent by Microsoft Exchange Server 2007</p>
<p>Diagnostic information for administrators:</p>
<p>Generating server: ward-ex01.wardvissers.nl</p>
<p>IMCEAMAILTO-Persons+2Ename+40domain+2Eco+2Euk@wardvissers.nl   <br />#550 5.4.4 ROUTING.NoNextHop; unable to route ##</p>
<p>Original message headers:</p>
<p>Received: from ward-ex01.wardvissers.nl ([fe80::d597:2413:93ab:cf17]) by ward-ex01.wardvissers.nl ([fe80::d597:2413:93ab:cf17%13]) with mapi; Thu, 14 Oct 2010 13:58:28 +0100   <br />Content-Type: application/ms-tnef; name=&quot;winmail.dat&quot;    <br />Content-Transfer-Encoding: binary    <br />From: Internal User &lt;Internal@wardvissers.nl&gt;    <br />To: &quot;&#8217;Persons.Name@domain.co.uk&#8217;&quot;    <br />&lt;IMCEAMAILTO-Persons+2Ename+40domain+2Eco+2Euk@wardvissers.nl&gt;    <br />Date: Thu, 14 Oct 2010 13:58:27 +0100    <br />Subject: email</p>
<p>Thread-Topic: email</p>
<p>Thread-Index: Actrn34QI8tEGRBCR/qQGIH5MxGgyA==   <br />Message-ID: &lt;DC037DCA5E8D0F4585E53F80A5599ADC02339D6B5325@ward-ex01.wardvissers.nl&gt;    <br />Accept-Language: en-US, en-GB    <br />Content-Language: en-US    <br />X-MS-Has-Attach: yes    <br />X-MS-TNEF-Correlator: &lt;DC037DCA5E8D0F4585E53F80A5599ADC02339D6B5325@ward-ex01.wardvissers.nl&gt;    <br />MIME-Version: 1.0    </p>
<p>Solution: <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-openmouthedsmile" alt="Open-mouthed smile" src="http://www.wardvissers.nl/wp-upload/f7f6ff7345f2_13321/wlEmoticon-openmouthedsmile.png" />    </p>
<p>Removing Microsft Office Word 2007 (KB2344993) update from the computer did the trick</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=IMCEAMAILTO+issue+causing+%22Delivery+has+failed+..%22+http%3A%2F%2Ftinyurl.com%2F3kob23u" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/08/16/imceamailto-issue-causing-delivery-has-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Rollup 4 for Exchange Server 2010 Service Pack 1</title>
		<link>http://www.wardvissers.nl/2011/06/22/update-rollup-4-for-exchange-server-2010-service-pack-1-kb2509910/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=update-rollup-4-for-exchange-server-2010-service-pack-1-kb2509910</link>
		<comments>http://www.wardvissers.nl/2011/06/22/update-rollup-4-for-exchange-server-2010-service-pack-1-kb2509910/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 20:36:15 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/06/22/update-rollup-4-for-exchange-server-2010-service-pack-1-kb2509910/</guid>
		<description><![CDATA[Microsoft has released Update Rollup 4 for Microsoft Exchange Server 2010 Service Pack 1 (SP1) Update Rollup 4 for Exchange Server 2010 SP1 resolves the issues that are described in the following Microsoft Knowledge Base (KB) articles: 2537099 &#34;80040154&#34; error &#8230; <a href="http://www.wardvissers.nl/2011/06/22/update-rollup-4-for-exchange-server-2010-service-pack-1-kb2509910/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<p>Microsoft has released Update Rollup 4 for Microsoft Exchange Server 2010 Service Pack 1 (SP1)</p>
<p>Update Rollup 4 for Exchange Server 2010 SP1 resolves the issues that are described in the following Microsoft Knowledge Base (KB) articles: </p>
<ul></ul>
<li>
<p><a href="http://support.microsoft.com/kb/2537099">2537099</a> &quot;80040154&quot; error message when you try to configure external Client Access namespaces on an Exchange Server 2010 server</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2536700">2536700</a> Outlook stops responding when you try to copy a folder to its subfolder by using Outlook in online mode in an Exchange Server 2010 SP1 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2536517">2536517</a> The Microsoft Exchange RPC Client Access service crashes intermittently on an Exchange Server 2010 server</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2536494">2536494</a> It takes a long time to return results when you perform an Advanced Find search on a mailbox by using Outlook in online mode in an Exchange Server 2010 SP1 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2535648">2535648</a> The EMC takes a long time to open in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2535130">2535130</a> Performance in Outlook or in OWA decreases when you use IMAP4 to access the contacts folder in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2535105">2535105</a> There is no option to disable the Availability service in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2533543">2533543</a> Event ID 2153 is logged on each database availability group member in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2533538">2533538</a> You cannot look up the free/busy information of a user who is located on an Exchange Server 2010 organization from another Exchange Server 2010 organization</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2533451">2533451</a> A RBAC role assignee can unexpectedly run the &quot;Update-FileDistributionService&quot; command on an Exchange Server 2010 server that is outside the role assignment scope</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2519359">2519359</a> &quot;Changes to the rule cannot be saved.&quot; error message when you try to create a reply rule by using Outlook in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2518850">2518850</a> You cannot receive email messages on a mobile phone by using ActiveSync in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2517088">2517088</a> Public folder conflict resolution does not work as usual in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2515259">2515259</a> &quot;The items could not be copied.&quot; error message when you run the Get-MailboxSearch cmdlet in an Exchange Server 2010 SP1 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2514709">2514709</a> Event ID 1001 after you successfully the install Exchange Server 2010 Unified Messaging server role</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2514574">2514574</a> The Exchange RPC Client Access service crashes in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2513723">2513723</a> The &quot;New-MailboxImportRequest&quot; cmdlet does not import all messages in a .pst file in the ANSI format in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2512023">2512023</a> &quot;GetUserOofSettings&quot;, &quot;SetUserOofSettings&quot; and &quot;GetUserAvailability&quot; operations do not support Exchange Impersonation on the Exchange Server 2010 SP1 schema</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2511897">2511897</a> You cannot send an email message to a mailbox for a brief period when you move the mailbox by using online move in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2507463">2507463</a> You cannot move a mailbox that contains a corrupted Search Folder in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2506820">2506820</a> The free/busy information does not display of a user whose mailbox is located on an Exchange Server 2003 server</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2506049">2506049</a> The hierarchy of a new public folder database on an Exchange Server 2010 SP1 server is not replicated</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2505968">2505968</a> (http://support.microsoft.com/kb/2505968/ ) The EdgeTransport.exe process crashes when you apply a rule that contains a bad email address in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2504453">2504453</a> You cannot retrieve statistical information about a public folder by using the &quot;Get-PublicFolderStatistics&quot; cmdlet in an Exchange Server 2010 SP1 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2503337">2503337</a> Comments of your meeting response message is missing when you decline a meeting request in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2501070">2501070</a> A RBAC role assignee can stop queue processing on an Exchange Server 2010 Hub Transport server or an Exchange Server 2010 Edge Transport server that is outside the role assignment scope</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2500903">2500903</a> A space is missing in the subject line of a &quot;Tentative&quot; meeting response in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2500648">2500648</a> &quot;There are no items to show in this view.&quot; error message when you try to view a folder in Outlook in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2495010">2495010</a> The EdgeTransport.exe process consumes 100% CPU usage on an Exchange Server 2010 Edge Transport server or an Exchange Server 2007 Edge Transport server </p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2493393">2493393</a> You cannot use ECP to perform a wipe on a mobile phone in an Exchange Server 2010 SP1 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2492068">2492068</a> The item cannot be saved to this folder.&quot; error message when try to post an item to a mail-disabled public folder in an Exchange Server 2010 SP1 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2491354">2491354</a> You cannot view the free/busy information of users in a mixed Exchange Server 2007 and Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2490134">2490134</a> A deferred delivery email message is not delivered by using Outlook 2007 in online mode in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2489964">2489964</a> An update enables range 0x-0x1F characters in the display name of an Exchange Server 2010 user account</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2489938">2489938</a> The &quot;Connect-ExchangeServer&quot; function does not change the target Exchange server in Exchange Server 2010</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2489130">2489130</a> A RBAC role assignee can unexpectedly change mailbox properties that are outside the management role group scope in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2488643">2488643</a> Outlook downloads duplicated POP3 email messages in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2479188">2479188</a> The iCal parts of an email message contain invalid entries when they are sent from an Exchange Server 2003 mailbox to an Exchange Server 2010 mailbox</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2477273">2477273</a> The DomainController parameter does not work when you use the &quot;MoveMailbox.ps1&quot; script to move mailboxes in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2471964">2471964</a> A NDR is sent to the sender when you move an email message to a personal folder file in an Exchange Server 2010 SP1 or a later version environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2467619">2467619</a> A user who manages a distribution group cannot remove another user whose mailbox is disabled in an Exchange Server 2010 environment</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2465292">2465292</a> &quot;MAPI_E_FAILONEPROVIDER (0x8004011D)&quot; error message when you access an Exchange Server 2010 mailbox by using a MAPI application</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2446908">2446908</a> ESE event descriptions are missing in Event Viewer when the Eseutil utility is called on an Exchange Server 2010 SP1 server</p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2394554">2394554</a> An email message is not delivered if it contains unsupported encoded characters in the subject line in an Exchange Server 2010 environment </p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2491951">2491951</a> You cannot install Exchange Server 2010 SP1 if the NetBIOS domain name of the domain controller contains an ampersand (&amp;) character </p>
</li>
<li>
<p><a href="http://support.microsoft.com/kb/2507066">2507066</a> Administrator audit logging is disabled unexpectedly during an Exchange Server 2010 SP1 installation        </p>
<p>Here you can download <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4c4dfa39-0f30-4462-a7d6-3c5c782f355d" target="_blank">Update Rollup 4 for Exchange Server 2010 Service Pack 1 (KB2509910)</a>&#160; </p>
</li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Update+Rollup+4+for+Exchange+Server+2010+Service+Pack+1+http%3A%2F%2Ftinyurl.com%2F6xy59pj" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/06/22/update-rollup-4-for-exchange-server-2010-service-pack-1-kb2509910/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;Exchange Server 2010 Technical Video Series&#8221; on TechCenter</title>
		<link>http://www.wardvissers.nl/2011/06/22/the-exchange-server-2010-technical-video-series-on-techcenter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-exchange-server-2010-technical-video-series-on-techcenter</link>
		<comments>http://www.wardvissers.nl/2011/06/22/the-exchange-server-2010-technical-video-series-on-techcenter/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 20:02:26 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/06/22/the-exchange-server-2010-technical-video-series-on-techcenter/</guid>
		<description><![CDATA[The Microsoft Exchange team has produced a new portfolio of videos designed to give customers a fundamental technical education on Exchange Server 2010. The objective of the video series is to provide an introductory curriculum for IT professionals to learn &#8230; <a href="http://www.wardvissers.nl/2011/06/22/the-exchange-server-2010-technical-video-series-on-techcenter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Microsoft Exchange team has produced a new portfolio of videos designed to give customers a fundamental technical education on Exchange Server 2010. </p>
<p>The objective of the video series is to provide an introductory curriculum for IT professionals to learn more about the benefits of Exchange Server 2010. While <a href="http://technet.microsoft.com/en-us/library/bb124558.aspx">TechNet</a> provides great technical documentation at a more granular level, this video series should help bridge the gap for those who are new to Exchange 2010 and still trying to learn about the technical fundamentals of the product.</p>
<p><img src="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-postimages/5483.TechVideoSeries1.jpg" /></p>
<p>Each video runs 20-30 minutes long and includes an overview of the workload as well as a technical demonstration of 3-4 core scenarios related to that workload. The “Exchange Server 2010 Technical Video Series” is hosted by Ann Vu and presented by subject matter experts from the Microsoft Exchange team. </p>
<p>The Video’s can you find <a href="http://www.microsoft.com/resources/technet/en-us/office/media/video/video.html?cid=extc&amp;videoId=54a7f9bc-eaf5-4f58-b0f8-73729f251ff7">HERE</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=The+%E2%80%9CExchange+Server+2010+Technical+Video+Series%E2%80%9D+on+TechCenter+http%3A%2F%2Ftinyurl.com%2F67jclwx" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/06/22/the-exchange-server-2010-technical-video-series-on-techcenter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Video&#8217;s from TechEd North America 2011</title>
		<link>http://www.wardvissers.nl/2011/06/08/exchange-videos-from-teched-north-america-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-videos-from-teched-north-america-2011</link>
		<comments>http://www.wardvissers.nl/2011/06/08/exchange-videos-from-teched-north-america-2011/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 18:11:34 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/06/08/exchange-videos-from-teched-north-america-2011/</guid>
		<description><![CDATA[Some interesting video’s from TechEd North America 2011 about Exchange 2010 EXL302 Archiving and Discovery in Microsoft Exchange 2010 SP1 and Exchange Online &#124; Krish Sundaresan EXL306 Best Practices for Virtualization of Microsoft Exchange 2010 &#124; Jim Lucey, Jeff Mealiffe &#8230; <a href="http://www.wardvissers.nl/2011/06/08/exchange-videos-from-teched-north-america-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some interesting video’s from TechEd North America 2011 about Exchange 2010 <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://www.wardvissers.nl/wp-upload/26546904d82d_B04C/wlEmoticon-smile.png" /></p>
<ul>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL302">EXL302</a> Archiving and Discovery in Microsoft Exchange 2010 SP1 and Exchange Online | Krish Sundaresan </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL306">EXL306</a> Best Practices for Virtualization of Microsoft Exchange 2010 | Jim Lucey, Jeff Mealiffe </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL307">EXL307</a> Load Balancing with Microsoft Exchange Server 2010 | Andrew Ehrensing </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL309">EXL309</a> Microsoft Exchange Online in Microsoft Office 365: Migration Case Study | John Logan, Danny Kim, Ann Vu </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL310">EXL310</a> Microsoft Exchange Online in Microsoft Office 365: Simple Migration Live! | Ram Poornalingam </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL311">EXL311</a> Microsoft Exchange Server and Microsoft Office 365: How to Set Up a Hybrid Deployment | Jim Lucey </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL312">EXL312</a> Designing Microsoft Exchange 2010 Mailbox High Availability for Failure Domains | Ross Smith IV </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL313">EXL313</a> Microsoft Exchange Server 2010 Tips and Tricks | Scott Schnoll </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL322">EXL322</a> Microsoft Exchange Online: Unified Messaging in Microsoft Office 365 | Michael Wilson </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL324">EXL324</a> Top 10 Insights on Development of Microsoft Exchange Server and Microsoft Lync Server 2010 against Microsoft Office 365 | Albert Kooiman, Robin Thomas </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL326">EXL326</a> What’s New in Microsoft Exchange Server 2010 SP2: Featuring <acronym>GAL</acronym> Segmentation | Greg Taylor </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL327">EXL327</a> Real-World Site Resilience Design in Microsoft Exchange Server 2010 | Robert Gillies </li>
<li><a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/EXL401">EXL401</a> Exchange Server 2010 High Availability Management and Operations | Scott Schnoll </li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+Video%E2%80%99s+from+TechEd+North+America+2011+http%3A%2F%2Ftinyurl.com%2F6elhefn" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/06/08/exchange-videos-from-teched-north-america-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kemp LoadMaster Sizing Guide for MS Exchange 2010</title>
		<link>http://www.wardvissers.nl/2011/06/06/kemp-loadmaster-sizing-guide-for-ms-exchange-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kemp-loadmaster-sizing-guide-for-ms-exchange-2010</link>
		<comments>http://www.wardvissers.nl/2011/06/06/kemp-loadmaster-sizing-guide-for-ms-exchange-2010/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 21:20:39 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/06/06/kemp-loadmaster-sizing-guide-for-ms-exchange-201/</guid>
		<description><![CDATA[Kemp released a cool tool: LoadMaster Sizing Guide for MS Exchange to see which of our products is best for you. Some info about Kemp: KEMP LoadMaster combines versatility with ease-of-use to speed deployment (see our step-by-step guidelines in the &#8230; <a href="http://www.wardvissers.nl/2011/06/06/kemp-loadmaster-sizing-guide-for-ms-exchange-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Kemp released a cool tool: <a href="http://www.kemptechnologies.com/emea/loadmaster-sizing-for-ms-exchange-2010.html">LoadMaster Sizing Guide for MS Exchange</a> to see which of our products is best for you.    </p>
<p>Some info about Kemp:    <br />KEMP LoadMaster combines versatility with ease-of-use to speed deployment (see our step-by-step guidelines in the <a href="http://www.kemptechnologies.com/fileadmin/content/downloads/documentation/5.1/KEMP_Exchange_2010_Deployment_Guide_5_1.pdf">LoadMaster Deployment Guide for Load Balancing MS Exchange 2010</a>) of the complete portfolio of advanced messaging applications and protocols used by Exchange 2010, including Outlook Web Access, Outlook Anywhere, ActiveSync, SMTP, POP3 and IMAP and RPC Client Access (Native MAPI). With built-in SSL acceleration and/or overlay, the LoadMaster offloads a key source of CPU drain to improve the capacity of Client Access Servers. Layer 7 healthchecking at the LoadMaster ensures that should one of the servers become inaccessible, the load balancer will take that server off-line, while automatically re-routing and reconnecting users to other functioning servers. Not quite ready to make the move to Exchange 2010? KEMP LoadMasters integrate seamlessly with earlier versions of Exchange as well.     <br /><a href="http://www.wardvissers.nl/wp-upload/Kemp-LoadMaster-Sizing-Guide-for-MS-Exch_146C0/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/Kemp-LoadMaster-Sizing-Guide-for-MS-Exch_146C0/image_thumb.png" width="366" height="206" /></a>    <br />Screenshot from de sizing tool:</p>
<p><a href="http://www.kemptechnologies.com/fileadmin/templates/sizingDoc/lme_calc_2k/lme_calc_2k_emea.htm" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/Kemp-LoadMaster-Sizing-Guide-for-MS-Exch_146C0/image_3.png" width="661" height="381" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Kemp+LoadMaster+Sizing+Guide+for+MS+Exchange+2010+http%3A%2F%2Ftinyurl.com%2F5wuavld" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/06/06/kemp-loadmaster-sizing-guide-for-ms-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone app for the Exchange Team Blog</title>
		<link>http://www.wardvissers.nl/2011/05/15/windows-phone-app-for-the-exchange-team-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-phone-app-for-the-exchange-team-blog</link>
		<comments>http://www.wardvissers.nl/2011/05/15/windows-phone-app-for-the-exchange-team-blog/#comments</comments>
		<pubDate>Sun, 15 May 2011 16:24:34 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/05/15/windows-phone-app-for-the-exchange-team-blog/</guid>
		<description><![CDATA[The Exchange Team Blog” app for your Windows Phone. You can download it from here or directly from the Marketplace on your Windows Phone. The app allows you to read our blog posts on the go. Some notable features are: &#8230; <a href="http://www.wardvissers.nl/2011/05/15/windows-phone-app-for-the-exchange-team-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Exchange Team Blog” app for your Windows Phone. You can download it from <a href="http://social.zune.net/redirect?type=phoneApp&amp;id=19625da5-d75b-e011-854c-00237de2db9e">here</a> or directly from the Marketplace on your Windows Phone.</p>
<p>The app allows you to read our blog posts on the go. Some notable features are:</p>
<ul>
<li>Favorite posts you love and refer them quickly </li>
<li>Follow our tweets from the same app </li>
<li>Quickly filter and read posts by tags/categories </li>
<li>Send us your suggestions </li>
<li>Share posts with your social networks </li>
</ul>
<p>Here are some screenshots:</p>
<p><img alt="" src="http://blogs.technet.com/cfs-filesystemfile.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-postimages/8322.EHLO_2D00_App1_2D00_1.png" /></p>
<p>Source: <a href="http://blogs.technet.com/b/exchange/archive/2011/05/13/announcing-a-windows-phone-app-for-the-exchange-team-blog.aspx">The Exchange Team Blog</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+Phone+app+for+the+Exchange+Team+Blog+http%3A%2F%2Ftinyurl.com%2F6kaxkvf" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/05/15/windows-phone-app-for-the-exchange-team-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GAL Photos in Exchange 2010 and Outlook 2010</title>
		<link>http://www.wardvissers.nl/2011/05/05/gal-photos-in-exchange-2010-and-outlook-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gal-photos-in-exchange-2010-and-outlook-2010</link>
		<comments>http://www.wardvissers.nl/2011/05/05/gal-photos-in-exchange-2010-and-outlook-2010/#comments</comments>
		<pubDate>Thu, 05 May 2011 13:52:32 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/05/05/gal-photos-in-exchange-2010-and-outlook-2010/</guid>
		<description><![CDATA[With Microsoft Exchange 2010 and Outlook 2010 &#38; Lync &#38; Sharepoint 2010 you can finally get photos into your global address list (GAL) and see just who’s who on your emails. You can do this on 2 way’s 1. Using &#8230; <a href="http://www.wardvissers.nl/2011/05/05/gal-photos-in-exchange-2010-and-outlook-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With Microsoft Exchange 2010 and Outlook 2010 &amp; Lync &amp; Sharepoint 2010 you can finally get photos into your global address list (GAL) and see just who’s who on your emails. You can do this on 2 way’s   </p>
<p><strong>1. Using Powershell <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://www.wardvissers.nl/wp-upload/120e97a11c6a_DA49/wlEmoticon-smile.png" /></strong></p>
<ol>
<p>A minor schema change</p>
<p>First stop, the AD Schema. A minor schema modification is required to flip the thumbnailPhoto attribute to make it replicate to the Global Catalog. </p>
<ol></ol>
<li>
<p>If you haven&#8217;t registered the Schema MMC snap-in on the server you want to make this change on, go ahead and do so using the following command: </p>
<p>Regsvr32 schmmgmt.dll</p>
</li>
<li>
<p>Fire up a MMC console (Start -&gt; Run -&gt; MMC) and add the Schema snap-in </p>
</li>
<li>
<p>In the Active Directory Schema snap-in, expand the Attributes node, and then locate the thumbnailPhoto attribute. (The Schema snap-in lists attributes by its ldapDisplayName). </p>
</li>
<li>
<p>In the Properties page, select Replicate this attribute to the Global Catalog, and click OK.</p>
<p><img src="http://blogs.technet.com/themes/exchange/images/454219_Outlook-Thumbnail-ReplicateToGC.png" /></p>
<p>Figure 1: Modifying the thumbnailPhoto attribute to replicate it to Global Catalog</p>
</li>
</ol>
<ol></ol>
<p><font style="font-weight: normal">Loading pictures into Active Directory</font></p>
<p>Now you can start uploading pictures to Active Directory using the <a href="http://technet.microsoft.com/en-us/library/dd351252.aspx">Import-RecipientDataProperty</a> cmdlet, as shown in this example:</p>
<p>Import-RecipientDataProperty -Identity &quot;Ward VIssers&quot; -Picture -FileData ([Byte[]]$(Get-Content -Path &quot;C:\pictures\wardvissers.jpg&quot; -Encoding Byte -ReadCount 0))</p>
<p>To perform a bulk operation you can use the <a href="http://technet.microsoft.com/en-us/library/bb123685.aspx">Get-Mailbox</a> cmdlet with your choice of filter (or use the <a href="http://technet.microsoft.com/en-us/library/aa996367.aspx">Get-DistributionGroupMember</a> cmdlet if you want to do this for members of a distribution group), and pipe the mailboxes to a foreach loop. You can also retrieve the user name and path to the thumbnail picture from a CSV/TXT file. </p>
<p><strong><font size="2">2. Using a Free tool like Outlook Photos from Exclaimer</font></strong></p>
<p>Download the Tool <a href="http://www.exclaimer.com/Download-Center/DownloadForm-OP.aspx" target="_blank">HERE</a>    </p>
<p>The tool is easy to use <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://www.wardvissers.nl/wp-upload/120e97a11c6a_DA49/wlEmoticon-smile.png" />.</p>
<p><strong>Prerequisites</strong></p>
<p><strong>User Preferences</strong></p>
<ul>
<p align="left">Domain user – The logged in user’ account is required to be an Active Directory account.     </p>
<p>Domain computer – The computer the user is logged into needs to be joined to an Active      <br /> Directory domain.      </p>
<p>Active Directory permissions – The logged in user must have permission to upload photos to the required Active Directory accounts. (Alternate credentials can be supplied or control of the thumbnailPhoto field can be delegated to the logged in user.)</p>
</ul>
<p><strong>Operating System</strong> </p>
<ul>
<li>Windows Server 2003 x86 (including all service pack levels). </li>
<li>Windows Server 2003 R2 x86 and x64 (including all service pack levels). </li>
<li>Windows Server 2008 x86 and x64 (including all service pack levels). </li>
<li>Windows Server 2008 R2 x86 and x64 (including all service pack levels). </li>
<li>Windows Small Business Server 2003 (including all service pack levels). </li>
<li>Windows Small Business Server 2008. </li>
<li>Windows Small Business Server 2011. </li>
<li>Windows XP x86 and x64 (including all service pack levels). </li>
<li>Windows Vista x86 and x64 (including all service pack levels). </li>
<li>Windows 7 x86 and x64 (including all service pack levels). </li>
</ul>
<p><strong>Other Software</strong></p>
<p>Microsoft Outlook 2010 x86 and x64</p>
<p>Microsoft .NET Framework 3.5 SP1 </p>
<p>Microsoft Exchange 2010 RTM and above</p>
<p><strong>Active Directory     </p>
<p></strong>You must be logged into an Active Directory domain to run the application. </p>
<p>Active Directory Forest    <br />Domain and Forest functional level of Windows Server 2008 and above.    <br />For Domain or Forest functional level of Windows Server 2003, the Windows Server 2008 Forest preparation must first be complete. </p>
<p><strong>Screenshots     <br /></strong>    <br />&#160; <a href="http://www.wardvissers.nl/wp-upload/120e97a11c6a_DA49/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/120e97a11c6a_DA49/image_thumb.png" width="244" height="188" /></a>&#160;<a href="http://www.wardvissers.nl/wp-upload/120e97a11c6a_DA49/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/120e97a11c6a_DA49/image_thumb_3.png" width="244" height="197" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=GAL+Photos+in+Exchange+2010+and+Outlook+2010+http%3A%2F%2Ftinyurl.com%2F43u8vug" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/05/05/gal-photos-in-exchange-2010-and-outlook-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Should Your Organization Deploy Microsoft&#174; Exchange?</title>
		<link>http://www.wardvissers.nl/2011/05/05/how-should-your-organization-deploy-microsoft-exchange/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-should-your-organization-deploy-microsoft-exchange</link>
		<comments>http://www.wardvissers.nl/2011/05/05/how-should-your-organization-deploy-microsoft-exchange/#comments</comments>
		<pubDate>Thu, 05 May 2011 11:27:48 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/05/05/how-should-your-organization-deploy-microsoft-exchange/</guid>
		<description><![CDATA[Microsoft released a white paper how to deploy Microsoft Exchange: as Exchange Server 2010 on-premises, Exchange Online with Microsoft Office 365 in the cloud, or using both in a temporary or permanent hybrid scenario. &#160; Knowing the benefits and limitations &#8230; <a href="http://www.wardvissers.nl/2011/05/05/how-should-your-organization-deploy-microsoft-exchange/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wardvissers.nl/wp-upload/f8603159b1cc_B863/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/f8603159b1cc_B863/image_thumb.png" width="240" height="71" /></a>    </p>
<p>Microsoft released a white paper how to deploy Microsoft Exchange: as Exchange Server 2010 on-premises, Exchange Online with Microsoft Office 365 in the cloud, or using both in a temporary or permanent hybrid scenario.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/f8603159b1cc_B863/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-upload/f8603159b1cc_B863/image_thumb_3.png" width="310" height="216" /></a></p>
<p>&#160;</p>
<p>Knowing the benefits and limitations of each deployment option can help you make the right decision for your organization. Whatever you decide, the deployment flexibility that Microsoft provides with Exchange makes it easier for you to get the right solution for your business.</p>
<p>Download <a href="http://www.microsoft.com/downloads/info.aspx?na=41&amp;SrcFamilyId=A5A674A0-0750-4CFE-AA9E-B715197EA328&amp;SrcDisplayLang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f4%2f2%2f3%2f4230F585-9883-4B98-9548-3FD76A9540FF%2fExchangeDeploymentOptionsWhitepaper.docx" target="_blank">HERE</a> the whitepaper</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=How+Should+Your+Organization+Deploy+Microsoft%C2%AE+Exchange%3F+http%3A%2F%2Ftinyurl.com%2F3f5gflf" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/05/05/how-should-your-organization-deploy-microsoft-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rollup 3 for Exchange Server 2010 Service Pack 1</title>
		<link>http://www.wardvissers.nl/2011/03/12/rollup-3-for-exchange-server-2010-service-pack-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rollup-3-for-exchange-server-2010-service-pack-1</link>
		<comments>http://www.wardvissers.nl/2011/03/12/rollup-3-for-exchange-server-2010-service-pack-1/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 17:39:55 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/03/12/rollup-3-for-exchange-server-2010-service-pack-1/</guid>
		<description><![CDATA[&#160; Microsoft releasd Update Rollup 3 for Exchange Server 2010 SP1 that&#160; resolves the following issues that are described in the following Microsoft Knowledge Base (KB) articles: 2506998 A call is disconnected when transferring the call from the main auto &#8230; <a href="http://www.wardvissers.nl/2011/03/12/rollup-3-for-exchange-server-2010-service-pack-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wardvissers.nl/wp-upload/c25123f249a4_42CA/exchange-2010.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="exchange 2010" border="0" alt="exchange 2010" src="http://www.wardvissers.nl/wp-upload/c25123f249a4_42CA/exchange-2010_thumb.png" width="244" height="114" /></a></p>
<p>&#160;</p>
<p>Microsoft releasd Update Rollup 3 for Exchange Server 2010 SP1 that&#160; resolves the following issues that are described in the following Microsoft Knowledge Base (KB) articles:</p>
<p><a href="http://support.microsoft.com/kb/2506998">2506998</a> A call is disconnected when transferring the call from the main auto attendant to an auto attendant that has a different language configured in an Exchange Server 2010 environmen</p>
<p><a href="http://support.microsoft.com/kb/2497682">2497682</a> The store.exe process crashes when you try to unmount an active copy of a mailbox database that is hosted by a mailbox server in an Exchange Server 2010 SP1 environmen</p>
<p><a href="http://support.microsoft.com/kb/2497669">2497669</a> A meeting request cannot be opened after you disable the &quot;Display sender&#8217;s name on messages&quot; option in the EMC on an Exchange Server 2010 server</p>
<p><a href="http://support.microsoft.com/kb/2494798">2494798</a> Certain email messages cannot be downloaded when you log on to an Exchange Server 2010 mailbox by using an IMAP4 client applicatio’n</p>
<p><a href="http://support.microsoft.com/kb/2494389">2494389</a> Unnecessary events are logged in the Application log when you run the &quot;Test-EcpConnectivity&quot; cmdlet in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2489822">2489822</a> &quot;The Mailbox you are trying to access isn&#8217;t currently available&quot; error when you use OWA Premium to try to delete an item that is in a shared mailbox</p>
<p><a href="http://support.microsoft.com/kb/2489713">2489713</a> Exchange Server 2010 SP1 supports the remote archive feature after an update changes Outlook cookies name</p>
<p><a href="http://support.microsoft.com/kb/2489602">2489602</a> The &quot;Get-FederationInformation&quot; cmdlet cannot query federation information from an external Exchange organization in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2487852">2487852</a> &quot;You do not have sufficient permissions. This operation can only be performed by a manager of the group.&quot; error message when you try to change the &quot;ManagedBy&quot; attribute in an Exchange Server 2010 SP1 environment</p>
<p><a href="http://support.microsoft.com/kb/2487501">2487501</a> The body of an email message is empty when you try to use an IMAP client application to read it in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2484862">2484862</a> You cannot read an email message by using an IMAP client in an Exchange Server 2010 environment’</p>
<p><a href="http://support.microsoft.com/kb/2482471">2482471</a> A content search fails in an IMAP client application that connects to an Exchange Server 2010 mailbox</p>
<p><a href="http://support.microsoft.com/kb/2482103">2482103</a> It takes a long time to expand a distribution list by using EWS in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2482100">2482100</a> You cannot create or update an inbox rule that specifies the &quot;NoResponseNecessary&quot; value by using EWS in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2481283">2481283</a> Various issues occur after you use Outlook to sign and then forward an email message in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2479875">2479875</a> The Microsoft Exchange Mailbox Replication Service service crashes when you run the &quot;New-MailboxImportRequest&quot; cmdlet to import a .pst file into a mailbox in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2479227">2479227</a> Forwarding rule does not function and the EdgeTransport.exe process crashes on an Exchange Server 2010 server</p>
<p><a href="http://support.microsoft.com/kb/2476973">2476973</a> Event ID 2168 is logged when you try to back up Exchange data from a DAG in an Exchange Server 2010 SP1 environment</p>
<p><a href="http://support.microsoft.com/kb/2469341">2469341</a> Various issues occur after you forward a signed email message by using Outlook in online mode in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2468514">2468514</a> OWA 2010 removes Calendar links that you add into multiple calendar groups by using Outlook 2010 calendar</p>
<p><a href="http://support.microsoft.com/kb/2467565">2467565</a> You cannot install an update rollup for Exchange Server 2010 with a deployed GPO that defines a PowerShell execution policy for the server to be updated</p>
<p><a href="http://support.microsoft.com/kb/2464564">2464564</a> You cannot change your password if the user name that you type in OWA is in UPN format when you enable Exchange Server 2010 SP1 Password Reset Tool</p>
<p><a href="http://support.microsoft.com/kb/2463858">2463858</a> A request to join a distribution group does not contain the distribution group name in an Exchange Server 2010 SP1 environment</p>
<p><a href="http://support.microsoft.com/kb/2463798">2463798</a> Users may experience a decrease in performance in Outlook or in OWA when you use IMAP4 to access the calendar folder in an Exchange Server 2010 SP1 environment</p>
<p><a href="http://support.microsoft.com/kb/2458543">2458543</a> A memory leak occurs in the Exchange RPC Client Access service on Exchange Server 2010 servers</p>
<p><a href="http://support.microsoft.com/kb/2458522">2458522</a> Entries disappear from a junk email blocked list or a junk email safe list after you install Exchange Server 2010 SP1</p>
<p><a href="http://support.microsoft.com/kb/2457868">2457868</a> &quot;HTTP Error 400 Bad Request&quot; error message when you use OWA in Exchange Server 2010 SP1 to receive instant messages by using Internet Explorer 9</p>
<p><a href="http://support.microsoft.com/kb/2457688">2457688</a> Error message when you try to add an external email address to the safe sender list in OWA in an Exchange Server 2010 SP1 environment</p>
<p><a href="http://support.microsoft.com/kb/2457304">2457304</a> You receive a synchronization failed email message when you synchronize your mobile device by using ActiveSync on an Exchange Server 2010 mailbox</p>
<p><a href="http://support.microsoft.com/kb/2451101">2451101</a> 7BIT is not in quotation marks when you use the &quot;FETCH (BODYSTRUCTURE)&quot; command to request for a specific message in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2447629">2447629</a> vent ID 4999 is logged when the Exchange Mail Submission Service crashes intermittently on an Exchange Server 2010 Mailbox server</p>
<p><a href="http://support.microsoft.com/kb/2445121">2445121</a> memory leak occurs in the Microsoft.Exchange.Monitoring.exe process when you run the &quot;Test-OwaConnectivity&quot; cmdlet or the &quot;Test-ActiveSyncConnectivity&quot; cmdlet in the EMS on an Exchange Server 2010 server</p>
<p><a href="http://support.microsoft.com/kb/2443688">2443688</a> Event ID 10003 and Event ID 4999 are logged when the EdgeTransport.exe process on an Exchange Server 2010 server crashes</p>
<p><a href="http://support.microsoft.com/kb/2432494">2432494</a> You cannot view the mailbox database copies that are hosted on certain Mailbox servers by using the Exchange Management Console after you install Exchange Server 2010 SP1</p>
<p><a href="http://support.microsoft.com/kb/2426952">2426952</a> You cannot remove a mailbox database copy from a database on an Exchange Server 2010 server</p>
<p><a href="http://support.microsoft.com/kb/2424801">2424801</a> The Microsoft Exchange Service Host service on an Exchange Server 2010 server crashes</p>
<p><a href="http://support.microsoft.com/kb/2423754">2423754</a> The recipient response status is incorrect after you add another user to an occurrence of a meeting request in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2417084">2417084</a> A public folder disappears from the Public Folder Favorites list of an Exchange Server 2010 mailbox</p>
<p><a href="http://support.microsoft.com/kb/2410571">2410571</a> A RBAC role assignee can unexpectedly change permissions of mailboxes that are outside the role assignment scope in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2398431">2398431</a> Using Pipelining in SMTP to check email addresses does not work correctly when you disable tarpitting functionality on a Receive connector in an Exchange Server 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2277649">2277649</a> You receive misleading information when you run the &quot;New-TestCasConnectivityUser.ps1&quot; script on an Exchange Server 2010 server</p>
<p><a href="http://support.microsoft.com/kb/2009942">2009942</a> Folders take a long time to update when an Exchange Server 2010 user uses Outlook 2003 in online mode     </p>
<p>You can download the update <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=413b8979-76b8-4be4-a18b-015d025eb368&amp;displaylang=en" target="_blank">HERE</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Rollup+3+for+Exchange+Server+2010+Service+Pack+1+http%3A%2F%2Ftinyurl.com%2F4t5zuac" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/03/12/rollup-3-for-exchange-server-2010-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Public Folder Database requirement</title>
		<link>http://www.wardvissers.nl/2011/03/08/exchange-2010-public-folder-database-requirement/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-2010-public-folder-database-requirement</link>
		<comments>http://www.wardvissers.nl/2011/03/08/exchange-2010-public-folder-database-requirement/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 17:12:19 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/03/08/exchange-2010-public-folder-database-requirement/</guid>
		<description><![CDATA[Current Status: Issue with mitigation Unlike Outlook 2007 and 2010, Outlook 2003 clients rely on public folders. If a public folder database doesn’t exist, Outlook 2003 users will be blocked from connecting to their Exchange 2010 mailbox and receive the &#8230; <a href="http://www.wardvissers.nl/2011/03/08/exchange-2010-public-folder-database-requirement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1><strong>Current Status:</strong> Issue with mitigation </h1>
<p>Unlike Outlook 2007 and 2010, Outlook 2003 clients rely on public folders. If a public folder database doesn’t exist, Outlook 2003 users will be blocked from connecting to their Exchange 2010 mailbox and receive the error message shown in Figure 8.</p>
<p><img alt="" src="http://social.technet.microsoft.com/wiki/resized-image.ashx/__size/550x0/__key/CommunityServer-Wikis-Components-Files/00-00-00-00-05/6305.Fig_5F00_7.jpg" /><strong>      <br />Figure 8:</strong> Error message when an Outlook 2003 user connects to an Exchange 2010 mailbox </p>
<p>There are several reasons why a public folder database is required for Outlook 2003 client. First, Outlook 2003 in cached mode uses the “OFFLINE ADDRESS BOOK” system folder to download the offline address book (OAB) and the “SCHEDULE+ FREE BUSY” to retrieve and update free/busy information.</p>
<p><img alt="" src="http://social.technet.microsoft.com/wiki/resized-image.ashx/__size/550x0/__key/CommunityServer-Wikis-Components-Files/00-00-00-00-05/1638.Fig_5F00_8.jpg" /><strong>      <br />Figure 9:</strong> Offline Address Book and Schedule+ Free Busy system folders </p>
<p>Second, if you’re installing Exchange 2010 into an existing Exchange organization running Exchange 2007, it’s important you add the Exchange 2010 public folder database to the replica list of the “SCHEDULE+ FREE BUSY” folder. If this step isn’t completed, users who use Outlook 2003 cannot publish their free/busy data in Exchange Server 2010. Instead hash marks appear in the free/busy data for these users. More information as well as the steps that can be used to remediate this issue can be found in the following KB article: </p>
<ul>
<li><a href="http://support.microsoft.com/kb/945602">Users who use Outlook 2003 cannot publish their free/busy data in Exchange Server 2010 or in Exchange Server 2007</a> </li>
</ul>
<p>Special Thanks to <a title="http://social.technet.microsoft.com/profile/henrik%20walther/" href="http://social.technet.microsoft.com/profile/henrik%20walther/">Henrik Walther</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+2010+Public+Folder+Database+requirement+http%3A%2F%2Ftinyurl.com%2F6l3zx6u" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/03/08/exchange-2010-public-folder-database-requirement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concern: Is having Outlook 2003 clients going to prevent me from deploying Exchange 2010</title>
		<link>http://www.wardvissers.nl/2011/03/01/concern-is-having-outlook-2003-clients-going-to-prevent-me-from-deploying-exchange-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=concern-is-having-outlook-2003-clients-going-to-prevent-me-from-deploying-exchange-2010</link>
		<comments>http://www.wardvissers.nl/2011/03/01/concern-is-having-outlook-2003-clients-going-to-prevent-me-from-deploying-exchange-2010/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 20:35:59 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/03/01/concern-is-having-outlook-2003-clients-going-to-prevent-me-from-deploying-exchange-2010/</guid>
		<description><![CDATA[OVERALL STATUS: No, having Oulook 2003 clients is not a deployment blocker. However, you need to understand the following sections and make configuration changes as applicable. Back since November 9th, 2009 where Exchange Server 2010 released to manufacturing (RTM), there &#8230; <a href="http://www.wardvissers.nl/2011/03/01/concern-is-having-outlook-2003-clients-going-to-prevent-me-from-deploying-exchange-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>OVERALL STATUS:</strong> <em>No, having Oulook 2003 clients is not a deployment blocker. However, you need to understand the following sections and make configuration changes as applicable.</em></p>
<p>Back since November 9th, 2009 where Exchange Server 2010 released to manufacturing (RTM), there have been a growing concern around whether enterprises are prevented from upgrading or migrating their current Exchange 2003 or Exchange 2007 based messaging infrastructure to Exchange 2010, if Outlook 2003 clients is used within the organization. </p>
<p>But in&#160; this article includes are a few additional concerns about Exchange 2010 and Outlook 2003    </p>
<p><a title="http://www.wardvissers.nl/2011/03/01/exchange-2010-lack-support-for-udp-notifications/" href="http://www.wardvissers.nl/2011/03/01/exchange-2010-lack-support-for-udp-notifications/" target="_blank">Exchange 2010 lack support for UDP Notifications</a></p>
<p><a title="http://www.wardvissers.nl/2011/02/10/exchange-2010-exchange-server-name-appears-as-instance-guid/" href="http://www.wardvissers.nl/2011/02/10/exchange-2010-exchange-server-name-appears-as-instance-guid/">Exchange 2010 Exchange Server name appears as Instance – &lt;GUID&gt;</a></p>
<p><a title="http://www.wardvissers.nl/2011/03/01/exchange-2010-outlook-2003-offline-address-book-oab/" href="http://www.wardvissers.nl/2011/03/01/exchange-2010-outlook-2003-offline-address-book-oab/" target="_blank">Exchange 2010 &amp; Outlook 2003 Offline Address Book (OAB)</a></p>
<p><a title="http://www.wardvissers.nl/2011/03/01/exchange-2010-rpc-over-http-connectivity/" href="http://www.wardvissers.nl/2011/03/01/exchange-2010-rpc-over-http-connectivity/" target="_blank">Exchange 2010 RPC over HTTP Connectivity</a></p>
<p><a title="http://www.wardvissers.nl/2011/02/21/exchange-2010-opening-multiple-shared-calendars-additional-mailboxes/" href="http://www.wardvissers.nl/2011/02/21/exchange-2010-opening-multiple-shared-calendars-additional-mailboxes/" target="_blank">Exchange 2010 Opening multiple shared calendars &amp; additional mailboxes</a></p>
<p><a title="http://www.wardvissers.nl/2011/02/11/exchange-2010-rpc-encryption-requirement/" href="http://www.wardvissers.nl/2011/02/11/exchange-2010-rpc-encryption-requirement/" target="_blank">Exchange 2010 RPC Encryption Requirement</a>     </p>
<p><a title="http://www.wardvissers.nl/2011/03/08/exchange-2010-public-folder-database-requirement/" href="http://www.wardvissers.nl/2011/03/08/exchange-2010-public-folder-database-requirement/" target="_blank">Exchange 2010 Public Folder Database requirement</a>    </p>
<p><a href="http://www.wardvissers.nl/wp-upload/7be368872687_F060/exchange-2010.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="exchange 2010" border="0" alt="exchange 2010" src="http://www.wardvissers.nl/wp-upload/7be368872687_F060/exchange-2010_thumb.png" width="244" height="114" /></a>     </p>
<p>Special Thanks to <a title="http://social.technet.microsoft.com/profile/henrik%20walther/" href="http://social.technet.microsoft.com/profile/henrik%20walther/">Henrik Walther</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Concern%3A+Is+having+Outlook+2003+clients+going+to+prevent+me+from+deploying+Exchange+2010+http%3A%2F%2Ftinyurl.com%2F4aryuby" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/03/01/concern-is-having-outlook-2003-clients-going-to-prevent-me-from-deploying-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

