<?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>Philip Flint &#187; Exchange 2010</title>
	<atom:link href="http://philipflint.com/category/it/exchange-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://philipflint.com</link>
	<description>www.philipflint.com</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:41:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to install Exchange 2010</title>
		<link>http://philipflint.com/2009/11/17/how-to-install-exchange-2010/</link>
		<comments>http://philipflint.com/2009/11/17/how-to-install-exchange-2010/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:52:43 +0000</pubDate>
		<dc:creator>Philip Flint</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://philipflint.com/?p=364</guid>
		<description><![CDATA[Exchange 2010 shipped just over a week ago so I thought it a good time just to walk through a quick and easy way to get Exchange installed on a single server. Note that this isn&#8217;t a guide to upgrading your existing environment, just walking you through how to get Exchange installed into a pristine [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">Exchange 2010 shipped just over a week ago so I thought it a good time just to walk through a quick and easy way to get Exchange installed on a single server. Note that this isn&#8217;t a guide to upgrading your existing environment, just walking you through how to get Exchange installed into a pristine environment.</div>
<p>In my lab I have a domain called philipflint.com and a domain controller called DC1. I&#8217;ll be installing Exchange on a server called EXCH1 with the CAS, Hub Transport and Mailbox roles. All servers will be running WIndows Server 2008 R2 Enterprise Edition for no reason other than that&#8217;s what I tend to install in my labs. Certainly, everything in this post will work on Standard Edition.</p>
<p>One trick that will save you time is installing the required pre-requisites. These are listed <a href="http://technet.microsoft.com/en-us/library/bb691354(EXCHG.140).aspx">here</a>. Simply find the list of roles you want to install an the operating system that will be hosting Exchange and copy and paste the commands.</p>
<p>As I will be running Windows Server 2008 R2 with all three roles on the server I first install the 2007 Office System Converter Pack found <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=60C92A37-719C-4077-B5C6-CAC34F4227CC&amp;displaylang=en">here</a>. This is a very simple installation of the next, next, next variety. After installing the pack, we start PowerShell (See the blue Icon next to the start button) and then run the command <strong>Import-Module ServerManager</strong>. To do this, and run subsequent commands, we need to run PowerShell as an Administrator. Simply right click the PowerShell icon and choose &#8220;<strong>Run As Administrator</strong>&#8220;.</p>
<p> </p>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal1.png" alt="" /></p>
<p> </p>
<p>Powershell Icon above.</p>
<p> </p>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal2.png" alt="" /></p>
<p> </p>
<p>This imports the ServerManager cmdlts into PowerShell. Once this is done we can run the commands that install our pre-requisites. For a typical installation these are:</p>
<p><strong><em><span style="color:black">Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart</span><br />
</em></strong></p>
<div class="mceTemp">
<div id="attachment_348" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal3.png"><img class="size-thumbnail wp-image-348" title="111709_0850_Howtoinstal3.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal3-150x96.png" alt="Click to Enlarge" width="150" height="96" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
</div>
<p> </p>
<p>Once the pre-requisites are installed, the server will reboot. After rebooting we need to start an elevated PowerShell command prompt (by right clicking the icon and choosing &#8220;<strong>Run As Administrator</strong>&#8220;) and run the command <strong>Set-Service NetTcpPortSharing -StartupType Automatic</strong>. Now we&#8217;re ready to install. Simply insert the DVD or double click on setup.exe on the DVD drive.</p>
<p>The first step after installing the pre-requisites is to choose an installation language (Step 3 on the GUI). When you click on it you get the selection below.</p>
<p> </p>
<div class="mceTemp">
<div id="attachment_349" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal4.png"><img class="size-thumbnail wp-image-349" title="111709_0850_Howtoinstal4.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal4-150x112.png" alt="Click to Enlarge" width="150" height="112" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
</div>
<p>I choose &#8220;<strong>Install only languages from the DVD</strong>&#8220;. You&#8217;re then free to move to Step 4 &#8220;<strong>Install Microsoft Exchange</strong>&#8221; !</p>
<p> </p>
<div id="attachment_350" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal5.png"><img class="size-thumbnail wp-image-350" title="111709_0850_Howtoinstal5.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal5-150x112.png" alt="Click to Enlarge" width="150" height="112" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p> </p>
<p>The installation will start and take you through the guided installation wizard. First, click Next on the introduction screen.</p>
<div id="attachment_351" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal6.png"><img class="size-thumbnail wp-image-351" title="111709_0850_Howtoinstal6.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal6-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>Read and Accept the license agreement if you want to continue.</p>
<div id="attachment_352" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal7.png"><img class="size-thumbnail wp-image-352" title="111709_0850_Howtoinstal7.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal7-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>If you prefer to make Exchange a more stable product for all users, enable error reporting and click on <strong>Next</strong>.</p>
<p> </p>
<div id="attachment_353" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal8.png"><img class="size-thumbnail wp-image-353" title="111709_0850_Howtoinstal8.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal8-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>For a typical installation, leave the selection at its default. Here, you can change the placement of installation binaries, For large scale or more secure systems you may want to move the binaries to separate spindles or a different location.</p>
<div id="attachment_354" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal9.png"><img class="size-thumbnail wp-image-354" title="111709_0850_Howtoinstal9.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal9-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p> </p>
<p>For more complicated installations, select <strong>Custom Exchange Server Installation</strong>. Even though I am going to perform a typical installation I show below the Custom Installation screen.</p>
<p> </p>
<p> </p>
<div id="attachment_355" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal10.png"><img class="size-thumbnail wp-image-355" title="111709_0850_Howtoinstal10.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal10-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>Notice the difference between Exchange Server 2007 and Exchange Server 2010 ? There are no choices for clustered mailbox servers as Exchange 2010 now uses Database Availability Groups (DAG) for replicating databases.</p>
<p>As this is a pristine installation, we&#8217;re now asked to give our Exchange Organization a name (this would not be the case if we were installing into an existing installation).</p>
<div id="attachment_356" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal11.png"><img class="size-thumbnail wp-image-356" title="111709_0850_Howtoinstal11.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal11-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>We&#8217;re then asked if we require a public folder database to support connectivity from Outlook 2003 / Entourage for Mac clients. Depending on your corporate policy you may want to create public folders but for a pristine implementation running up to date clients then I would consider not using Public Folders at all.</p>
<div id="attachment_357" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal12.png"><img class="size-thumbnail wp-image-357" title="111709_0850_Howtoinstal12.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal12-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p> </p>
<p>If your CAS servers (Outlook Web Access, Active Sync, Outlook Anywhere) are internet facing then you can enter the public URL for this service.</p>
<p> </p>
<div id="attachment_358" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal13.png"><img class="size-thumbnail wp-image-358" title="111709_0850_Howtoinstal13.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal13-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p> </p>
<p>Again, if you want to improve future editions of Microsoft Exchange the sign up for the Customer Experience Improvement program.</p>
<p> </p>
<div id="attachment_359" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal14.png"><img class="size-thumbnail wp-image-359" title="111709_0850_Howtoinstal14.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal14-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p> </p>
<p>The installation will then perform its readiness checks to ensure that the server meets the basic pre-requisites for installation of Exchange. You will no doubt note that I have not performed any schema , forest or domain preparation. I am installing Exchange as the forest root administrator and so installation will proceed as expected. For larger implementations then Active Directory may need to be extended and prepared from on one of the Domain Controllers. A note should be taken that, if we prepare the domain, no Exchange 2007 or earlier servers will be able to be added to the Organization.</p>
<div id="attachment_360" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal15.png"><img class="size-thumbnail wp-image-360" title="111709_0850_Howtoinstal15.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal15-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p> </p>
<p>You can now click on <strong>Install</strong> to install the binaries. When the installation has completed, check that everything installed OK and click on <strong>Finish</strong></p>
<div id="attachment_361" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal16.png"><img class="size-thumbnail wp-image-361" title="111709_0850_Howtoinstal16.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal16-150x131.png" alt="Click to Enlarge" width="150" height="131" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p>The Exchange Management Console will open but leave that for a bit and go back to the setup screen. The final choice is to <strong>Get Critical Updates for Microsoft Exchange</strong>.</p>
<p> </p>
<div id="attachment_362" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal17.png"><img class="size-thumbnail wp-image-362" title="111709_0850_Howtoinstal17.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal17-150x112.png" alt="Click to Enlarge" width="150" height="112" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p> </p>
<p>Clicking on the link will take you to the Microsoft Updates site where you can agree to download updates for software other than just Microsoft Windows (i.e. Exchange Server). Simply follow the wizard through to update your software.</p>
<div id="attachment_363" class="wp-caption alignnone" style="width: 160px"><a href="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal18.png"><img class="size-thumbnail wp-image-363" title="111709_0850_Howtoinstal18.png" src="http://philipflint.com/wp-content/uploads/2009/11/111709_0850_Howtoinstal18-150x100.png" alt="Click to Enlarge" width="150" height="100" /></a><p class="wp-caption-text">Click to Enlarge</p></div>
<p> </p>
<p>That now gets you to the point that you have a basic installation of Exchange. This doesn&#8217;t mean that you have a <strong>working</strong> copy of Exchange, we have merely installed the binaries on the server. In my next post I walk you through configuring Exchange for the first time.</p>
]]></content:encoded>
			<wfw:commentRss>http://philipflint.com/2009/11/17/how-to-install-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtualisation and Exchange 2010 DAG</title>
		<link>http://philipflint.com/2009/11/07/virtualisation-and-exchange-2010-dag/</link>
		<comments>http://philipflint.com/2009/11/07/virtualisation-and-exchange-2010-dag/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 21:42:36 +0000</pubDate>
		<dc:creator>Philip Flint</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://philipflint.com/?p=297</guid>
		<description><![CDATA[Just a quick note &#8211; are you supported if you virtualise Exchange 2010 mailbox servers hosting Database Availability Groups ? The short answer is &#8220;yes&#8221;. The long answer is &#8220;Yes &#8230;.. unless you want to use Live Migration / XenMotion / VMotion &#8230; then you are NOT supported&#8221;. To explain, DAG is a high availability [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note &#8211; are you supported if you virtualise Exchange 2010 mailbox servers hosting Database Availability Groups ? The short answer is &#8220;yes&#8221;. The long answer is &#8220;Yes &#8230;.. unless you want to use Live Migration / XenMotion / VMotion &#8230; then you are NOT supported&#8221;.</p>
<p>To explain, DAG is a high availability strategy in and of itself. If you want to virtualise servers hosting DAG then you may but those servers should run on stand alone virtualisation hosts. Layering any sort of hardware higher availability on top of DAG high availability will invalidate your support. In truth, this shouldn&#8217;t be an issue as virtualisation only provides redundancy at the hardware level with Live Migration / XenMotion / VMotion whereas Exchange DAG provides hardware, O/S, binary and data redundancy (i.e. full redundancy) but you should take account of this in any plans you have for virtualising Exchange 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://philipflint.com/2009/11/07/virtualisation-and-exchange-2010-dag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forcing Exchange to use specific Domain Controllers</title>
		<link>http://philipflint.com/2009/11/02/forcing-exchange-to-use-specific-domain-controllers/</link>
		<comments>http://philipflint.com/2009/11/02/forcing-exchange-to-use-specific-domain-controllers/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 23:46:36 +0000</pubDate>
		<dc:creator>Philip Flint</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Active Directory]]></category>

		<guid isPermaLink="false">http://philipflint.com/?p=92</guid>
		<description><![CDATA[When you read Microsoft&#8217;s sizing guides then the basic advice for mailbox servers, for example, is to use 4 processor cores for Exchange for every 1 Active Directory processor core (Exchange 2007 with AD running on 32 bit). However, the situation you often get is that the domain controllers exist in a data centre servicing [...]]]></description>
			<content:encoded><![CDATA[<p>When you read Microsoft&#8217;s sizing guides then the basic advice for mailbox servers, for example, is to use 4 processor cores for Exchange for every 1 Active Directory processor core (Exchange 2007 with AD running on 32 bit). However, the situation you often get is that the domain controllers exist in a data centre servicing many solutions or even in a server room servicing user logons and so you can&#8217;t really assign specific domain controllers to service just Exchange. Now, what you can do is tell Exchange to just use certain DC&#8217;s but this doesn&#8217;t stop those DC&#8217;s from servicing other requests. But, there is a solution &#8230;.. Active Directory sites.</p>
<p>As you know, Active Directory &#8220;knows&#8221; which Domain Controller to direct a logon request to by using the clients IP address and directing the request to a domain controller in the same site as the user (or another site assigned to the users IP subnet). But requests are directed to the &#8220;most likely&#8221; subnet or, to put it another way &#8220;best match&#8221; subnet. Where this leads us to is that you can use subnets in Active Directory Sites and Services to direct logon requests.</p>
<p>For example, your data centre may have the subnet 10.1.1.0/24 (10.1.1.0, 255.255.255.0) and you may have the following servers.</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup span="1">
<col style="width: 141px;" span="1"></col>
<col style="width: 151px;" span="1"></col>
</colgroup>
<tbody>
<tr style="background: #850000">
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt"><span style="color:white">Server</span></td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid black 0.5pt; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt"><span style="color:white">IP Address</span></td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">DC1</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">10.1.1.1</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">DC2</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">10.1.1.2</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">SQL1</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">10.1.1.3</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">SQL2</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">10.1.1.4</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">DC3</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">10.1.1.5</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">DC4</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">10.1.1.6</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">Exchange1</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">10.1.1.7</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">Exchange2</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">10.1.1.8</td>
</tr>
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  solid black 0.5pt; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">Backup1</td>
<td style="padding-left: 7px; padding-right: 7px; border-top:  none; border-left:  none; border-bottom:  solid black 0.5pt; border-right:  solid black 0.5pt">10.1.1.9</td>
</tr>
</tbody>
</table>
</div>
<p> So, what we don&#8217;t want to do is just assign the subnet 10.1.1.0/248 to a site as this will not include Exchange2 and, indeed, will remove all DC&#8217;s from our server site. Similarly, we can&#8217;t just use 10.1.1.0/240 as a subnet as this will also include our backup server and, once again, all DC&#8217;s. That is, we could assign a more specific subnet to the Exchange &#8220;site&#8221; but, if needs be and for the purposes of this article, we can also assign individual servers. Below is an example of our site setup before we start with all servers assigned to the subnet OU.</p>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch1.png" alt="" /></p>
<p>The first thing we would do is create a new Site called, for example &#8220;Exchange&#8221; and, in this case, assign it to our default site link.</p>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch2.png" alt="" /></p>
<p>We then create a new Site Link to link the Exchange servers back to the Server site. We do this so that we can change the replication schedule as we will want &#8220;fast&#8221; replication between the DC&#8217;s in the Server site and in the Exchange Site (If required the sites can then be removed from the Default Site Link).</p>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch3.png" alt="" /></p>
<p>We can then create a series of new subnets, one for each server, and assign them to the &#8220;Exchange&#8221; Site.</p>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch4.png" alt="" /></p>
<p>In this way, individual servers can be added to the site until all servers that should be treated as one unit exist in the same site.</p>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch5.png" alt="" /></p>
<p>The Domain Controllers can then be moved to the Active directory site by right clicking the server in Sites and Services and selecting &#8220;Move&#8221;</p>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch6.png" alt="" /></p>
<p>This means that all the servers should perform lookups and any authentication against the domain controllers in their own local site. This technique can also be used in any other situation where particular AD servers have to be used by particular servers (for example when a certain level of domain controller must be used in a still mixed environment). All that remains is to change the site link to replicate rapidly.</p>
<p>By default, changes are not replicated between sites when the change is made (with the exception of urgent replication items such as password changes). Instead changes are replicated according to a schedule as defined on the site link. By default the replication interval is set to 180 minutes.</p>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch7.png" alt="" /></p>
<p>However, as these servers all sit on the same high speed network we can configure change notifications to traverse the site link in near real time as though the servers are in the same site. This is done by setting a value in Active Directory by using the ADSI Edit tool (installed by default in Windows 2008 R2 and part of the support tools pack in Windows 2003.</p>
<p><strong>To enable change notification between sites</strong></p>
<ol>
<li>
<div>In ADSI Edit, expand the Configuration container.</div>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch8.png" alt="" /></li>
<li>
<div>Navigate to the <strong>Inter-Site Transports</strong> container, and select <strong>CN=IP</strong> . (You cannot enable change notification for SMTP links.)</div>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch9.png" alt="" /></li>
<li>Right-click the site link object for the sites for which you want to enable change notification (CN=Exchange Servers in our case), and then click <strong>Properties</strong> .</li>
<li>
<div>In the <strong>Select a property to view</strong> box, select <strong>options</strong> .</div>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch10.png" alt="" /></li>
<li>
<div>In the <strong>Edit Attribute</strong> box, if the <strong>Value(s)</strong> box shows <strong>&lt;not set&gt;</strong> , type <strong>1</strong> in the <strong>Edit Attribute</strong> box. If the <strong>Value(s)</strong> box contains a value, you must derive the new value by using a Boolean BITWISE-OR calculation on the old value, as follows: <em>old_value</em>  BITWISE-OR 1. For example, if the value in the <strong>Value(s)</strong> box is 2, calculate 0010 OR 0001 to equal 0011. Type the integer value of the result in the <strong>Edit Attribute</strong> box; for this example, the value is 3. In this case, as this is a new site link that we have set up then the value should be set to <strong>&lt;not set&gt;</strong> and so we can enter 1.</div>
<p><img src="http://philipflint.com/wp-content/uploads/2009/11/110209_2346_ForcingExch11.png" alt="" /></li>
<li>Click <strong>OK</strong> and the <strong>OK</strong> again and exit ADSI Edit.</li>
</ol>
<p>Changes should now be notified across the site link with the same frequency as they would if the servers were in a single site (around 15 seconds for 2003 / 2008).</p>
]]></content:encoded>
			<wfw:commentRss>http://philipflint.com/2009/11/02/forcing-exchange-to-use-specific-domain-controllers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

