<?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>..::\\ www.christiano.ch //::.. &#187; Exchange Server</title>
	<atom:link href="http://www.christiano.ch/wordpress/category/microsoft/exchangeserver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christiano.ch/wordpress</link>
	<description>christiano.ch blog - personal knowledge base, news, memoires et cetera</description>
	<lastBuildDate>Thu, 02 Sep 2010 04:54:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Microsoft Exchange 2007 / 2010 &#8211; Statistics using Exchange Management Shell (EMS)</title>
		<link>http://www.christiano.ch/wordpress/2010/03/14/microsoft-exchange-2007-2010-statistics-using-exchange-management-shell-ems/</link>
		<comments>http://www.christiano.ch/wordpress/2010/03/14/microsoft-exchange-2007-2010-statistics-using-exchange-management-shell-ems/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 09:14:10 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2010/03/14/microsoft-exchange-2007-2010-statistics-using-exchange-management-shell-ems/</guid>
		<description><![CDATA[Using Microsoft Exchange 2007 / 2010 Management Shell (PowerShell with extensions), you can pull out some very exciting statistics. That was never that easy in the pre Exchange 2007 era. Let’s start with some easy stuff.. Get the number of Public Folders Get-PublicFolder -Recurse &#124; Measure-Object Get the sum / number of Mails / Object [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="2" width="675">
<tbody>
<tr>
<td valign="top" width="676">Using Microsoft Exchange 2007 / 2010 Management Shell (PowerShell with extensions), you can pull out some very exciting statistics. That was never that easy in the pre Exchange 2007 era.</td>
<td valign="top" width="10"><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2010/03/Logo_ExchangeSvr.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Logo_ExchangeSvr" border="0" alt="Logo_ExchangeSvr" src="http://www.christiano.ch/wordpress/wp-content/uploads/2010/03/Logo_ExchangeSvr_thumb.png" width="160" height="90" /></a> </td>
</tr>
</tbody>
</table>
<p> <span id="more-898"></span>
<p>Let’s start with some easy stuff..</p>
<p><strong>Get the number of Public Folders</strong></p>
<p><code>Get-PublicFolder -Recurse | Measure-Object</code></p>
<p><strong>Get the sum / number of Mails / Object in all Public Folders</strong></p>
<p><code>Get-PublicFolderStatistics | Measure-Object -Property ItemCount -Sum</code></p>
<p><strong>Get the number of Mailboxes</strong></p>
<p><code>Get-Mailbox | Measure-Object</code></p>
<p><strong>Get the number of sent messages / emails within a date range</strong></p>
<p><code>Get-MessageTrackingLog -Start &quot;29.11.2009&quot; -End &quot;30.12.2009&quot; -ResultSize Unlimited | Measure-Object</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2010/03/14/microsoft-exchange-2007-2010-statistics-using-exchange-management-shell-ems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010: A previous version of Exchange Server..</title>
		<link>http://www.christiano.ch/wordpress/2009/11/18/exchange-2010-a-previous-version-of-exchange-server/</link>
		<comments>http://www.christiano.ch/wordpress/2009/11/18/exchange-2010-a-previous-version-of-exchange-server/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 06:22:20 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2009/11/18/exchange-2010-a-previous-version-of-exchange-server/</guid>
		<description><![CDATA[Receiving the message ‘a previous version of exchange server is already installed on this machine’ when trying to install Microsoft Exchange Server 2010? I’m just upgrading one of our Microsoft Exchange 2007 Servers to Microsoft Exchange Server 2010. I’ve decided to first remove the Exchange 2007 Server and then install the 2010 Version. Well, if [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="2" width="675">
<tbody>
<tr>
<td valign="top" width="608">Receiving the message <em><strong>‘a previous version of exchange server is already installed on this machine</strong></em>’ when trying to install Microsoft Exchange Server 2010?</td>
<td valign="top" width="66"><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2009/11/Logo_MsExchange2010.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Logo_MsExchange2010" border="0" alt="Logo_MsExchange2010" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/11/Logo_MsExchange2010_thumb.png" width="218" height="78" /></a> </td>
</tr>
</tbody>
</table>
<p> <span id="more-758"></span>
<p>I’m just upgrading one of our Microsoft Exchange 2007 Servers to Microsoft Exchange Server 2010. I’ve decided to first remove the Exchange 2007 Server and then install the 2010 Version. Well, if you should ever choose the same path, you’ll have to pass a few hurdles… After following the instructions in the links provided below, i finally was able to remove Microsoft Exchange Server 2007. When i then started Microsoft Exchange 2010 Server Setup, i got the message: </p>
<p><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2009/11/MS_ExchangeServer_A_Previous_Version_of_Exchange.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="MS_ExchangeServer_A_Previous_Version_of_Exchange.." border="0" alt="MS_ExchangeServer_A_Previous_Version_of_Exchange.." src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/11/MS_ExchangeServer_A_Previous_Version_of_Exchange.._thumb.png" width="411" height="144" /></a> </p>
<p>Setup.exe &#8211; A previous version of Exchange Server is already installed on this machine.</p>
<p>Well, since this Version of Exchange is pretty new and Google nor other search machines give you good results about this issue, i decided to not spend to much time searching the internet but opened the registry editor and searched for Exchange in the HKLM/Software Key.. What i’ve found:</p>
<p><strong><em><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2009/11/RegistryExchangeKey.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="RegistryExchangeKey" border="0" alt="RegistryExchangeKey" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/11/RegistryExchangeKey_thumb.png" width="241" height="705" /></a> </em></strong></p>
<p><strong><em>Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange</em></strong></p>
<p>Rename this Key to _Exchange, start setup.exe again and you’ll be fine .. </p>
<p>&#160;</p>
<h1>Links</h1>
<p>&#160;</p>
<p><a title="This Server is the Source for a Send Connector" href="http://technet.microsoft.com/en-us/library/bb426940.aspx" target="_blank">This Server is the Source for a Send Connector</a></p>
<p><a title="Removing Public Folder Databases" href="http://technet.microsoft.com/en-us/library/cc164367.aspx" target="_blank">Removing Public Folder Databases</a></p>
<p><a title="How to Remove a Public Folder Database" href="http://technet.microsoft.com/en-us/library/aa998329.aspx" target="_blank">How to Remove a Public Folder Database</a></p>
<p><a title="How to Delete Multiple Public Folders from Your Organization" href="http://technet.microsoft.com/en-us/library/bb201664.aspx" target="_blank">How to Delete Multiple Public Folders from Your Organization</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/11/18/exchange-2010-a-previous-version-of-exchange-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 &#8211; Enumerate all public folders and their email addresses using Exchange Management Shell (EMS)</title>
		<link>http://www.christiano.ch/wordpress/2009/09/30/exchange-2007-enumerate-all-public-folders-and-their-email-addresses-using-exchange-management-shell-ems/</link>
		<comments>http://www.christiano.ch/wordpress/2009/09/30/exchange-2007-enumerate-all-public-folders-and-their-email-addresses-using-exchange-management-shell-ems/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:56:37 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=563</guid>
		<description><![CDATA[Ever wanted to enumerate all Public Folders and their email addresses? here&#8217;s a way to do this using Microsoft Exchange Management Shell (EMS) Get-Mailpublicfolder &#124; select name , alias ,EmailAddresses &#124; foreach &#123; &#34;Name: &#34;+$_.name &#34;Alias: &#34;+$_.alias &#160; $_.EmailAddresses &#124; foreach &#123; if&#40;$_.SmtpAddress&#41;&#123; if&#40;$_.IsPrimaryAddress&#41;&#123; &#34;Primary SmtpAddress: $($_.SmtpAddress)&#34; &#125; else &#123; &#34;SmtpAddress: $($_.SmtpAddress)&#34; &#125; &#125; &#125; [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to enumerate all Public Folders and their email addresses? here&#8217;s a way to do this using Microsoft Exchange Management Shell (EMS)</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>Mailpublicfolder <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">select</span> name <span style="color: pink;">,</span> alias <span style="color: pink;">,</span>EmailAddresses <span style="color: pink;">|</span> <span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;Name: &quot;</span><span style="color: pink;">+</span><span style="color: #000080;">$_</span>.name
<span style="color: #800000;">&quot;Alias: &quot;</span><span style="color: pink;">+</span><span style="color: #000080;">$_</span>.alias
&nbsp;
<span style="color: #000080;">$_</span>.EmailAddresses <span style="color: pink;">|</span> <span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#123;</span>
<span style="color: #0000FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #000080;">$_</span>.SmtpAddress<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span>
<span style="color: #0000FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #000080;">$_</span>.IsPrimaryAddress<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;Primary SmtpAddress: $($_.SmtpAddress)&quot;</span>
<span style="color: #000000;">&#125;</span> <span style="color: #0000FF;">else</span> <span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;SmtpAddress: $($_.SmtpAddress)&quot;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
&nbsp;
<span style="color: #008080; font-weight: bold;">write-output</span> <span style="color: #800000;">&quot;&quot;</span>
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>or redirect the output into a file for analysis, whatever..</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>Mailpublicfolder <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">select</span> name <span style="color: pink;">,</span> alias <span style="color: pink;">,</span>EmailAddresses <span style="color: pink;">|</span> <span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;Name: &quot;</span><span style="color: pink;">+</span><span style="color: #000080;">$_</span>.name
<span style="color: #800000;">&quot;Alias: &quot;</span><span style="color: pink;">+</span><span style="color: #000080;">$_</span>.alias
&nbsp;
<span style="color: #000080;">$_</span>.EmailAddresses <span style="color: pink;">|</span> <span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#123;</span>
<span style="color: #0000FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #000080;">$_</span>.SmtpAddress<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span>
<span style="color: #0000FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #000080;">$_</span>.IsPrimaryAddress<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;Primary SmtpAddress: $($_.SmtpAddress)&quot;</span>
<span style="color: #000000;">&#125;</span> <span style="color: #0000FF;">else</span> <span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;SmtpAddress: $($_.SmtpAddress)&quot;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
&nbsp;
<span style="color: #008080; font-weight: bold;">write-output</span> <span style="color: #800000;">&quot;&quot;</span>
<span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">out-file</span> <span style="color: #008080; font-style: italic;">-filepath</span> c:\publicFolders.txt <span style="color: #008080; font-style: italic;">-encoding</span> ASCII</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/09/30/exchange-2007-enumerate-all-public-folders-and-their-email-addresses-using-exchange-management-shell-ems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 &#8211; Get Email Addresses for each Mailbox using Exchange Management Shell (EMS)</title>
		<link>http://www.christiano.ch/wordpress/2009/09/30/exchange-2007-get-email-addresses-for-each-mailbox-using-exchange-management-shell-ems/</link>
		<comments>http://www.christiano.ch/wordpress/2009/09/30/exchange-2007-get-email-addresses-for-each-mailbox-using-exchange-management-shell-ems/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:44:32 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=557</guid>
		<description><![CDATA[Ever needed to export the list of mailbox of your Microsoft Exchange 2007 with all alias and all the smtp addresses? Try this with this command: Get-Mailbox &#124; select name , alias ,EmailAddresses &#124; foreach &#123; &#34;Name: &#34;+$_.name &#34;Alias: &#34;+$_.alias &#160; $_.EmailAddresses &#124; foreach &#123; if&#40;$_.SmtpAddress&#41;&#123; if&#40;$_.IsPrimaryAddress&#41;&#123; &#34;Primary SmtpAddress: $($_.SmtpAddress)&#34; &#125; else &#123; &#34;SmtpAddress: $($_.SmtpAddress)&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>Ever needed to export the list of mailbox of your Microsoft Exchange 2007 with all alias and all the smtp addresses? Try this with this command:</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;">Get<span style="color: pink;">-</span>Mailbox <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">select</span> name <span style="color: pink;">,</span> alias <span style="color: pink;">,</span>EmailAddresses <span style="color: pink;">|</span> <span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;Name: &quot;</span><span style="color: pink;">+</span><span style="color: #000080;">$_</span>.name
<span style="color: #800000;">&quot;Alias: &quot;</span><span style="color: pink;">+</span><span style="color: #000080;">$_</span>.alias
&nbsp;
<span style="color: #000080;">$_</span>.EmailAddresses <span style="color: pink;">|</span> <span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#123;</span>
<span style="color: #0000FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #000080;">$_</span>.SmtpAddress<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span>
<span style="color: #0000FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #000080;">$_</span>.IsPrimaryAddress<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;Primary SmtpAddress: $($_.SmtpAddress)&quot;</span>
<span style="color: #000000;">&#125;</span> <span style="color: #0000FF;">else</span> <span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;SmtpAddress: $($_.SmtpAddress)&quot;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
&nbsp;
<span style="color: #008080; font-weight: bold;">write-output</span> <span style="color: #800000;">&quot;&quot;</span>
<span style="color: #000000;">&#125;</span> <span style="color: pink;">&gt;</span> c:\smtp.txt</pre></div></div>

<p>or use the out-file cmdlet..</p>

<div class="wp_syntax"><div class="code"><pre class="powershell" style="font-family:monospace;"><span style="color: #008000;">######### Using Out-File Cmdlet ############</span>
&nbsp;
Get<span style="color: pink;">-</span>Mailbox <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">select</span> name <span style="color: pink;">,</span> alias <span style="color: pink;">,</span>EmailAddresses <span style="color: pink;">|</span> <span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;Name: &quot;</span><span style="color: pink;">+</span><span style="color: #000080;">$_</span>.name
<span style="color: #800000;">&quot;Alias: &quot;</span><span style="color: pink;">+</span><span style="color: #000080;">$_</span>.alias
&nbsp;
<span style="color: #000080;">$_</span>.EmailAddresses <span style="color: pink;">|</span> <span style="color: #0000FF;">foreach</span> <span style="color: #000000;">&#123;</span>
<span style="color: #0000FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #000080;">$_</span>.SmtpAddress<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span>
<span style="color: #0000FF;">if</span><span style="color: #000000;">&#40;</span><span style="color: #000080;">$_</span>.IsPrimaryAddress<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;Primary SmtpAddress: $($_.SmtpAddress)&quot;</span>
<span style="color: #000000;">&#125;</span> <span style="color: #0000FF;">else</span> <span style="color: #000000;">&#123;</span>
<span style="color: #800000;">&quot;SmtpAddress: $($_.SmtpAddress)&quot;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #000000;">&#125;</span>
<span style="color: #008080; font-weight: bold;">write-output</span> <span style="color: #800000;">&quot;&quot;</span>
<span style="color: #000000;">&#125;</span> <span style="color: pink;">|</span> <span style="color: #008080; font-weight: bold;">out-file</span> <span style="color: #008080; font-style: italic;">-filepath</span> c:\smtp.txt <span style="color: #008080; font-style: italic;">-encoding</span> ASCII</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/09/30/exchange-2007-get-email-addresses-for-each-mailbox-using-exchange-management-shell-ems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove / Uninstall Exchange &#8211; This server is the Recipient Update Server RUS for the domain</title>
		<link>http://www.christiano.ch/wordpress/2009/08/22/remove-uninstall-exchange-this-server-is-the-recipient-update-server-rus-for-the-domain/</link>
		<comments>http://www.christiano.ch/wordpress/2009/08/22/remove-uninstall-exchange-this-server-is-the-recipient-update-server-rus-for-the-domain/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 08:53:03 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=434</guid>
		<description><![CDATA[When you try to uninstall or remove Microsoft Exchange 2003, you&#8217;re getting the error message: Microsoft Exchange Installation Wizard The component Microsoft Exchange Messaging and Collaboriation Server cannot be assigned the action &#8220;Remove&#8221; because: - This server is the Recipient Update Server for the domain &#8220;someDomain.tld&#8221;. You cannot uninstall this server until you select a [...]]]></description>
			<content:encoded><![CDATA[<p>When you try to uninstall or remove Microsoft Exchange 2003, you&#8217;re getting the error message:</p>
<p><em>Microsoft Exchange Installation Wizard</em></p>
<p><em>The component Microsoft Exchange Messaging and Collaboriation Server cannot be assigned the action &#8220;Remove&#8221; because:</em></p>
<p><em>- This server is the Recipient Update Server for the domain &#8220;someDomain.tld&#8221;. You cannot uninstall this server until you select a different Recipient Update Server for this domain.</em></p>
<p><em></p>
<div id="attachment_435" class="wp-caption alignnone" style="width: 685px"><em><img class="size-full wp-image-435" title="Exchange_2003_removal_RUS_assigned" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_2003_removal_RUS_assigned.png" alt="Exchange_2003_removal_RUS_assigned" width="675" height="86" /></em><p class="wp-caption-text">Exchange_2003_removal_RUS_assigned</p></div>
<p><span id="more-434"></span><br />
</em></p>
<p>The trick to remove Microsoft Exchange Server 2003 from your organization is reassigning the Recipient Update Service (RUS). Setup will not allow you to uninstall Microsoft Exchange Server 2003 until the Recipient Update Service (RUS) has been reassigned to another server. This is ironic since Exchange Server 2007 doesn&#8217;t even use the Recipient Update Service. However, this task must be performed to proceed the uninstallation of Microsoft Exchanger Server 2003.</p>
<p>Reassigning the Recipient Update Service is fairly easy. Begin the process by opening the Exchange System Manager. Now, navigate through the console tree to Recipients | Recipient Update Service.</p>
<div id="attachment_436" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-436" title="Exchange_2003_removal_RUS_reAssign" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_2003_removal_RUS_reAssign.png" alt="Exchange_2003_removal_RUS_reAssign" width="675" height="294" /><p class="wp-caption-text">Exchange_2003_removal_RUS_reAssign</p></div>
<p>There are two listings for the Recipient Update Service. There is an enterprise listing, and a domain listing.</p>
<p>At this point in the process, you must right click on the enterprise listing for the Recipient Update Service, and then choose the Properties command from the resulting shortcut menu. When you do, the Exchange System Manager will display the Recipient Update Service properties sheet.</p>
<div id="attachment_437" class="wp-caption alignnone" style="width: 412px"><img class="size-full wp-image-437" title="Exchange_2003_removal_RUS_Properties" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_2003_removal_RUS_Properties.png" alt="Exchange_2003_removal_RUS_Properties" width="402" height="446" /><p class="wp-caption-text">Exchange_2003_removal_RUS_Properties</p></div>
<p>You will notice that the Recipient Update Service has been assigned to a specific Exchange server. By default, the server that is listed is an Exchange 2003 server. You must click the Browse button, and then choose an Exchange 2007 server from the list. After doing so, click OK to close the Recipient Update Service properties sheet.</p>
<p>Now it&#8217;s time to turn our attention to the domain listing for the Recipient Update Service. We will do the exact same thing for this listing that we did for the enterprise listing. Right-click on the domain listing and choose the Properties command from the resulting shortcut menu to reveal the Recipient Update Services properties sheet. Now, click the Browse button next to the listing for the Exchange server, and choose an Exchange 2007 server from the list. Click OK to close the properties sheet, and you&#8217;re done.</p>
<h3>Conclusion</h3>
<p>Now that the Recipient Update Service has been reassigned you should have no trouble uninstalling Exchange server 2003. Simply run the Exchange Server 2003 Setup program, and then use the Change/Remove option to complete the uninstallation process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/08/22/remove-uninstall-exchange-this-server-is-the-recipient-update-server-rus-for-the-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Exchange Server 2007 &#8211; 530 5.7.1 Client was not authenticated &#8211; Solution</title>
		<link>http://www.christiano.ch/wordpress/2009/08/20/microsoft-exchange-server-2007-530-5-7-1-client-was-not-authenticated-solution/</link>
		<comments>http://www.christiano.ch/wordpress/2009/08/20/microsoft-exchange-server-2007-530-5-7-1-client-was-not-authenticated-solution/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 16:57:40 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=422</guid>
		<description><![CDATA[If you install Microsoft Exchange Server out of the box and you get the following error message when trying to receive an email: This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following [...]]]></description>
			<content:encoded><![CDATA[<p>If you install Microsoft Exchange Server out of the box and you get the following error message when trying to receive an email:</p>
<pre>This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
 <a href="mailto:test@connexin.biz">test@christiano.ch</a>
SMTP error from remote mail server after MAIL FROM:&lt;<a href="mailto:christian.muggli@connexin.ch">sunny@christiano.ch</a>&gt; SIZE=6841:
host xyz.christiano.ch [194.123.18.170]: 530 5.7.1 Client was not authenticated</pre>
<p><span id="more-422"></span></p>
<p>Then you have to change the Receive Connector to allow anonymous connections (probably) ..<br />
You can do this using the Microsoft Exchange Management Shell (EMS)</p>
<p><code>Set-ReceiveConnector -Identity "Default &lt;SERVERNAME&gt;" -PermissionGroups "AnonymousUsers"</code></p>
<p>or in the GUI using Microsoft Exchange Management Console (EMC)</p>
<p>Navigate to <em>Microsoft Exchange | Server Configuration | Hub Transport | Receive Connectors</em></p>
<div id="attachment_424" class="wp-caption alignnone" style="width: 450px"><img class="size-full wp-image-424" title="Microsoft_Exchange_Management_Console_ReceiveConnector_Allow_AnonymousUsers" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Microsoft_Exchange_Management_Console_ReceiveConnector_Allow_AnonymousUsers.PNG" alt="Microsoft_Exchange_Management_Console_ReceiveConnector_Allow_AnonymousUsers" width="440" height="489" /><p class="wp-caption-text">Microsoft_Exchange_Management_Console_ReceiveConnector_Allow_AnonymousUsers</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/08/20/microsoft-exchange-server-2007-530-5-7-1-client-was-not-authenticated-solution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Missing Microsoft Exchange 2007 Anti Spam Agents? Here&#8217;s the how to: Install anti-spam agents on Hub Transport server</title>
		<link>http://www.christiano.ch/wordpress/2009/08/20/missing-microsoft-exchange-2007-anti-spam-agents-heres-the-how-to-install-anti-spam-agents-on-hub-transport-server/</link>
		<comments>http://www.christiano.ch/wordpress/2009/08/20/missing-microsoft-exchange-2007-anti-spam-agents-heres-the-how-to-install-anti-spam-agents-on-hub-transport-server/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 16:40:57 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=412</guid>
		<description><![CDATA[If you&#8217;re using Exchange Server 2007 in a topology with an Edge Transport server, the anti-spam agents &#8211; Connection Filtering, Content Filter, Sender ID, Sender Filter, Recipient Filter, and Protocol Analysis &#8211; are installed on the Edge server. You do not need these agents installed on the Hub server(s). In environments without an Edge server [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using Exchange Server 2007 in a topology with an Edge Transport server, the anti-spam agents &#8211; Connection Filtering, Content Filter, Sender ID, Sender Filter, Recipient Filter, and Protocol Analysis &#8211; are installed on the Edge server. You do not need these agents installed on the Hub server(s).</p>
<p>In environments without an Edge server role, these need to be installed manually on the Hub Transport server(s).</p>
<p><span id="more-412"></span></p>
<p>To install anti-spam agents on a Hub Transport server, start Exchange Management Shell (EMS), navigate to the &#8220;%ProgramFiles%\Microsoft\Exchange Server\Scripts&#8221; folder<br />
(by default C:\Program Files\Microsoft\Exchange Server\Scripts)</p>
<div id="attachment_413" class="wp-caption alignnone" style="width: 683px"><img class="size-full wp-image-413 " title="Microsoft_Exchange_2007_Install-AntispamAgents" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Microsoft_Exchange_2007_Install-AntispamAgents_1.png" alt="Microsoft_Exchange_2007_Install-AntispamAgents" width="673" height="532" /><p class="wp-caption-text">Microsoft_Exchange_2007_Install-AntispamAgents</p></div>
<p>Now run/execute:</p>
<div id="attachment_414" class="wp-caption alignnone" style="width: 653px"><img class="size-full wp-image-414" title="Microsoft_Exchange_2007_Install-AntispamAgents_PowerShell" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Microsoft_Exchange_2007_Install-AntispamAgents_PowerShell.PNG" alt="Microsoft_Exchange_2007_Install-AntispamAgents_PowerShell" width="643" height="236" /><p class="wp-caption-text">Microsoft_Exchange_2007_Install-AntispamAgents_PowerShell</p></div>
<p><code>[PS] C:\Program Files\Microsoft\Exchange Server\Scripts&gt;.\install-AntispamAgents.ps1</code></p>
<p>Now restart the Microsoft Exchange Transport Service</p>
<div id="attachment_415" class="wp-caption alignnone" style="width: 647px"><img class="size-full wp-image-415" title="Microsoft_Exchange_2007_TransportServiceRestart" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Microsoft_Exchange_2007_TransportServiceRestart.PNG" alt="Microsoft_Exchange_2007_TransportServiceRestart" width="637" height="125" /><p class="wp-caption-text">Microsoft_Exchange_2007_TransportServiceRestart</p></div>
<p>Once installed successfully, the command will show each agent installed, whether it is enabled or not, and its priority</p>
<p>Anti-Spam Agents on Hub Transport serverAfter the anti-spam agents are installed, you can see the Anti-spam tab in <em>Organization Configuration | Hub Transport</em> node in Exchange Management Console.<br />
(If your console was open during installation, you will need to restart it).</p>
<div id="attachment_416" class="wp-caption alignnone" style="width: 573px"><img class="size-full wp-image-416" title="Microsoft_Exchange_2007_AntiSpamAgents" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Microsoft_Exchange_2007_AntiSpamAgents.PNG" alt="Microsoft_Exchange_2007_AntiSpamAgents" width="563" height="262" /><p class="wp-caption-text">Microsoft_Exchange_2007_AntiSpamAgents</p></div>
<p>Alternatively you can run Get-TransportAgent</p>
<div id="attachment_417" class="wp-caption alignnone" style="width: 628px"><img class="size-full wp-image-417" title="Microsoft_Exchange_2007_PowerShell_Get-TransportAgents" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Microsoft_Exchange_2007_PowerShell_Get-TransportAgents.PNG" alt="Microsoft_Exchange_2007_PowerShell_Get-TransportAgentsMicrosoft_Exchange_2007_PowerShell_Get-TransportAgents" width="618" height="184" /><p class="wp-caption-text">Microsoft_Exchange_2007_PowerShell_Get-TransportAgents</p></div>
<p><code>[PS] C:\&gt;Get-TransportAgent</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/08/20/missing-microsoft-exchange-2007-anti-spam-agents-heres-the-how-to-install-anti-spam-agents-on-hub-transport-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Exchange 2007 Catch all Transport Agent</title>
		<link>http://www.christiano.ch/wordpress/2009/08/20/microsoft-exchange-2007-catch-all-transport-agent/</link>
		<comments>http://www.christiano.ch/wordpress/2009/08/20/microsoft-exchange-2007-catch-all-transport-agent/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 14:17:19 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=404</guid>
		<description><![CDATA[This is a little tutorial about how to install a Microsoft Exchange Catch All Agent / Mailbox. &#8216;Catch all&#8217; is the ability of an SMTP server to redirect messages to non-existing recipients to a specific address. For example, your domain is like @christiano.ch. Someone sends an email to sunny@christiano.ch and you don&#8217;t have a mailbox [...]]]></description>
			<content:encoded><![CDATA[<p>This is a little tutorial about how to install a Microsoft Exchange Catch All Agent / Mailbox. &#8216;Catch all&#8217; is the ability of an SMTP server to redirect messages to non-existing recipients to a specific address. For example, your domain is like @christiano.ch. Someone sends an email to sunny@christiano.ch and you don&#8217;t have a mailbox with the corresponding email address, the email can&#8217;t be delivered. The sender get&#8217;s a notification (NDR &#8211; Non Delivery Receipt,  STMP RFC Error Code 550) similiar to this one:</p>
<p><span id="more-404"></span></p>
<pre>This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:<a href="mailto:sunny@christiano.ch">
sunny@christiano.ch</a>
SMTP error from remote mail server after RCPT TO:&lt;<a href="mailto:sunny@christiano.ch">sunny@christiano.ch</a>&gt;:
host christiano.ch [100.120.200.30]: 550 No Such User Here</pre>
<p>If you want your Microsoft Exchange Server to take such mails and put them in a common mailbox, you could use the nice Microsoft Exchange 2007 Transport Protocol Agent which provides the (MTA) catchall functionality from Wilbert De Graaf. The Agent is Open Source published on www.codeplex.com. To download the Agent, click <a title="Download Microsoft Exchange 2007 Catch All Transport Agent from codeplex.com" href="http://catchallagent.codeplex.com" target="_blank">here</a> and click on download..</p>
<p>Setup is quite easy.</p>
<p>The instruction has been taken from the install notes from Wilbert de Graaf..<br />
CatchAllAgent: Exchange 2007 Transport Protocol Agent<br />
=====================================================</p>
<p>Introduction<br />
&#8212;&#8212;&#8212;&#8212;<br />
CatchAllAgent is an Exchange 2007 Transport Protocol Agent. If a message comes in, and a<br />
recipient of that message does not exist (unknown recipient), the recipient typically gets<br />
rejected by the Recipient Filtering feature (which is also a Transport Protocol Agent).<br />
The CatchAllAgent can be configured to rewrite the recipient address for unknown recipients<br />
such that such messages end up in a dedicated mailbox. The configuration allows for multiple<br />
domains, but you can only specify a single target address for each of those domains.</p>
<p>Configuration<br />
&#8212;&#8212;&#8212;&#8212;-<br />
The configuration is called config.xml and should be found at the same location of the agent&#8217;s<br />
assembly (DLL). The contents looks something like this:<br />
&lt;config&gt;<br />
&lt;domain name=&#8221;domain1.com&#8221; address=&#8221;catchall@domain1.com&#8221; /&gt;<br />
&lt;domain name=&#8221;domain2.com&#8221; address=&#8221;admin@domain2.com&#8221; /&gt;<br />
&lt;/config&gt;<br />
This says that messages to unknown recipients @ domain1.com should be redirected to<br />
&#8220;catchall@domain1.com&#8221;, and messages to unknown recipients @ domain2.com should be<br />
redirected to &#8220;admin@domain2.com&#8221;. Recipients that are either known at those domains,<br />
or at other domains (either known or unknown) are unaffected.<br />
Changes to the configuration file will be picked up on the fly. If there is an error<br />
in the configuration file, the (new) content will be ignored.</p>
<p>Installation Steps<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
1. Create a directory on your Transport server (either Edge or Internet Facing Hub role)<br />
2. Unzip the ExchangeCatchAll.zip file in that directory<br />
3. Edit the config.xml according to your needs<br />
4. Open the Exchange 2007 Management Shell and run the following command to install<br />
the agent, assuming the directory with the CatchAll agent is c:\catchallagent:<br />
<code>[PS] C:\catchallagent&gt;install-transportagent -Name "CatchAll Agent" -TransportAgentFactory:CatchAll.CatchAllFactory -AssemblyPath:"C:\catchallagent\CatchAllAgent.dll"</code><br />
Identity                                           Enabled         Priority<br />
&#8212;&#8212;&#8211;                                           &#8212;&#8212;-         &#8212;&#8212;&#8211;<br />
CatchAll Agent                                     False           18<br />
WARNING: Please exit Powershell to complete the installation.<br />
WARNING: The following service restart is required for the change(s) to take effect : MSExchangeTransport<br />
5. Now the priority of the CatchAllAgent needs to be smaller that the priority of the Recipient<br />
Filtering agent. So you first need to figure that out using the get-transportagent task:<br />
<code>[PS] C:\catchallagent&gt;get-transportagent</code><br />
Identity                                           Enabled         Priority<br />
&#8212;&#8212;&#8211;                                           &#8212;&#8212;-         &#8212;&#8212;&#8211;<br />
Transport Rule Agent                               True            1<br />
Journaling Agent                                   True            2<br />
RMS Encryption Agent                               False           3<br />
AD RMS Prelicensing Agent                          False           4<br />
Connection Filtering Agent                         True            12<br />
Content Filter Agent                               True            13<br />
Sender Id Agent                                    True            14<br />
Sender Filter Agent                                True            15<br />
Recipient Filter Agent                             True            16<br />
Protocol Analysis Agent                            True            17<br />
CatchAll Agent                                     False           18</p>
<p>So in this case (Internet facing Hub) the priority of the Recipient Filtering Agent is 16, and since<br />
11 is available, that&#8217;d be a good pick. Use the following command to set the priority:<br />
<code>[PS] C:\catchallagent&gt;set-transportagent "CatchAll Agent" -Priority:11</code><br />
WARNING: The following service restart is required for the change(s) to take effect : MSExchangeTransport<br />
6. Now the agent can be enabled:<br />
<code>[PS] C:\catchallagent&gt;enable-transportagent "CatchAll Agent"</code><br />
WARNING: The following service restart is required for the change(s) to take effect : MSExchangeTransport<br />
7. Restart the Transport service:<br />
<code>net stop MSExchangeTransport</code><br />
<code>net start MSExchangeTransport</code></p>
<p>Troubleshooting<br />
&#8212;&#8212;&#8212;&#8212;&#8212;<br />
The agent supports standard .NET tracing. To enable tracing, you have to add the following<br />
section to the application configuration file (edgetransport.exe.config):<br />
&lt;configuration&gt;<br />
&lt;system.diagnostics&gt;<br />
&lt;trace autoflush=&#8221;false&#8221; indentsize=&#8221;4&#8243;&gt;<br />
&lt;listeners&gt;<br />
&lt;add name=&#8221;myListener&#8221;<br />
type=&#8221;System.Diagnostics.TextWriterTraceListener&#8221;<br />
initializeData=&#8221;traces.log&#8221; /&gt;<br />
&lt;remove name=&#8221;Default&#8221; /&gt;<br />
&lt;/listeners&gt;<br />
&lt;/trace&gt;<br />
&lt;/system.diagnostics&gt;<br />
&lt;/configuration&gt;<br />
The result is that traces will be written to file &#8220;traces.log&#8221; in the applcation&#8217;s directory.<br />
There will only be traces for configuration changes, and not when a recipient gets processed.</p>
<h2>Links</h2>
<p><a title="Download CatchAllAgent for Microsoft Exchange2007 Transport Protocol Agent from www.codeplex.com" href="http://catchallagent.codeplex.com/" target="_blank">CatchAllAgent for Microsoft Exchange 2007 Transport Protocol Agent on www.codeplex.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/08/20/microsoft-exchange-2007-catch-all-transport-agent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial about installing Microsoft Forefront Security for Exchange Server 2007</title>
		<link>http://www.christiano.ch/wordpress/2009/08/18/tutorial-about-installing-microsoft-forefront-security-for-exchange-server-2007/</link>
		<comments>http://www.christiano.ch/wordpress/2009/08/18/tutorial-about-installing-microsoft-forefront-security-for-exchange-server-2007/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 08:35:01 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Forefront Security]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=370</guid>
		<description><![CDATA[Microsoft Forefront Security for Exchange Server integrates multiple scan engines from industry-leading security firms into a comprehensive, layered solution, helping businesses protect their Microsoft Exchange Server messaging environments from viruses, worms, spam, and inappropriate content. In this post i documented the installation of Microsoft Forefront Security for Exchange 2007 in the form of a tutorial. [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Forefront Security for Exchange Server integrates multiple scan engines from industry-leading security firms into a comprehensive, layered solution, helping businesses protect their Microsoft Exchange Server messaging environments from viruses, worms, spam, and inappropriate content. In this post i documented the installation of Microsoft Forefront Security for Exchange 2007 in the form of a tutorial.</p>
<p><span id="more-370"></span></p>
<h3>To install Forefront Security for Exchange Server on a local server (Edge Server in this illustration)</h3>
<p>1. Run the Setup.exe file, which is available on your CD image or from the self-extracting package available at the Microsoft Volume Licensing Download Center or from the Trial Download Center (checks links below..)</p>
<div id="attachment_371" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-371" title="Exchange_Forefront_Setup_1" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_1.png" alt="Exchange_Forefront_Setup_1" width="675" height="437" /><p class="wp-caption-text">Exchange_Forefront_Setup_1</p></div>
<p>2. The initial setup screen is Welcome. Click Next to continue.</p>
<div id="attachment_372" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-372" title="Exchange_Forefront_Setup_2" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_2.png" alt="Exchange_Forefront_Setup_2" width="675" height="437" /><p class="wp-caption-text">Exchange_Forefront_Setup_2</p></div>
<p>3.  Read the license at the License Agreement screen and click Yes to accept it.</p>
<div id="attachment_373" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-373" title="Exchange_Forefront_Setup_3" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_3.png" alt="Exchange_Forefront_Setup_3" width="675" height="438" /><p class="wp-caption-text">Exchange_Forefront_Setup_3</p></div>
<p>4. On the Customer Information screen, enter User Name and Company Name, if needed.</p>
<div id="attachment_374" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-374" title="Exchange_Forefront_Setup_4" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_4.png" alt="Exchange_Forefront_Setup_4" width="675" height="436" /><p class="wp-caption-text">Exchange_Forefront_Setup_4</p></div>
<p>5. On the Installation Location screen, select Local Installation.</p>
<div id="attachment_375" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-375" title="Exchange_Forefront_Setup_5" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_5.png" alt="Exchange_Forefront_Setup_5" width="675" height="438" /><p class="wp-caption-text">Exchange_Forefront_Setup_5</p></div>
<p>6. On the Installation Type screen, select Full Installation.</p>
<div id="attachment_376" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-376" title="Exchange_Forefront_Setup_6" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_6.png" alt="Exchange_Forefront_Setup_6" width="675" height="438" /><p class="wp-caption-text">Exchange_Forefront_Setup_6</p></div>
<p>7. Setup checks to see if you have the correct version of the Windows Update Agent. If you do not have the correct version, at the end of the installation you are directed to the Microsoft Update Web site to do the opt-in manually. If you do have the correct version, Setup then checks if Microsoft Update is enabled. If it is not, the Use Microsoft Update dialog box appears, permitting you to enable it.<br />
8. On the Quarantine Security Settings screen, select the desired setting.<br />
* Secure Mode causes all messages and attachments delivered from Quarantine to be re-scanned for viruses and filter matches. This is the default.</p>
<p>* Compatibility Mode enables messages and attachments to be delivered from Quarantine without being scanned for filter matches. (Messages and attachments are always scanned for viruses.) Forefront Security for Exchange Server identifies these messages by placing special tag text in the subject line of all messages that are delivered from Quarantine.</p>
<div id="attachment_377" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-377" title="Exchange_Forefront_Setup_7" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_7.png" alt="Exchange_Forefront_Setup_7" width="675" height="437" /><p class="wp-caption-text">Exchange_Forefront_Setup_7</p></div>
<p>9. On the Engine Updates Required screen, read the warning about engine updates.</p>
<div id="attachment_379" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-379" title="Exchange_Forefront_Setup_8" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_81.png" alt="Exchange_Forefront_Setup_8" width="675" height="439" /><p class="wp-caption-text">Exchange_Forefront_Setup_8</p></div>
<p>10. If you use a proxy server for scanner updates, select Use Proxy Settings and enter the proxy name or IP address and its port on the Proxy Information screen. This ensures that your proxy server is correctly configured from the start. If you are doing a fresh install, you may enter the proxy information. If this is an upgrade, and proxy data is available in the registry, this screen does not appear and the existing data is preserved. Any changes to existing proxy information can be made in General Options.</p>
<p>If a username and password are required for the proxy server, they must be entered through General Options once FSE has been installed. This must be done immediately, otherwise engine updates will fail.</p>
<div id="attachment_380" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-380" title="Exchange_Forefront_Setup_9" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_9.png" alt="Exchange_Forefront_Setup_9" width="675" height="438" /><p class="wp-caption-text">Exchange_Forefront_Setup_9</p></div>
<p>11. If the server you are installing to is an edge server you may be asked if you want FSE to enable Anti-Spam Updates. If you’ve never made any change to the Anti-Spam Updates setting on the Exchange Management Console (that is, the setting is in its default state), you are offered this choice. If you have made a change to that setting, you will not see it. If you do not enable Anti-Spam Updates during FSE installation, you can turn them on by clicking Enable Anti-spam Updates in the Action section of the Exchange Management Console.</p>
<p>If you enable Anti-Spam Updates during the installation and subsequently uninstall FSE, they will be disabled.</p>
<div id="attachment_381" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-381" title="Exchange_Forefront_Setup_10" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_10.png" alt="Exchange_Forefront_Setup_10" width="675" height="437" /><p class="wp-caption-text">Exchange_Forefront_Setup_10</p></div>
<p>12. On the Choose Destination Location screen, either accept the default destination folder for the product, or click Browse to select a different one.</p>
<p>Default: Program Files(x86)\Microsoft Forefront Security\Exchange Server</p>
<div id="attachment_382" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-382" title="Exchange_Forefront_Setup_11" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_11.png" alt="Exchange_Forefront_Setup_11" width="675" height="438" /><p class="wp-caption-text">Exchange_Forefront_Setup_11</p></div>
<p>13. On the Select Program Folder screen, choose a program folder for Forefront. At this point, Setup checks for running services.</p>
<p>Default program folder: Microsoft Forefront Server Security\Exchange Server</p>
<div id="attachment_383" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-383" title="Exchange_Forefront_Setup_12" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_12.png" alt="Exchange_Forefront_Setup_12" width="675" height="437" /><p class="wp-caption-text">Exchange_Forefront_Setup_12</p></div>
<p>14. On the Start Copying Files screen, review the data presented to you. If any changes have to be made, use the Back button to navigate to the screen to be changed. Otherwise, click Next to begin the installation. A progress bar indicates that the files are being copied.</p>
<div id="attachment_384" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-384" title="Exchange_Forefront_Setup_13" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_13.png" alt="Exchange_Forefront_Setup_13" width="675" height="435" /><p class="wp-caption-text">Exchange_Forefront_Setup_13</p></div>
<p>15. After installation is complete, you can start or restart the Exchange Transport Service, depending on whether it was stopped or running when the installation began. For a clean install, the service was probably still running and needs to be recycled. If you are reinstalling the product, the service had to be stopped before FSE could be uninstalled. If the service was running, the Restart Exchange Transport Service screen appears; if the service was stopped, the Start Exchange Transport Service screen appears. In either case, you can start the Transport service automatically so that Forefront Security for Exchange Server can become active. Click Next to have Setup perform this step or click Skip to manually perform this step at a later time. Until the service has been started or restarted, FSE cannot scan mail being sent or received.</p>
<div id="attachment_385" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-385" title="Exchange_Forefront_Setup_13_Restart_TransportAgent" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_13_Restart_TransportAgent.png" alt="Exchange_Forefront_Setup_13_Restart_TransportAgent" width="675" height="436" /><p class="wp-caption-text">Exchange_Forefront_Setup_13_Restart_TransportAgent</p></div>
<p>16. Depending on whether the Exchange Transport Service is being started or restarted (that is, you clicked Next on the prior screen), the Starting Exchange Transport Service screen or the Recycling Exchange Transport Service screen appears. Wait until the status changes to All services started, before clicking Next to continue.</p>
<div id="attachment_386" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-386" title="Exchange_Forefront_Setup_14_Restarting_TransportAgent" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_14_Restarting_TransportAgent.png" alt="Exchange_Forefront_Setup_14_Restarting_TransportAgent" width="675" height="438" /><p class="wp-caption-text">Exchange_Forefront_Setup_14_Restarting_TransportAgent</p></div>
<div id="attachment_387" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-387" title="Exchange_Forefront_Setup_15_All_Services_Restarted" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_15_All_Services_Restarted.png" alt="Exchange_Forefront_Setup_15_All_Services_Restarted" width="675" height="435" /><p class="wp-caption-text">Exchange_Forefront_Setup_15_All_Services_Restarted</p></div>
<p>17. If the Information Store Service was stopped when the install began, the Start Exchange Information Store screen appears. You can start the Information Store service automatically so that Forefront Security for Exchange Server can become active. Click Next to have Setup perform this step or click Skip to manually perform this step at a later time. Until the service has been started, FSE cannot scan mail on the Store. If the Information Store was running when the installation began, this screen does not appear.<br />
18. If the Information Store Service is being started (that is, you clicked Next on the prior screen), the Starting Exchange Services screen appears. Wait until the status changes to All services started, before clicking Next to continue.<br />
19. On the InstallShield Wizard Complete screen, you are advised to view the Readme file (recommended). If you opted to use Microsoft Update and you do not have the correct version of the Windows Update Agent, you are directed to a site to obtain it. Click Finish to complete the installation.</p>
<div id="attachment_388" class="wp-caption alignnone" style="width: 685px"><img class="size-full wp-image-388" title="Exchange_Forefront_Setup_16_Installation_Complete" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Forefront_Setup_16_Installation_Complete.png" alt="Exchange_Forefront_Setup_16_Installation_Complete" width="675" height="436" /><p class="wp-caption-text">Exchange_Forefront_Setup_16_Installation_Complete</p></div>
<p>you&#8217;re done, installation is complete!</p>
<p>Antivirus scanning on Edge Transport or Hub Transport servers is done by a Forefront AV Agent that is an E12 Transport agent registered with the Edge Transport.exe and loaded by that process.<br />
Antivirus scanning on the Mailbox server for Realtime and Background processing is done by an E12 compatible Forefront VSAPI.dll that is loaded by the Exchange Store.<br />
The actual antivirus scanning of messages is performed by separate Forefront Realtime and Transport processes that provide message scanning isolation from the Exchange Transport and Store processes.</p>
<h3>Links</h3>
<p><a title="Download Evaluation Microsoft Forefront Security for Exchange Server" href="http://technet.microsoft.com/en-us/bb738109.aspx" target="_blank">Evaluate Microsoft Forefront Security for Exchange Server</a></p>
<p><a title="Download Microsoft Forefront Client and Beta Software" href="http://www.microsoft.com/forefront/en/us/trial-software.aspx" target="_blank">Download Microsoft Forefront Client and Beta Software</a></p>
<p><a title="Forefront Security for Exchange Server Cluster Installation Guide" href="http://technet.microsoft.com/en-us/library/bb892168.aspx" target="_blank">Forefront Security for Exchange Server Cluster Installation Guide</a></p>
<p><a title="Microsoft Forefront Server Security Blog" href="http://blogs.technet.com/fss/" target="_blank">Microsoft Forefront Server Security Blog</a></p>
<p style="text-align: justify;">Information about the <strong>Forefront Server Technology Adoption Program (TAP)</strong> can be found by logging into http://connect.microsoft.com and selecting the Forefront TAP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/08/18/tutorial-about-installing-microsoft-forefront-security-for-exchange-server-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Microsoft Exchange 2007 SP1 on Windows Server 2008 x64</title>
		<link>http://www.christiano.ch/wordpress/2009/08/06/installing-microsoft-exchange-2007-sp1-on-windows-server-2008-x64/</link>
		<comments>http://www.christiano.ch/wordpress/2009/08/06/installing-microsoft-exchange-2007-sp1-on-windows-server-2008-x64/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 14:43:26 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Installing Microsoft Exchange Server 2007]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/?p=177</guid>
		<description><![CDATA[Yep, today is a geeky freaky day. I&#8217;ll install an Exchange 2007 SP1 on a Microsoft Windows Server 2008 x64 Datacenter. Unfortunately the whole Microsoft Exchange Server will be installed on one single server. From the security perspective this setup is not recommended, anyway, that&#8217;s the way to go.. Starting position is: a Server with [...]]]></description>
			<content:encoded><![CDATA[<p>Yep, today is a geeky freaky day. I&#8217;ll install an Exchange 2007 SP1 on a Microsoft Windows Server 2008 x64 Datacenter. Unfortunately the whole Microsoft Exchange Server will be installed on one single server.<br />
From the security perspective this setup is not recommended, anyway, that&#8217;s the way to go..</p>
<p>Starting position is: a Server with Microsoft Windows 2008 x64 Datacenter Edition (Installing it on a Standard and Enterprise Edition does not make a difference)..</p>
<p>First Step is, join a the Server to an existing Domain. Exchange Server Setup won&#8217;t let you install Exchange Server on a Machine which is not member of a domain.</p>
<p>Whenever you start <em>Setup.exe</em> run it elevated (Run as administrator)</p>
<p><span id="more-177"></span></p>
<div id="attachment_210" class="wp-caption alignnone" style="width: 392px"><img class="size-full wp-image-210" title="Exchange_Setup_RunAsAdmin" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Setup_RunAsAdmin.JPG" alt="Exchange_Setup_RunAsAdmin" width="382" height="367" /><p class="wp-caption-text">Exchange_Setup_RunAsAdmin</p></div>
<p>Next step, install PowerShell. You can do this using the Exchange Server Setup or do it from a command prompt using ServerManagerCMD.</p>
<div id="attachment_211" class="wp-caption alignnone" style="width: 332px"><img class="size-full wp-image-211" title="Exchange_Setup_Installing_PowerShell_using_Exchange_Setup" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Setup_Installing_PowerShell_using_Exchange_Setup.JPG" alt="Exchange_Setup_Installing_PowerShell_using_Exchange_Setup" width="322" height="105" /><p class="wp-caption-text">Installing_PowerShell_using_Exchange_Setup</p></div>
<p>or</p>
<div id="attachment_209" class="wp-caption alignnone" style="width: 303px"><img class="size-full wp-image-209" title="Exchange_Setup_Installing_PowerShell_using_ServerManagerCmd" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Setup_Installing_PowerShell_using_ServerManagerCmd.JPG" alt="Exchange_Setup_Installing_PowerShell_using_ServerManagerCmd" width="293" height="52" /><p class="wp-caption-text">Installing_PowerShell_using_ServerManagerCmd</p></div>
<p><code>ServerManagerCmd -i PowerShell</code></p>
<p>Now the system is ready for the Exchange Server Setup.</p>
<p>On Windows Server 2008 you need to install the Remote Server Administrations Tools, or at least parts of it.</p>
<p><code>ServerManagerCmd -i RSAT-ADDS</code></p>
<p>Consider =&gt;</p>
<ul>
<li>To Install Exchange Server you must be a member of the <em>&#8216;Schema Admins&#8217;</em> and <em>&#8216;Enterprise Admins&#8217;</em> Groups</li>
</ul>
<div id="attachment_212" class="wp-caption alignnone" style="width: 646px"><img class="size-full wp-image-212" title="Exchange_Setup_Screen_1" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Setup_Screen_1.JPG" alt="Exchange_Setup_Screen_1" width="636" height="554" /><p class="wp-caption-text">Exchange_Setup_Screen_1</p></div>
<div id="attachment_213" class="wp-caption alignnone" style="width: 647px"><img class="size-full wp-image-213" title="Exchange_Setup_Screen_2" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Setup_Screen_2.JPG" alt="Exchange_Setup_Screen_2" width="637" height="556" /><p class="wp-caption-text">Exchange_Setup_Screen_2</p></div>
<div id="attachment_214" class="wp-caption alignnone" style="width: 647px"><img class="size-full wp-image-214" title="Exchange_Setup_Screen_3" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Setup_Screen_3.JPG" alt="Exchange_Setup_Screen_3" width="637" height="556" /><p class="wp-caption-text">Exchange_Setup_Screen_3</p></div>
<div id="attachment_215" class="wp-caption alignnone" style="width: 646px"><img class="size-full wp-image-215" title="Exchange_Setup_Screen_4" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Setup_Screen_4.JPG" alt="Exchange_Setup_Screen_4" width="636" height="556" /><p class="wp-caption-text">Exchange_Setup_Screen_4</p></div>
<div id="attachment_222" class="wp-caption alignnone" style="width: 647px"><img class="size-full wp-image-222" title="Exchange_Setup_Screen_5" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/08/Exchange_Setup_Screen_5.JPG" alt="Exchange_Setup_Screen_5" width="637" height="556" /><p class="wp-caption-text">Exchange_Setup_Screen_5</p></div>
<p>Installations done!</p>
<p>Now let&#8217;s get started configuring Microsoft Exchange Server 2007!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/08/06/installing-microsoft-exchange-2007-sp1-on-windows-server-2008-x64/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
