<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='http://elfassy.spaces.live.com/mmm2008-05-08_20.17/rsspretty.aspx?rssquery=en-US;http%3a%2f%2felfassy.spaces.live.com%2fcategory%2fExchange%2bServer%2b2003%2ffeed.rss' version='1.0'?><rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss" xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Exchange Server 2007 / 2003 (tips and tricks) sprinkled with SMS and AD stuff...: Exchange Server 2003</title><description /><link>http://elfassy.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=catExchange%2bServer%2b2003</link><language>en-US</language><pubDate>Wed, 14 May 2008 03:29:14 GMT</pubDate><lastBuildDate>Wed, 14 May 2008 03:29:14 GMT</lastBuildDate><generator>Microsoft Spaces v1.1</generator><docs>http://www.rssboard.org/rss-specification</docs><ttl>60</ttl><cf:parentRSS>http://elfassy.spaces.live.com/blog/feed.rss</cf:parentRSS><live:type>blogcategory</live:type><live:identity><live:id>-188369696623034668</live:id><live:alias>elfassy</live:alias></live:identity><cf:listinfo><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="typelabel" label="Type" /><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="tag" label="Tag" /><cf:group element="category" label="Category" /><cf:sort element="pubDate" label="Date" data-type="date" default="true" /><cf:sort element="title" label="Title" data-type="string" /><cf:sort ns="http://purl.org/rss/1.0/modules/slash/" element="comments" label="Comments" data-type="number" /></cf:listinfo><item><title>SSL certificate server name is incorrect - Exchange System Manager issue</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!321.entry</link><description>&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I came across this issue today, where the Exchange System Manager returns the following error when accessing the Public Folders node:&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;SSL certificate server name is incorrect&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;All Internet queries to this problem point to the following Microsoft article: &lt;a href="http://support.microsoft.com/kb/324345"&gt;http://support.microsoft.com/kb/324345&lt;/a&gt; The article offes two solutions, one is to match the FQDN of the server in the certificate assigned to the website. This was not a realistic option for us, given that the server was installed with a .PRIV domain name. The second option was to remove the SSL requirement on the EXADMIN virtual directory. This task was easy enough to do, but didn't solve the problem. I found that the solution was actually in Active Directory. When we made the modifications on the EXADMIN virtual directory in IIS manager, the setting did not propagate to Active Directory. So to resolve the issue, browse to the EXADMIN object in ADSIEdit and remove the SSL port value (443) from the MSExchSecureBinding property.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Now, we can manage our Public folders again.&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+SSL+certificate+server+name+is+incorrect+-+Exchange+System+Manager+issue&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!321.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!321.entry</guid><pubDate>Thu, 25 Oct 2007 05:01:02 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!321/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!321.entry#comment</wfw:comment><dcterms:modified>2007-10-25T05:01:02Z</dcterms:modified></item><item><title>Troubleshooting Exchange Server ActiveSync through an ISA server</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!279.entry</link><description>&lt;div&gt;I'm spending more time on advanced issues related to Exchange Server 2003 these days. I don't get calls anymore to migrate or install servers, i'm getting requests for RPC over HTTP, multi-node clusters and configuring Server ActiveSync. This makes for much more interesting projets...&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;So this week I had to configure a new client's Server ActiveSync environment and ensure connectivity through an existing ISA 2004 server. Of course, the current environment wasn't properly configured and I had to stabilize a few things before I could move on... However, when it came to the ActiveSync portion of the work, I ended up forgetting a few details and I made myself a list of gotcha's. Here they are:&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that ActiveSync is enabled both at the organization leve (global settings) and at the use level.
&lt;li&gt;Ensure that a valid certificate is imported in for the Server ActiveSync Virtual Directory in IIS.
&lt;li&gt;If you are using a certificate from an internal Windows CA, ensure that the PDA either has imported the CA's root certificate or is not verifying the validity of certificates (disablecertchk.exe).
&lt;li&gt;Ensure that the certificate is issued to the Exchange server's name (you will run into the same issue with RPC over HTTP, certificate name must map to the FQDN of the Exchange server)
&lt;li&gt;Ensure that the ServerActiveSync Virtual Directory is NOT set to Require SSL.
&lt;li&gt;Ensure that the web site hosting the Exchange serverdirectories is NOT using host headers (this one might only be specific to going through an ISA server, not 100% sure if its needed without ISA)
&lt;li&gt;Import the Exchange server's certificate into the ISA server and create a new Web Listener in ISA. Associate the new Web Listener to the new access rule for HTTPS.
&lt;li&gt;Ensure that the FQDN on the cert can be resolved through external DNS.&lt;/ol&gt;
&lt;p&gt;Once all of this is done, configure the profile on the PDA to point to the FQDN on the certificate and start syncing!!!&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Troubleshooting+Exchange+Server+ActiveSync+through+an+ISA+server&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!279.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!279.entry</guid><pubDate>Fri, 21 Apr 2006 14:08:33 GMT</pubDate><slash:comments>1</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!279/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!279.entry#comment</wfw:comment><dcterms:modified>2006-04-21T14:08:33Z</dcterms:modified></item><item><title>Will it be named Exchange Server 2006 or 2007?</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!251.entry</link><description>&lt;div&gt;At the IT Forum in Barcelona, Microsoft announced the release schedule for the next version of Exchange, code named Exchange 12. I've blogged about E12 before, including all its exciting new features. More details to come about this very soon...&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Exchange 12 release schedule:&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Beta 1: Q4 2005
&lt;li&gt;Beta 2: Mid-2006
&lt;li&gt;RTM: Late 2006 / Early 2007&lt;/ul&gt;
&lt;p&gt;So which one will it be 2006 or 2007. Let the pool begin... I'm betting on March 2007.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Will+it+be+named+Exchange+Server+2006+or+2007%3f&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!251.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!251.entry</guid><pubDate>Wed, 16 Nov 2005 04:44:38 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!251/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!251.entry#comment</wfw:comment><dcterms:modified>2005-11-16T04:44:38Z</dcterms:modified></item><item><title>Using MONAD to administer Exchange Server 2003</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!191.entry</link><description>&lt;div&gt;I know, i've been MIA for a while. I've been busier than a japanese tourist at a Canon Outlet, but something real interesting brought me out of hiding.&lt;/div&gt;
&lt;div&gt;As many of you know, MONAD is all the buzz these days. Especially, the security benefits of this new technology in being touted around. However, what I only learned a few weeks ago is the administrative benefits that MONAD will provide for Exchange 12. For Exchange administrators that are not comfortable writing or using complex ADSI scripts to perform automated Exchange management, MONAD will provide a simplified syntax for management.&lt;/div&gt;
&lt;div&gt;Here are a couple of examples I just came across from the &lt;a href="http://blogs.technet.com/exchange/"&gt;Exchange Team Blog&lt;/a&gt;:&lt;/div&gt;
&lt;div&gt;&lt;font face="Courier New"&gt;&lt;/font&gt; &lt;/div&gt;
&lt;div&gt;&lt;font face="Courier New"&gt;To Set the send quota for ALL mail enabled users in a DL to 1MB &lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Courier New"&gt;&lt;/font&gt; &lt;/div&gt;
&lt;div&gt;&lt;font face="Courier New"&gt;&lt;strong&gt;Get-DistributionGroup “DL_NAME” | Get-DistributionGroupMember | Set-Mailbox –ProhibitSendQuota 1024&lt;/strong&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Courier New"&gt;&lt;/font&gt; &lt;/div&gt;
&lt;div&gt;&lt;font face="Courier New"&gt;To move all users from one Exchange server to another Exchange server&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face="Courier New"&gt;&lt;/font&gt; &lt;/div&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face="Courier New"&gt;Get-Mailbox –server SOURCE_SERVER_NAME | move-mailbox –targetDatabase “DESTINATION_SERVER_NAME\DESTINATION_MBXSTORE”&lt;/font&gt; &lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;&lt;/strong&gt; &lt;/div&gt;
&lt;div&gt;This looks like pretty exciting stuff. More about E12 soon, but before that ,watch out for some SP2 stuff coming up.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Using+MONAD+to+administer+Exchange+Server+2003&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!191.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!191.entry</guid><pubDate>Wed, 17 Aug 2005 06:34:38 GMT</pubDate><slash:comments>2</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!191/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!191.entry#comment</wfw:comment><dcterms:modified>2005-08-17T06:34:38Z</dcterms:modified></item><item><title>How to move an Exchange mailbox with a BlackBerry / BES user</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!188.entry</link><description>&lt;p&gt;&lt;font face=Arial size=2&gt;At TechEd last week, I noticed that over half of the attendees carried blackberries. Today, almost all my clients incorporate BES servers into their messaging infrastructures. This means one thing for me, i need to know more about troubleshooting BES servers and their communication with AD and Exchange. So look for more Bberry info in this blog in the future. Here's an issue I just encountered this week. &lt;/font&gt; &lt;p&gt;&lt;font face=Arial size=2&gt;When a mailbox is moved from one Exchange server to another. the BES server needs to be told. If not, the BBerry device is useless. You need to run a utility called &lt;strong&gt;&lt;font color="#330033"&gt;handheldcleanup.exe&lt;/font&gt; &lt;/strong&gt;with an &lt;strong&gt;–m&lt;/strong&gt; parameter to update moved mailboxes. You can run the tool in a verification mode only first to identify moved mailboxes before applying the change. The tool will update the DN name of the mailbox in the BES database. You can find this utility in this directory on the BES server &lt;/font&gt;&lt;font face="Courier New"&gt;C:\&amp;gt;Program Files\Research In Motion\BlackBerry Enterprise Server\Utility&lt;/font&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+How+to+move+an+Exchange+mailbox+with+a+BlackBerry+%2f+BES+user&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!188.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!188.entry</guid><pubDate>Sat, 18 Jun 2005 03:37:18 GMT</pubDate><slash:comments>4</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!188/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!188.entry#comment</wfw:comment><dcterms:modified>2005-06-18T03:37:18Z</dcterms:modified></item><item><title>What is the NOPAE switch?</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!187.entry</link><description>&lt;p&gt;I recently came into a memory fragmentation issue on a large Exchange server. As most of you already now, large Exchange mailbox servers have little to gain from more than 4GB of physical memory. Manufacturers that ship preinstalled servers with more than 4GB of physical memory often enable the PAE switch in boot.ini to allow access to that additional memory to the operating system. Additionally, some hardware automatically enables Physical Address Extensions (PAE). Exchange Server 2003 is not compatible with the PAE boot.ini switch. 
&lt;p&gt;To ensure that PAE is not enabled in your hardware, ensure that you add the /NOPAE switch to your boot.ini file.
&lt;p&gt;UPDATE: SEEMS LIKE THE PAE SWITCH WILL BE SUPPORTED ON EXCHANGE SERVER 2003 SP2. I will update more later about this.
&lt;p&gt;***UPDATE: Alright, that's what happens when you don't check your blog for a couple of months. Like Russ kindly stated, the PAE switch is now supported ***AND RECOMMENDED*** on Exchange Server 2003 running on Windows Server 2003 SP1 (Patch required for Windows Server 2003 pre-sp1).&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+What+is+the+NOPAE+switch%3f&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!187.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!187.entry</guid><pubDate>Sun, 12 Jun 2005 20:02:48 GMT</pubDate><slash:comments>6</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!187/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!187.entry#comment</wfw:comment><dcterms:modified>2005-08-09T23:27:22Z</dcterms:modified></item><item><title>How to create mailbox-enabled users with CSVDE</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!186.entry</link><description>&lt;p&gt;Since I just uploaded a link to my to the &lt;a href="http://www.techedbloggers.net/"&gt;teched blogger site&lt;/a&gt;, I figure its about time i update my blog. I've been extremely busy with projects and have not had anytime for this. So I got some questions from students today and I think many will benefit from the answers. &lt;p&gt;If you want to automate the creation or management of Exchange recipients, you have (at least) for methods you could use: &lt;ol&gt; &lt;li&gt;Use the Exchange Task Wizard from ADUC, highlight multiple recipients and select Exchange Tasks or Properties, depending on what you want to do. &lt;li&gt;Use LDIFDE.exe to export the directory, modify the text file (LDF file) and import it back with LDIFDE -i -f &lt;em&gt;filename&lt;/em&gt;. &lt;li&gt;Use a VB script. In order to find an appropriate script, search the Microsoft website, they've got tons of sample scripts. If that fails, google it. &lt;li&gt;CSVDE - See next paragraph&lt;/ol&gt; &lt;p&gt;&lt;strong&gt;CSVDE.exe&lt;/strong&gt; - This tool can be used to import objects into Active Directory, in the form of a .CSV file. The file can be created by exporting information from another directory or database. CSV is a pretty standard format. The key with CSV files is getting a good &amp;quot;Header&amp;quot; file with the appropriate LDAP attributes you want to add to the objects. If you want to create mailboxes, here are the headers you can add to your csv file, then populate it with the appropriate information. &lt;p&gt;&lt;strong&gt;DN,objectClass,cn,mailNickname,displayName,sAMAccountName,userAccountControl,&lt;/strong&gt; &lt;p&gt;&lt;strong&gt;msExchHomeServerName,homeMDB&lt;/strong&gt; &lt;p&gt;Caution: Make sure the CN value in the DN is identical to the CN value two attributes down the line. &lt;p&gt;When the file is all nice and ready, import it with CSVDE -i -f &lt;em&gt;filename&lt;/em&gt; &lt;p&gt;See you at TechEd!&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+How+to+create+mailbox-enabled+users+with+CSVDE&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!186.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!186.entry</guid><pubDate>Tue, 31 May 2005 04:34:36 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!186/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!186.entry#comment</wfw:comment><dcterms:modified>2005-05-31T04:35:40Z</dcterms:modified></item><item><title>Tools not available on an Exchange 2003 Cluster</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!185.entry</link><description>&lt;p&gt;I've been researching this for a client for an upcoming migration from Exchange 2000 to Exchange 2003. We will be moving from a stand-alone server to a two node A/P Exchange 2003 cluster. I mentioned to the client that some Exchange features are not available on the cluster and that they should be aware of those, but I did not have a comprehensive list. Here's what I came up with, if anyone has any more information, i'm all ears/eyes: &lt;p&gt;1. Internet Mail Wizard (cannot be run) &lt;p&gt;2. Intelligent Messaging Filter (IMF) &lt;p&gt;3. Active Directory Connector (ADC) (Does not impact my client, but worth a mention) &lt;p&gt;4. Site Replication Service (SRS) (Still no impact for my client) &lt;p&gt;5. /Disasterrecovery setup switch. &lt;p&gt;6. Cannot be the first Exchange 2k3 server in the 5.5 site (mostly because of #4) &lt;p&gt;Can anyone think of something else?&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Tools+not+available+on+an+Exchange+2003+Cluster&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!185.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!185.entry</guid><pubDate>Thu, 07 Apr 2005 18:34:59 GMT</pubDate><slash:comments>2</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!185/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!185.entry#comment</wfw:comment><dcterms:modified>2005-04-07T18:34:59Z</dcterms:modified></item><item><title>IMPORTANT - Another issue with W2k3SP1 and Exchange 2003</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!184.entry</link><description>&lt;p&gt;This one is not going to occur after a default installation of Service Pack 1 (W2K3), it will only cause issues to MAPI clients if you decide to lock down the server with the Security Configuration Wizard (SCW). &lt;p&gt;&lt;a href="http://support.microsoft.com/?id=896742"&gt;http://support.microsoft.com/?id=896742&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+IMPORTANT+-+Another+issue+with+W2k3SP1+and+Exchange+2003&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!184.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!184.entry</guid><pubDate>Fri, 01 Apr 2005 16:49:13 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!184/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!184.entry#comment</wfw:comment><dcterms:modified>2005-04-01T16:49:13Z</dcterms:modified></item><item><title>IMPORTANT - Hotfix for Exchange clusters with W2K3SP1</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!183.entry</link><description>&lt;p&gt;Just a heads up... If you're running Exchange Server 2003 in a clustered configuration, Outlook Web access will generate Internal Error - 500 after an installation of SP1 for Windows Server 2003. This is caused by a security feature in SP1 that blocks certain HTTP calls. Administrators will not experience this problems. &lt;p&gt;Here is the link to download the patch &lt;a href="http://support.microsoft.com/kb/841561"&gt;http://support.microsoft.com/kb/841561&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+IMPORTANT+-+Hotfix+for+Exchange+clusters+with+W2K3SP1&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!183.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!183.entry</guid><pubDate>Fri, 01 Apr 2005 03:53:22 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!183/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!183.entry#comment</wfw:comment><dcterms:modified>2005-04-01T03:53:22Z</dcterms:modified></item><item><title>Weird feature of Exchange Server 2003</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!180.entry</link><description>&lt;p&gt;Last year, a conversation with a client (We implemented their AD and Exchange 2003 - Multi-site)went like this (it always stuck with me, I know it's old news;)): &lt;p&gt;Client (far from an Exchange specialist): Our Exchange servers got hacked. &lt;p&gt;Me: No they didn't, I monitor them remotely and everything is fine. &lt;p&gt;Client: They've been hacked. &lt;p&gt;Me: No they haven't. &lt;p&gt;Me: Alright, why do you think you've been &amp;quot;hacked&amp;quot;?&lt;img height=19 src="http://spaces.msn.com/mmm2005-01-24_16.34/RTE/emoticons/smile_eyeroll.gif" width=19&gt; &lt;p&gt;Client: Well I just fired one of my network admins and added his smtp address to my mailbox properties, to recieve mail destined to his address. Now, when I open my OWA, the IE status bar (bottom left) displays &lt;a href="http://myexchangeserver/exchange/MYFIREDADMIN"&gt;http://myexchangeserver/exchange/MYFIREDADMIN&lt;/a&gt; (replace MYFIREDADMIN with the mailNickname value for the &amp;quot;fired admin&amp;quot;.) I never liked him and now he's hacked into my mailbox and set his name in my IE properties. Our security has been compromised, and I can't bare to look at his name on my desktop. Fix it! &lt;p&gt;Me: First of all, your security has not been compromised, so lets cool it. I just looked into it, and it seems OWA displays the status bar based on alphabetical order. Your name starts with &amp;quot;X&amp;quot; his name starts with &amp;quot;A&amp;quot;. I'll create another mailbox for the fired admin, with a secured account password and have it forward to your mailbox. No worries. &lt;p&gt;Client: You can do that? &lt;p&gt;Me: Good bye!&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Weird+feature+of+Exchange+Server+2003&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!180.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!180.entry</guid><pubDate>Fri, 18 Mar 2005 20:44:02 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!180/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!180.entry#comment</wfw:comment><dcterms:modified>2005-03-18T20:45:17Z</dcterms:modified></item><item><title>New version of EXPBA released</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!179.entry</link><description>&lt;p&gt;Well, version 2.0 of our favorite Exchange server tool, &lt;strong&gt;Exchange Best Practices Analyser&lt;/strong&gt;, has just been released. Here are some updates to existing features from the previous version: &lt;ul&gt; &lt;li&gt;Integration with MOM 2005. Exbpa can initiate notifications to MOM administrators about misconfigurations in Exchange &lt;li&gt;A &amp;quot;Best Practices&amp;quot; category has been added to warn administrators about urgent issues &lt;li&gt;Performance sampling and analysis &lt;li&gt;Scheduling capabilities &lt;li&gt;A DNS collector to verify the existance of necessary records in DNS&lt;/ul&gt; &lt;p&gt;Download the new EXBPA V.2 at &lt;strong&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=dbab201f-4bee-4943-ac22-e2ddbd258df3&amp;amp;displaylang=en" target="_blank"&gt;this location.&lt;/a&gt;&lt;/strong&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+New+version+of+EXPBA+released&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!179.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!179.entry</guid><pubDate>Thu, 17 Mar 2005 04:54:32 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!179/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!179.entry#comment</wfw:comment><dcterms:modified>2005-03-17T04:54:32Z</dcterms:modified></item><item><title>Preventing MAPI client connections to Exchange Servers</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!177.entry</link><description>&lt;p&gt;I was asked a question today that made me dig deep in my memory and try to find a solution that I knew existed, but couldn't find anymore. I was trying to figure out how to prevent certain versions of MAPI clients from connecting to an Exchange server. I remembered it to be a registry modification on the Exchange server, but could not find any reference to it. After turning to one of my trusted Exchange sources (thanks Yan!), I've got the &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;328240" target="_blank"&gt;link to the article.&lt;/a&gt; Requires a restart of the Information Store, but besides that, pretty easy mod.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Preventing+MAPI+client+connections+to+Exchange+Servers&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!177.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!177.entry</guid><pubDate>Tue, 08 Mar 2005 19:51:33 GMT</pubDate><slash:comments>1</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!177/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!177.entry#comment</wfw:comment><dcterms:modified>2005-03-08T19:51:33Z</dcterms:modified></item><item><title>What's up with "Exchange 12"</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!174.entry</link><description>&lt;p&gt;A couple of weeks ago, I blogged about the upcoming release of &amp;quot;Exchange 12&amp;quot; and mentioned some of it's new features, including the breakdown of the continuous rumour of SQL integration. Yesterday, the Exchange Team blogged about &lt;a href="http://weblogs.asp.net/exchange/archive/2005/03/02/383720.aspx" target="_blank"&gt;some of the new features&lt;/a&gt; and inspired me to do a little recap of what we DO know about the next version of this Notes killer ;) &lt;ul&gt; &lt;li&gt;The database engine will not be based on SQL &lt;li&gt;There will (probably) be some Unified Messaging integration with corporate PBX's. If you're wondering what that would like, check out &lt;a href="http://www.excendia.com/" target="_blank"&gt;a (montreal based) company &lt;/a&gt;that's been offering it for years. &lt;li&gt;Much more integration with other MS technologies, maintaining a full collaboration vision(quoting Dave Thompson VP for Exchange). Sharepoint workspace access through OWA, amongst others. &lt;li&gt;Support for 64-bit platform, both for W2k3 and longhorn. &lt;li&gt;No more OMA, better ActiveSync. &lt;li&gt;Database replication mechanism (DT mentioned that SAN's/shared storage would no longer be necessary to configuring clustering in Exchange) Now if this ends really happening, would be a major design change and could bring us closer to the alusive &lt;a href="http://spaces.msn.com/members/russkaufmann/blog/cns!1pwuGkyvTDx37q1_Y3JQ_E6g!147.trak" target="_blank"&gt;&amp;quot;Continuous availability&amp;quot; Russ &lt;/a&gt;was blogging about last week. &lt;li&gt;More &amp;quot;edge services&amp;quot; adding to what will trickle in along the way. (E2k3SP2 will include support for the much discussed SendID anti-spam feature) &lt;li&gt;Lots of integration with &amp;quot;Office 12&amp;quot;&lt;/ul&gt; &lt;p&gt;Many more improvements I'm sure will be discussed in the months to come, leading up to a probable RTM around late 2006.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+What's+up+with+%22Exchange+12%22&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!174.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!174.entry</guid><pubDate>Fri, 04 Mar 2005 04:45:12 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!174/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!174.entry#comment</wfw:comment><dcterms:modified>2005-03-04T04:45:12Z</dcterms:modified></item><item><title>Things I'm sick of repeating in my Exchange courses...</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!171.entry</link><description>&lt;p&gt;There are quite a few misconceptions about Exchange technologies, it seems like the same ones keep on coming back, time after time. Maybe MS should do a better job at clarifying these concepts to their client base. Or maybe I should stop whinning and teach this stuff clearly... &lt;ol&gt; &lt;li&gt;A mail-enabled user is not the equivalent of a custom recipient in Exchange 5.5. A mail-enabled contact is. &lt;li&gt;Exchange Server 2003 still requires NETBios name resolution. DNS is not enough. &lt;li&gt;You don't need an SMTP connector to send SMTP mail to the internet. &lt;li&gt;2 SMTP Virtual Servers will not speed up your outbound or inbound SMTP traffic. &lt;li&gt;You should not run ESEutil.exe to compact your database every month. Check your application log, it will tell you if you to what extend your database is &amp;quot;fragmented&amp;quot; and whether or not you need to run it. &lt;li&gt;You do not have to put the /3GB in the boot.ini, if you have 1GB of physical memory. Well maybe you do, &lt;a href="http://weblogs.asp.net/oldnewthing/archive/2004/08/22/218527.aspx" target="_blank"&gt;but there's a lot more to it.&lt;/a&gt; &lt;li&gt;A mailbox is only created in the database when the user logs on for the first time, or receives his first mail message. NOT WHEN THE SMTP/X400 ADDRESS SHOWS UP ON THE EMAIL ADDRESSES TAB! &lt;li&gt;The M: drive is not &amp;quot;gone&amp;quot; in Exchange 2003, but merely hidden. You can make it visible again with a little registry key modification.&lt;/ol&gt; &lt;p&gt;I'm sure there are many more, but I'm going to leave it at that for now... &lt;p&gt; &lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Things+I'm+sick+of+repeating+in+my+Exchange+courses...&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!171.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!171.entry</guid><pubDate>Tue, 01 Mar 2005 20:52:57 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!171/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!171.entry#comment</wfw:comment><dcterms:modified>2005-03-01T21:21:26Z</dcterms:modified></item><item><title>Modifying filter for OWA GAL display</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!162.entry</link><description>&lt;p&gt;I was faced with a question from a student this week, to which I did not know the answer. They wanted to segregate a portion of remote users from displaying the default GAL filter in Outlook Web Access. After a lot of digging, i found &lt;a href="http://support.microsoft.com/?kbid=272197" target="_blank"&gt;this article&lt;/a&gt; for Exchange 2000; I tried it on Exchange 2003 and it worked as expected... &lt;p&gt;The article basically describes the procedure to modify the MsExchQueryBaseDn in ADSIEdit for the user account. The modification will establish the scope of the query to a selected OU. That OU will generate the GAL for the user when querying from OWA.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Modifying+filter+for+OWA+GAL+display&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!162.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!162.entry</guid><pubDate>Wed, 09 Feb 2005 21:19:04 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!162/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!162.entry#comment</wfw:comment><dcterms:modified>2005-02-09T21:19:04Z</dcterms:modified></item><item><title>The not-so-bad Active/Active Configuration</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!160.entry</link><description>&lt;p&gt;I've been too busy these days to update with anything of interest, so I'll just refer to an interesting blog entry I just read. Russ Kaufmann is one of those guys that I drop a line to when I have an Exchange question. Along with Rod, he's got tons of first hand experience with clustering technologies. To put it simply, I think he's a pretty smart guy... &lt;p&gt;&lt;a href="http://spaces.msn.com/members/russkaufmann/Blog/cns!1pwuGkyvTDx37q1_Y3JQ_E6g!139.entry" target="_blank"&gt;This blog entry&lt;/a&gt; was his take on the whole Active/Active vs Active/Passive configuration of Exchange Server 2003.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+The+not-so-bad+Active%2fActive+Configuration&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!160.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!160.entry</guid><pubDate>Mon, 07 Feb 2005 03:26:09 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!160/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!160.entry#comment</wfw:comment><dcterms:modified>2005-02-07T03:26:09Z</dcterms:modified></item><item><title>New update to IMF</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!156.entry</link><description>&lt;p&gt;If you're supporting small scale environments and have decided to implement the Intelligent Mail Filter(IMF) to prevent spam, you might notice that the number of spam has increased over the past few weeks. There's a good reason for that, the IMF has not been updated since the day it was released. &lt;p&gt;Today Microsoft released an update to the IMF charasteristics. &lt;p&gt;Download it &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=c1ea8cf1-48c9-4e43-a4eb-82d9a83fd4a7&amp;amp;displaylang=en" target="_blank"&gt;here&lt;/a&gt;.&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+New+update+to+IMF&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!156.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!156.entry</guid><pubDate>Wed, 02 Feb 2005 22:19:44 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!156/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!156.entry#comment</wfw:comment><dcterms:modified>2005-02-02T22:19:44Z</dcterms:modified></item><item><title>Restore a lost ADC server</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!155.entry</link><description>&lt;p&gt;As most experienced Exchange engineers know, one of the the trickiest portions of a migration from Exchange 5.5 is the manipulation of the Active Directory Connector. So, in a way, one of the worst things that could happen during a migration is a loss of an ADC server. Of course backing up the ADC server is important, but I just ran into a bit of information that may be interesting during a restore process. Since ADC stores information in AD, it's not surprising to see that to restore an ADC server, you may have to manipulate some information using ADSIedit. As this &lt;a href="http://support.microsoft.com/kb/319486" target="_blank"&gt;KB article &lt;/a&gt;describes the CA's become orphaned when the old ADC server is removed, and they have to be re-assigned to the new ADC by modifying the &lt;strong&gt;msExchHomeSyncService &lt;/strong&gt;attribute. &lt;p&gt;I've been lucky enough never to run into this, but I was wondering who else here has run into it...&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Restore+a+lost+ADC+server&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!155.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!155.entry</guid><pubDate>Tue, 01 Feb 2005 14:45:55 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!155/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!155.entry#comment</wfw:comment><dcterms:modified>2005-02-01T14:45:55Z</dcterms:modified></item><item><title>Where to put the MSDTC resource?</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!152.entry</link><description>&lt;p&gt;When running an Exchange Server 2003 cluster on Windows Server 2003, you must create a DTC (Distributed Transaction Coordinator) resource. This resource is necessary to support a workflow function that is installed by Exchange. However, after the Exchange installation, unless you actually have a workflow application running, you will never use the DTC resource again. Microsoft's recommendation up to now has been to create a dedicated cluster group for the DTC resource. However, the reality that this would be a waste of resource is finally emerging and according to the &lt;a href="http://weblogs.asp.net/exchange/archive/2005/01/17/354497.aspx" target="_blank"&gt;Ehlo blog&lt;/a&gt;, this recommendation is about to change. MS will soon start to officially recommend including the MSDTC resource in the default cluster group, eventhough &lt;a href="http://support.microsoft.com/kb/168948" target="_blank"&gt;this article &lt;/a&gt;says you shouldn't...&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Where+to+put+the+MSDTC+resource%3f&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!152.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!152.entry</guid><pubDate>Mon, 24 Jan 2005 20:39:30 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!152/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!152.entry#comment</wfw:comment><dcterms:modified>2005-01-24T20:39:30Z</dcterms:modified></item><item><title>New version of Exchange announced.</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!151.entry</link><description>&lt;p&gt;Microsoft just recently announced the release of the next version of Exchange, code named &amp;quot;Exchange 12&amp;quot; or &amp;quot;E12&amp;quot; around 2006/2007. A major point about this release is the fact that it will not be running on an SQL database as was previously speculated. This next version will run on both Longhorn and Windows Server 2003, eventhough Longhorn will not be an OS requirement. My guess is it will be released soon after the next version of Outlook/Office, code named &amp;quot;Office 12&amp;quot;. Look for new features in Exchange to leverage the upgrade to Outlook 12. &lt;p&gt;Can't wait for Beta ;)&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+New+version+of+Exchange+announced.&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!151.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!151.entry</guid><pubDate>Fri, 21 Jan 2005 20:36:43 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!151/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!151.entry#comment</wfw:comment><dcterms:modified>2005-01-21T20:36:43Z</dcterms:modified></item><item><title>More than just clustering...</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!149.entry</link><description>&lt;p&gt;I was on vacation and really slacked updating this blog, so hopefully this will make up for the past month... &lt;p&gt;What often makes me laugh the most are SNAD's (Stupid Network Administrator Decisions). Network admins will often spend countless hours getting their SAN up, properly configured with a 4 Node MSCS cluster and loose sight of other, less exciting parts of making your network redundant. Here's a reality check: &lt;ol&gt; &lt;li&gt;Are your DNS servers redundant? How many GC's can you access from each site? &lt;li&gt;Have you implemented hardware redundancy to eliminate single points of failure? If you haven't, start &lt;a href="http://go.microsoft.com/fwlink/?LinkId=21573" target="_blank"&gt;here&lt;/a&gt; &lt;li&gt;Have you checked your UPS lately? &lt;li&gt;Is your disaster recovery plan up to the job? Check &lt;a href="http://go.microsoft.com/fwlink/?linkid=18350" target="_blank"&gt;this&lt;/a&gt; out. &lt;li&gt;Have you implemented NLB for your Front-End Servers? &lt;li&gt;Patched a server lately? WUS is coming, but SUS is here.&lt;/ol&gt; &lt;p&gt;Once all of this has been configured properly, you're ready for your first cluster. When that day finally comes, go check out my buddy &lt;a href="http://www.msmvps.com/clustering/" target="_blank"&gt;Rod's blog&lt;/a&gt;, he's &amp;quot;the man&amp;quot; when it comes to clustering...&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+More+than+just+clustering...&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!149.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!149.entry</guid><pubDate>Tue, 18 Jan 2005 16:36:53 GMT</pubDate><slash:comments>1</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!149/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!149.entry#comment</wfw:comment><dcterms:modified>2005-01-18T16:36:53Z</dcterms:modified></item><item><title>Solutions Accelerator for Exchange Consolidation and Migration</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!148.entry</link><description>&lt;p&gt;IMHO, the planning and designing phases of a messaging infrastructure migration are the most crucial in the successfull completion of the project. On some projects, we've been contracted to perform only the design phase, followed by a migration plan. The actual execution of the migration can often be performed by the in-house IT staff, depending on their level of knowledge. &lt;p&gt;When planning a migration, we spend a great deal of time talking to the client (anyone from the help desk personnel to the CIO) about the current setups, their users, their expectations of Exchange, their underlying network infrastructure and many other factors relevant to the path we will take for migration. The &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=51e6ef23-0ba3-4f55-bfc0-7727dd1e74e8&amp;amp;displaylang=en" target="_blank"&gt;&amp;quot;Solutions Accelerator for Exchange Consolidation and Migration&amp;quot;&lt;/a&gt; is the first good document I've seen to help consultants through this process. It's worth taking a look, even if you've already migrated to Exchange Server 2003. &lt;p&gt;Enjoy!&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Solutions+Accelerator+for+Exchange+Consolidation+and+Migration&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!148.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!148.entry</guid><pubDate>Tue, 21 Dec 2004 16:51:34 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!148/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!148.entry#comment</wfw:comment><dcterms:modified>2004-12-21T16:51:34Z</dcterms:modified></item><item><title>Have they used the ADC before?</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!144.entry</link><description>&lt;p&gt;Some issues i run into when consulting on Exchange servers are down right ridiculous. &lt;p&gt;Some clients are not upfront about what they've done to their exchange environments. One of the examples of this I can think of relates to the ADC (Active Directory Connector). &lt;p&gt;How do i know if the client has used the ADC before? Well sure, I can dig into AD with ADSIEdit and look for the container in the Configuration partition, but just lets me know the Schema mods were done. How do I actually know they've set up CA's and launched replication?  &lt;p&gt;Open up Admin.exe in raw mode (admin -r) and look for the ADC-Global-Names attribute for mailboxes in your Exchange organization. This means that the mailboxes have been associated with a Security principal in AD. Advice, don't sync up your mailboxes at this point, simply remove the attributes using the instructions in this KB article: &lt;a href="http://support.microsoft.com/kb/319474"&gt;http://support.microsoft.com/kb/319474&lt;/a&gt; &lt;p&gt;Good luck!&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+Have+they+used+the+ADC+before%3f&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!144.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!144.entry</guid><pubDate>Thu, 16 Dec 2004 18:03:56 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!144/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!144.entry#comment</wfw:comment><dcterms:modified>2004-12-16T18:03:56Z</dcterms:modified></item><item><title>demistifying the /3GB switch</title><link>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!132.entry</link><description>&lt;p&gt;Want to really understand what that switch is about? This is definitely the most extensive resource for understanding the way your Exchange Server manages it's virtual memory settings. Yeah, and it's from another blog &lt;img height=19 src="http://spaces.msn.com/mmm2004-11-24_15.53/RTE/emoticons/smile_thinking.gif" width=19&gt; &lt;p&gt;&lt;a href="http://weblogs.asp.net/oldnewthing/archive/2004/08/22/218527.aspx"&gt;http://weblogs.asp.net/oldnewthing/archive/2004/08/22/218527.aspx&lt;/a&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-188369696623034668&amp;page=RSS%3a+demistifying+the+%2f3GB+switch&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=elfassy.spaces.live.com&amp;amp;GT1=elfassy"&gt;</description><comments>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!132.entry#comment</comments><guid isPermaLink="true">http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!132.entry</guid><pubDate>Wed, 15 Dec 2004 05:13:29 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://elfassy.spaces.live.com/blog/cns!FD62C6C24A55FED4!132/comments/feed.rss</wfw:commentRss><wfw:comment>http://elfassy.spaces.live.com/Blog/cns!FD62C6C24A55FED4!132.entry#comment</wfw:comment><dcterms:modified>2004-12-15T05:13:29Z</dcterms:modified></item></channel></rss>