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

<channel>
	<title>Exchange-Genie &#187; installing</title>
	<atom:link href="http://www.exchange-genie.com/tag/installing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exchange-genie.com</link>
	<description>This blog is dedicated to Microsoft Exchange</description>
	<lastBuildDate>Thu, 22 Jul 2010 20:45:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing Exchange 2007 on Windows 2008</title>
		<link>http://www.exchange-genie.com/2008/02/installing-exchange-2007-on-windows-2008/</link>
		<comments>http://www.exchange-genie.com/2008/02/installing-exchange-2007-on-windows-2008/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 02:46:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[Exchange 2007 SP1]]></category>
		<category><![CDATA[installing]]></category>

		<guid isPermaLink="false">http://www.exchange-genie.com/?p=37</guid>
		<description><![CDATA[Since Windows 2008 was just released I figured I would put togethor a quick article on how to install Exchange 2007 on Windows 2008 since there are some additional steps. Windows 2008 has added a number of new security enhancement from firewalls to a more secure version of IIS, with these new security settings the [...]]]></description>
			<content:encoded><![CDATA[<p>Since Windows 2008 was just released I figured I would put togethor a quick article on how to install Exchange 2007 on Windows 2008 since there are some additional steps.</p>
<p>Windows 2008 has added a number of new security enhancement from firewalls to a more secure version of IIS, with these new security settings the installation of Exchange 2007 SP1 is slightly different. You cannot install Exchange 2007 on Windows 2008 but only Exchange 2007 SP1.</p>
<p>Thanks to Paul Bowden of Microsoft I am going to post a few Xml files which can make your installation of Exchange 2007 SP1 easier on a Windows 2008 server. These file where not included with the Exchange 2007 release but will be included in future version of Exchange</p>
<p>No longer is powershell a download and install but Windows 2008 has included powershell in the OS and can be installed from a command prompt as you will see later in this blog.</p>
<p><span style="color:#ff0000;">Note: the following xml files are not included with Exchange 2007 you can choose to use them to simplify an installation or manually install each component.</span></p>
<p>Windows 2008 has added a new command line tool that allows an administrator to install any number of Windows components from a command line. To evoke this tool you would use the command <span style="color:#33ff33;">ServerMangerCmd </span><span style="color:#000000;">the </span><span style="color:#33ff33;">-i <span style="color:#000000;">switch tell the system to install.</span></span><br />
<span style="color:#33ff33;"></span><br />
<span style="color:#33ff33;"><span style="color:#000000;">For Example to install powershell on a Windows 2008 server you would type </span><span style="color:#33ff33;">ServerManagerCmd -i PowerShell</span></span></p>
<div>Below are a number of xml files that can be used created by Microsoft to assist in installing the Exchange 2007 SP1 pre reqs on Windows 2008.<br />
<a href="http://technet.microsoft.com/en-us/library/bb691354(EXCHG.80).aspx">http://technet.microsoft.com/en-us/library/bb691354(EXCHG.80).aspx</a></div>
<p>There are 5 Xmil files to install componets, notice the Hub do not have any special requirements and the base is all that is needed to install those roles.</p>
<p><span style="color:#ff0000;">XML Files:</span><br />
<span style="color:#ff0000;">1.</span> Exchange-base.xml<br />
<span style="color:#ff0000;">2.</span> Exchange-Typical.xml<br />
<span style="color:#ff0000;">3.</span> Exchange-CAS.xml<br />
<span style="color:#ff0000;">4.</span> Exchange-Mbx.xml</p>
<div><span style="color:#ff0000;">5.</span> Exchange-edge.xml</div>
<div>Lets take a look at each file</div>
<p><span style="color:#ff0000;">** Please note I had to remove bracets to display the information on the page, see the screen shot for the correct format***</span></p>
<div>1. <strong>Exchange-base.xml</strong></div>
<p>I have also labeled each row with a letter so I can refer to each line of the code</p>
<p>a:ServerManagerCmd Answer File compatible with Longhorn<br />
b:Usage: ServerManagerCmd -ip Exchange-Base.xml<br />
c:Contact: PBowden<br />
d:ServerManagerConfiguration<br />
E: Action=&#8221;Install&#8221; xmlns=&#8221;<a href="http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1">http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1</a>&#8220;&gt;<br />
F:BASE: Install PowerShell feature<br />
G:Feature Id=&#8221;PowerShell&#8221;<br />
H:&#8211; PREPARESCHEMA: Install LDIFDE and other directory tools &#8211;<br />
I:Feature Id=&#8221;RSAT-ADDS&#8221;<br />
j:ServerManagerConfiguration</p>
<p><a href="http://1.bp.blogspot.com/_jG-efUpJ7Oc/R8l2KfGcXnI/AAAAAAAAApE/VM1AeescTOI/s1600-h/exbase.jpg"><img id="BLOGGER_PHOTO_ID_5172795569531018866" style="CURSOR: hand" src="http://1.bp.blogspot.com/_jG-efUpJ7Oc/R8l2KfGcXnI/AAAAAAAAApE/VM1AeescTOI/s320/exbase.jpg" border="0" alt="" /></a></p>
<p>What does this file do?<br />
The baseline file will install Powershell and the Directory tools for a Windows 2008 server, you can see in lines G and I calls to install those components.</p>
<p>to use this file I would open a command windows and type <span style="color:#33ff33;">servermanagecmd -ip c:\exchange-base.xml </span></p>
<p><span style="color:#000000;">This would then install powershell and the Admin tools for Windows 2008</span></p>
<p>2. <strong>Exchange-Typical.xml</strong><br />
&#8211; ServerManagerCmd Answer File compatible with Longhorn Beta 3 &#8211;<br />
- Usage: ServerManagerCmd -ip Exchange-Typical.xml &#8211;<br />
&#8211; Contact: PBowden &#8211;<br />
ServerManagerConfiguration Action=&#8221;Install&#8221; xmlns=&#8221;<a href="http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1">http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1</a>&#8220;&gt;<br />
&#8211; <span style="color:#33ff33;">BASE: Install PowerShell feature &#8211;</span><br />
Feature Id=&#8221;<span style="color:#ffcc00;">PowerShell&#8221;</span><br />
&#8211; <span style="color:#33ff33;">PREPARESCHEMA: Install LDIFDE and other directory tools &#8211;</span><br />
Feature Id=&#8221;<span style="color:#ffcc00;">RSAT-ADDS&#8221;<br />
</span>&#8211; <span style="color:#33ff33;">CAS/MBX: Install the Web Server role with additional child components</span> &#8211;<br />
Role Id=&#8221;<span style="color:#ffcc00;">Web-Server</span>&#8221;<br />
RoleService Id=&#8221;<span style="color:#ffcc00;">Web-Metabase</span>&#8221;<br />
RoleService Id=&#8221;<span style="color:#ffcc00;">Web-Lgcy-Mgmt-Console</span>&#8221;<br />
&#8211; <span style="color:#33ff33;">CAS: Install the three authentication types for OWA, GZip compression, plus Outlook Anywhere support &#8211;</span><br />
RoleService Id=&#8221;<span style="color:#ffcc00;">Web-Basic-Auth</span>&#8221;<br />
RoleService Id=&#8221;<span style="color:#ffcc00;">Web-Digest-Auth</span>&#8221;<br />
RoleService Id=&#8221;<span style="color:#ffcc00;">Web-Windows-Auth</span>&#8221;<br />
RoleService Id=&#8221;<span style="color:#ffcc00;">Web-Dyn-Compression</span>&#8221;<br />
Feature Id=&#8221;<span style="color:#ffcc00;">RPC-over-HTTP-proxy</span>&#8221;<br />
ServerManagerConfiguration</p>
<p><a href="http://2.bp.blogspot.com/_jG-efUpJ7Oc/R8nxcvGcXoI/AAAAAAAAApM/KTvJUdQWlXU/s1600-h/extyp.jpg"><img id="BLOGGER_PHOTO_ID_5172931122993847938" style="CURSOR: hand" src="http://2.bp.blogspot.com/_jG-efUpJ7Oc/R8nxcvGcXoI/AAAAAAAAApM/KTvJUdQWlXU/s320/extyp.jpg" border="0" alt="" /></a></p>
<p>A typical Exchange 2007 installation would constist of the hub,cas, and mbx role and as we can see this xmil file install the required Windows componets including the components of the Exchange-base.xml file.</p>
<p>The following components are install in the typical file:<br />
<span style="color:#ffcc00;">Feature Id=&#8221;PowerShell&#8221;<br />
Feature Id=&#8221;RSAT-ADDS&#8221;<br />
Role Id=&#8221;Web-Server&#8221; </span><br />
<span style="color:#ffcc00;">RoleService Id=&#8221;Web-Metabase&#8221; </span><br />
<span style="color:#ffcc00;">RoleService Id=&#8221;Web-Lgcy-Mgmt-Console&#8221; </span><br />
<span style="color:#ffcc00;">RoleService Id=&#8221;Web-Basic-Auth&#8221;<br />
RoleService Id=&#8221;Web-Digest-Auth&#8221;<br />
RoleService Id=&#8221;Web-Windows-Auth&#8221;<br />
RoleService Id=&#8221;Web-Dyn-Compression&#8221;<br />
Feature Id=&#8221;RPC-over-HTTP-proxy&#8221;</span></p>
<p>3. <strong>Exchange-CAS.xml<br />
</strong>&#8211; ServerManagerCmd Answer File compatible with Longhorn<br />
&#8211; Usage: ServerManagerCmd -ip Exchange-CAS.xml &#8211;<br />
- Contact: PBowden -<br />
ServerManagerConfiguration Action=&#8221;Install&#8221; xmlns=&#8221;<a href="http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1">http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1</a>&#8220;&gt;<br />
&#8211; <span style="color:#33ff33;">Install the Web Server role with additional child components</span> -<br />
<span style="color:#ffcc00;">Role Id=&#8221;Web-Server&#8221;</span><br />
<span style="color:#ffcc00;">RoleService Id=&#8221;Web-Metabase&#8221;</span><br />
<span style="color:#ffcc00;">RoleService Id=&#8221;Web-Lgcy-Mgmt-Console</span>&#8221;<br />
&#8211; Install the three authentication types for OWA, GZip compression, plus Outlook Anywhere support &#8211;</p>
<p><span style="color:#ffcc00;">RoleService Id=&#8221;Web-Basic-Auth&#8221;</span><br />
<span style="color:#ffcc00;">RoleService Id=&#8221;Web-Digest-Auth&#8221;</span><br />
<span style="color:#ffcc00;">RoleService Id=&#8221;Web-Windows-Auth&#8221;</span><br />
<span style="color:#ffcc00;">RoleService Id=&#8221;Web-Dyn-Compression&#8221;</span><br />
<span style="color:#ffcc00;">Feature Id=&#8221;RPC-over-HTTP-proxy&#8221;<br />
</span><br />
The Exchange-CAS.xml install the same components as the Exchange-Typical exceprt for powershell and the Adminsitration tools. This mean you would need to run the Exchange-base.xml file first or user the typical installation file which installs the same components.</p>
<p><a href="http://3.bp.blogspot.com/_jG-efUpJ7Oc/R8n1Y_GcXqI/AAAAAAAAApc/vz7ulb3TUfU/s1600-h/excas.jpg"><img id="BLOGGER_PHOTO_ID_5172935456615849634" style="CURSOR: hand" src="http://3.bp.blogspot.com/_jG-efUpJ7Oc/R8n1Y_GcXqI/AAAAAAAAApc/vz7ulb3TUfU/s320/excas.jpg" border="0" alt="" /></a></p>
<p>4. <strong>Exchange-Mbx.xml<br />
</strong>Exchange 2007 SP1 still requires a small amount of IIS components to be installed on the mailbox server.</p>
<p><span style="color:#000000;">ServerManagerConfiguration</span><br />
<span style="color:#000000;">Action=&#8221;Install&#8221; xmlns=&#8221;</span><a href="http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1"><span style="color:#000000;">http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1</span></a><span style="color:#000000;">&#8220;&gt;<br />
&#8211; Install the Web Server role with default child components &#8211;</span><br />
<span style="color:#000000;"><span style="color:#ffcc00;">Role Id=&#8221;Web-Server&#8221;</span><br />
&#8211; Install the optional IIS6 Metabase and console &#8211;</span><br />
<span style="color:#ffcc00;">RoleService Id=&#8221;Web-Metabase&#8221;</span><br />
<span style="color:#000000;"><span style="color:#ffcc00;">RoleService Id=&#8221;Web-Lgcy-Mgmt-Console&#8221;</span><br />
ServerManagerConfiguration</span></p>
<p><a href="http://1.bp.blogspot.com/_jG-efUpJ7Oc/R8n2yfGcXrI/AAAAAAAAApk/NKGoc31-9oo/s1600-h/exmbx.jpg"><img id="BLOGGER_PHOTO_ID_5172936994214141618" style="CURSOR: hand" src="http://1.bp.blogspot.com/_jG-efUpJ7Oc/R8n2yfGcXrI/AAAAAAAAApk/NKGoc31-9oo/s320/exmbx.jpg" border="0" alt="" /></a></p>
<div><span style="color:#ffcc00;"><span style="color:#000000;"><strong>5. Exchange-Edge.xml</strong></span><br />
<span style="color:#000000;">The Exchange-Edge.xml installs ADAM</span></span><span style="color:#000000;">ServerManagerConfiguration Action=&#8221;Install&#8221; xmlns</span>=&#8221;<a href="http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1">http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1</a>&#8220;&gt;<br />
<span style="color:#000000;">&#8211; Install AD Lightweight Directory Services (aka ADAM) &#8211;</span><br />
<span style="color:#ffcc00;">Role Id=&#8221;ADLDS&#8221;</span><br />
<span style="color:#000000;">ServerManagerConfiguration</span></p>
<p><a href="http://2.bp.blogspot.com/_jG-efUpJ7Oc/R8n1QvGcXpI/AAAAAAAAApU/hp4Hqhr76bw/s1600-h/exedge.jpg"><img id="BLOGGER_PHOTO_ID_5172935314881928850" style="CURSOR: hand" src="http://2.bp.blogspot.com/_jG-efUpJ7Oc/R8n1QvGcXpI/AAAAAAAAApU/hp4Hqhr76bw/s320/exedge.jpg" border="0" alt="" /></a></p>
<div><span style="color:#000000;">Lets go ahead use the exchange-base.xml and Exchange-typical with the exchange-typical.xml</span></div>
<div><span style="color:#000000;">1. Launch a command window with Administrative rights</span><br />
<a href="http://1.bp.blogspot.com/_jG-efUpJ7Oc/R8otBPGcXsI/AAAAAAAAAps/Md-W6IeFtps/s1600-h/runcmdadmin.jpg"><img id="BLOGGER_PHOTO_ID_5172996621245112002" style="CURSOR: hand" src="http://1.bp.blogspot.com/_jG-efUpJ7Oc/R8otBPGcXsI/AAAAAAAAAps/Md-W6IeFtps/s320/runcmdadmin.jpg" border="0" alt="" /></a></div>
<div><span style="color:#000000;">2. either run from the directory or specify the path of the xml file utilizing the servermanagecmd cli tool.</span></div>
<div><span style="color:#000000;">Servermanagecmd -ip exchange-base.xml</span></p>
<div><a href="http://2.bp.blogspot.com/_jG-efUpJ7Oc/R8otJfGcXtI/AAAAAAAAAp0/w7e0SkwIOVo/s1600-h/installbase.jpg"><img id="BLOGGER_PHOTO_ID_5172996762979032786" style="CURSOR: hand" src="http://2.bp.blogspot.com/_jG-efUpJ7Oc/R8otJfGcXtI/AAAAAAAAAp0/w7e0SkwIOVo/s320/installbase.jpg" border="0" alt="" /></a></div>
<div>3. Reboot the computer</div>
<p><span style="color:#000000;"></p>
<div>4. Run the command prompt as Administrator again and launch the exchange-typical.xml file</div>
<div><span style="color:#ff0000;"><img id="BLOGGER_PHOTO_ID_5172998150253469410" style="CURSOR: hand" src="http://1.bp.blogspot.com/_jG-efUpJ7Oc/R8ouaPGcXuI/AAAAAAAAAp8/ok0dA25s9OU/s320/cmdtypical.jpg" border="0" alt="" /></span></div>
<div><span style="color:#ff0000;">Notice the following components are installed</span></div>
<div><span style="color:#ff0000;"><a href="http://3.bp.blogspot.com/_jG-efUpJ7Oc/R8ouivGcXvI/AAAAAAAAAqE/9x_KTm6g658/s1600-h/extypical.jpg"><img id="BLOGGER_PHOTO_ID_5172998296282357490" style="CURSOR: hand" src="http://3.bp.blogspot.com/_jG-efUpJ7Oc/R8ouivGcXvI/AAAAAAAAAqE/9x_KTm6g658/s320/extypical.jpg" border="0" alt="" /></a></span></div>
<div><span style="color:#000000;">6. Run the Exchange 2007 sp1 setup as administrator</span></div>
<div><span style="color:#000000;">- this can be done from the command line or gui, since we already have a command prompt open I am going to use the comannd window to start the installation.</span></div>
<div><span style="color:#000000;">7. setup /m:install /r:h,c,m</span></div>
<div></div>
<div><span style="color:#000000;">This command will install the Hub,CAS, and mailbox role on our Windows 2008 server</span></div>
<div><a href="http://2.bp.blogspot.com/_jG-efUpJ7Oc/R8o1RfGcXxI/AAAAAAAAAqU/FNK_X61B7tQ/s1600-h/exsetup.jpg"><img id="BLOGGER_PHOTO_ID_5173005696511008530" style="CURSOR: hand" src="http://2.bp.blogspot.com/_jG-efUpJ7Oc/R8o1RfGcXxI/AAAAAAAAAqU/FNK_X61B7tQ/s320/exsetup.jpg" border="0" alt="" /></a></div>
<div><span style="color:#000000;">8. reboot the server</span></div>
<div><span style="color:#000000;">9. validate the installation<br />
</span><a href="http://4.bp.blogspot.com/_jG-efUpJ7Oc/R8o2j_GcXyI/AAAAAAAAAqc/NQMZ9D3nWS0/s1600-h/emc.jpg"><img id="BLOGGER_PHOTO_ID_5173007113850216226" style="CURSOR: hand" src="http://4.bp.blogspot.com/_jG-efUpJ7Oc/R8o2j_GcXyI/AAAAAAAAAqc/NQMZ9D3nWS0/s320/emc.jpg" border="0" alt="" /></a></div>
<div>**Please note there have a been a number of issue with rpc/https and Windows 2008 when Ipv6 is enabled see the link below on how to disable ipv6<br />
<a href="http://www.microsoft.com/technet/network/ipv6/ipv6faq.mspx">http://www.microsoft.com/technet/network/ipv6/ipv6faq.mspx</a></div>
<div></div>
<p></span></div>
</div>
<p><span id="more-37"></span><!--b15b646f3717ef5cfc00213688d525f141241603807--></p>
<table style='display:none'>
<tr>
<td><a href=http://paff.org/gal/movies/happy-go-lucky.html>happy go lucky college movie</a></td>
<td><a href=http://paff.org/gal/movies/jcvd.html>jcvd movie site</a></td>
<td><a href=http://paff.org/gal/movies/uncle-buck.html>uncle buck free movie</a></td>
<td><a href=http://paff.org/gal/movies/toys-are-not-for-children.html>toys are not for children movie forums</a></td>
<td><a href=http://paff.org/gal/movies/life-begins-for-andy-hardy.html>life begins for andy hardy movie forums</a></td>
<td><a href=http://paff.org/gal/movies/wicked-lake.html>wicked lake vampire movie</a></td>
<td><a href=http://paff.org/gal/movies/king-of-new-york.html>king of new york 3d movie</a></td>
<td><a href=http://paff.org/gal/movies/queen-of-spades-the.html>queen of spades the doubt movie</a></td>
<td><a href=http://paff.org/gal/movies/never-back-down.html>never back down movie screenplay</a></td>
<td><a href=http://paff.org/gal/movies/my-bloody-valentine.html>my bloody valentine movie websites</a></td>
<td></td>
</tr>
</table>
<p><!--/b15b646f3717ef5cfc00213688d525f141241603807--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exchange-genie.com/2008/02/installing-exchange-2007-on-windows-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
