<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows Server Clustering &amp; PCNews : Miscellaneous</title><link>http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx</link><description>Tags: Miscellaneous</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>NTBackup Script Procedure</title><link>http://msmvps.com/blogs/clustering/archive/2009/08/31/ntbackup-script-procedure.aspx</link><pubDate>Mon, 31 Aug 2009 15:16:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1719701</guid><dc:creator>clustering</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=1719701</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2009/08/31/ntbackup-script-procedure.aspx#comments</comments><description>&lt;p class="MsoListParagraph" style="text-indent:-0.25in;margin:0in 0in 0pt 0.5in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;1)&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;Copy robocopy.exe from the Resource Kit to something like c:\backup\tools. This is used in step 5 below.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="text-indent:-0.25in;margin:0in 0in 0pt 0.5in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;2)&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;Create a backup list using the GUI version. Save a system state only as night.bks, save all the drives and system state as night-all.bks. Make sure you use the backup directory path listed below in the script or modify to a SAN location.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="text-indent:-0.25in;margin:0in 0in 0pt 0.5in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;3)&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;Use the follow for the required .bat file&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;C:\backup\tools\nightlybackup.bat:&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:12pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** BEGIN BAT FILE ***&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;@ECHO OFF&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;REM&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;REM&amp;nbsp; Build Date String yyyymmddhhmm&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;REM&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;for /F &amp;quot;usebackq tokens=2&amp;quot; %%i IN (`DATE /T`) DO Set TIMESTR=%%i%&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;for /F &amp;quot;usebackq tokens=1,2,3 delims=/&amp;quot; %%i IN (&amp;#39;%TIMESTR%&amp;#39;) DO SET MONTH=%%i%&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;for /F &amp;quot;usebackq tokens=1,2,3 delims=/&amp;quot; %%i IN (&amp;#39;%TIMESTR%&amp;#39;) DO SET DAY=%%j%&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;for /F &amp;quot;usebackq tokens=1,2,3 delims=/&amp;quot; %%i IN (&amp;#39;%TIMESTR%&amp;#39;) DO SET YEAR=%%k%&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;for /F &amp;quot;usebackq&amp;quot; %%i IN (`Time /T`) DO Set TIMESTR=%%i%&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;for /F &amp;quot;usebackq tokens=1,2* delims=:&amp;quot; %%i IN (&amp;#39;%TIMESTR%&amp;#39;) DO SET HOUR=%%i%&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;for /F &amp;quot;usebackq tokens=1,2* delims=:&amp;quot; %%i IN (&amp;#39;%TIMESTR%&amp;#39;) DO SET MINUTE=%%j%&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;SET DIRSTR=%YEAR%%MONTH%%DAY%%HOUR%%MINUTE%&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;SET TIMESTR=&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;SET MONTH=&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;SET DAY=&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;SET YEAR=&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;SET HOUR=&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;SET MINUTE=&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;@ECHO Directory String %DIRSTR%&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;IF NOT EXIST &amp;ldquo;c:\backup\tools\nightlybackup.bat&amp;rdquo; GOTO SKIP&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;C:\WINDOWS\system32\ntbackup.exe backup &amp;quot;@\\DOMAINCONTROLLERNAME\c$\Backup_DCNAME\night-all.bks&amp;quot; /n &amp;quot;DCNAME.bkf&amp;quot; /d &amp;quot;Nightly&amp;quot; /v:yes /r:no /rs:no /hc:off /m normal /j &amp;quot;Nightly&amp;quot; /l:s /f &amp;quot;&lt;/span&gt;&lt;a&gt;&lt;span style="color:windowtext;"&gt;&lt;span style="font-family:Calibri;"&gt;\\DOMAINCONTROLLERNAME\C$\Backup_DCNAME\%DIRSTR%DCNAME.bkf&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Calibri;"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;EXIT&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;:SKIP&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;C:\WINDOWS\system32\ntbackup.exe backup &amp;quot;@\\DOMAINCONTROLLERNAME \c$\Backup_DCNAME \night.bks&amp;quot; /n &amp;quot;DCNAME.bkf&amp;quot; /d &amp;quot;SS_Nightly&amp;quot; /v:yes /r:no /rs:no /hc:off /m normal /j &amp;quot;SS_Nightly&amp;quot; /l:s /f &amp;quot;&lt;/span&gt;&lt;a&gt;&lt;span style="color:windowtext;"&gt;&lt;span style="font-family:Calibri;"&gt;\\DOMAINCONTROLLERNAME\C$\Backup_DCNAME\%DIRSTR%DCNAME.bkf&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:Calibri;"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;EXIT&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:12pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** END BAT FILE ***&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;b&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;Comments and legend for the above batch file.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;First I turn of echo&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;Next section builds the current date, we will use this to sort the backup and delete ones older than 7 days.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;If not exist statement is useful if you store anything on a SAN drive. If they SAN is down normally the backup will fail, so I check before and then just run night to just backup the system state.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;First backup runs a backup of the DOMAINCONTROLLERNAME (replace with a real name), creates a new file called DCNAME.bkf (replace with server name), next I label the backup Nightly, verify is then turned on, restricted access is NOT turned on &amp;ndash; you may want it though (so /r:yes would turn it on), hardware compression is turned off, the backup type is set to normal, next the job name is set for backup reporting, next logging is set to summary, and finally the file name is created with the date and time stamp at the front (again for sorting and deleting older files later).&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 1in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="text-indent:-0.25in;margin:0in 0in 0pt 0.5in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="font-size:10pt;mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;"&gt;4)&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;To schedule a task to automatically backup a machine. Go to &lt;b&gt;Start-&amp;gt; Control Panel -&amp;gt; Scheduled Tasks -&amp;gt; Add Scheduled Task&lt;/b&gt;.&amp;nbsp; During the configuration the following options are selected:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;table cellpadding="0" cellspacing="0" border="0" class="MsoNormalTable" style="margin:auto auto auto 65.85pt;border-collapse:collapse;mso-yfti-tbllook:1184;mso-padding-alt:0in 0in 0in 0in;"&gt;
&lt;tbody&gt;
&lt;tr style="height:12pt;mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;td width="271" valign="top" style="border-bottom:black 1.5pt solid;border-left:black 1.5pt solid;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:203.4pt;padding-right:5.4pt;height:12pt;border-top:black 1.5pt solid;border-right:black 1pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Scheduled Task Wizard&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="354" valign="top" style="border-bottom:black 1.5pt solid;border-left:#f0f0f0;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:265.5pt;padding-right:5.4pt;height:12pt;border-top:black 1.5pt solid;border-right:black 1.5pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Next&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12pt;mso-yfti-irow:1;"&gt;
&lt;td width="271" valign="top" style="border-bottom:black 1.5pt solid;border-left:black 1.5pt solid;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:203.4pt;padding-right:5.4pt;height:12pt;border-top:#f0f0f0;border-right:black 1pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Scheduled Task Wizard&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Application&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="354" valign="top" style="border-bottom:black 1.5pt solid;border-left:#f0f0f0;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:265.5pt;padding-right:5.4pt;height:12pt;border-top:#f0f0f0;border-right:black 1.5pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Browse&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;C:\backup\tools\nightlybackup.bat&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Open&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12pt;mso-yfti-irow:2;"&gt;
&lt;td width="271" valign="top" style="border-bottom:black 1.5pt solid;border-left:black 1.5pt solid;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:203.4pt;padding-right:5.4pt;height:12pt;border-top:#f0f0f0;border-right:black 1pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Scheduled Task Wizard&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Type a name for this task&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Perform this task &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="354" valign="top" style="border-bottom:black 1.5pt solid;border-left:#f0f0f0;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:265.5pt;padding-right:5.4pt;height:12pt;border-top:#f0f0f0;border-right:black 1.5pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Nightly&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Daily&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Next&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12pt;mso-yfti-irow:3;"&gt;
&lt;td width="271" valign="top" style="border-bottom:black 1.5pt solid;border-left:black 1.5pt solid;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:203.4pt;padding-right:5.4pt;height:12pt;border-top:#f0f0f0;border-right:black 1pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Scheduled Task Wizard&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Start Time&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Perform this task&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Start date&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="354" valign="top" style="border-bottom:black 1.5pt solid;border-left:#f0f0f0;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:265.5pt;padding-right:5.4pt;height:12pt;border-top:#f0f0f0;border-right:black 1.5pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;3:15 AM&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Every Day&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;(today)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Next&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12pt;mso-yfti-irow:4;"&gt;
&lt;td width="271" valign="top" style="border-bottom:black 1.5pt solid;border-left:black 1.5pt solid;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:203.4pt;padding-right:5.4pt;height:12pt;border-top:#f0f0f0;border-right:black 1pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Scheduled Task Wizard&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Enter the user name&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Enter the password&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Confirm password&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="354" valign="top" style="border-bottom:black 1.5pt solid;border-left:#f0f0f0;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:265.5pt;padding-right:5.4pt;height:12pt;border-top:#f0f0f0;border-right:black 1.5pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:12pt;"&gt;&lt;span style="font-family:Calibri;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Next&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12pt;mso-yfti-irow:5;mso-yfti-lastrow:yes;"&gt;
&lt;td width="271" valign="top" style="border-bottom:black 1pt solid;border-left:black 1.5pt solid;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:203.4pt;padding-right:5.4pt;height:12pt;border-top:#f0f0f0;border-right:black 1pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Scheduled Task Wizard&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormalIndent" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Times New Roman;"&gt;Open advanced&amp;hellip;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="354" valign="top" style="border-bottom:black 1pt solid;border-left:#f0f0f0;padding-bottom:0in;background-color:transparent;padding-left:5.4pt;width:265.5pt;padding-right:5.4pt;height:12pt;border-top:#f0f0f0;border-right:black 1.5pt solid;padding-top:0in;"&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Unchecked&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;b&gt;&lt;span style="font-size:10pt;"&gt;&lt;span style="font-family:Calibri;"&gt;Finish&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 29.85pt;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="text-indent:-0.25in;margin:0in 0in 0pt 0.5in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="mso-fareast-font-family:Calibri;mso-bidi-font-family:Calibri;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;5)&lt;/span&gt;&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;Finally I use robocopy to clean up, so the backup won&amp;rsquo;t fill up the disk.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;c:\backup\tools\robocopy c:\backup\ c:\backup\t *.bkf /MOV /MINAGE:10 rd /q /s c:\backup\t&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraph" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;I use Robocopy to look at the c:\backup and create a c:\backup\t folder (for temporary). I look for anything that ends with .bkf which is then Moved to the temporary (c:\backup\t) folder, if it is at least 10 days old. This process is done quietly and uses a sub directory of c:\backup\t.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt 0.5in;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;Enjoy, let me know if you have any questions or issues.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1719701" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>Observations about the software industry today</title><link>http://msmvps.com/blogs/clustering/archive/2007/10/04/observations-about-the-software-industry-today.aspx</link><pubDate>Thu, 04 Oct 2007 19:42:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1230051</guid><dc:creator>clustering</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=1230051</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/10/04/observations-about-the-software-industry-today.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;Sometimes I think that the movie &lt;/font&gt;&lt;a href="http://www.imdb.com/title/tt0118883/"&gt;&lt;font face="Calibri" size="3"&gt;Conspiracy Theory&lt;/font&gt;&lt;/a&gt;&lt;font face="Calibri" size="3"&gt; should have been about the software industry today. What has become of it lately? Here is what I believe:&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe the Anti-Virus companies write all the viruses. &lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe most software is way over priced.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe we now alpha test software for vendors&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe we beta test when service pack 1 comes out.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe 1.0 is not the standard to avoid, RTM (release to manufacturing/gold code) is.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe we get the final, ready for the world product when service pack 2 comes out.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe most software has too many features for 98% of the users.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe all the added features cause 100% of the problems with software today.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe it is better to update software then to design it properly to begin with.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe we, the paying consumer, don’t complain enough so things are only going to continue to get worse.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe you pay 10 times the cost of software in support costs and lost productivity when it does not function properly out of the box.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe the world has become too computer savvy because of buggy software.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe a computer should be just another asset at the office place, taken for granted like a stapler or pencil.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe that a computer isn’t taken for granted because broken things always get attention and notice.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;I believe release dates are based upon dates on PowerPoint slides, not when the product is anywhere near being ready or bug free.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 0.5in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo1;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1230051" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Windows+Server+Clustering/default.aspx">Windows Server Clustering</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Exchange+Server/default.aspx">Exchange Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item><item><title>Exchange Server 2007 MCP Exams – Notes from the field</title><link>http://msmvps.com/blogs/clustering/archive/2007/10/03/exchange-server-2007-mcp-exams-notes-from-the-field.aspx</link><pubDate>Wed, 03 Oct 2007 21:22:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1229511</guid><dc:creator>clustering</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=1229511</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/10/03/exchange-server-2007-mcp-exams-notes-from-the-field.aspx#comments</comments><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;I love taking Microsoft exams because I learn so much. I learn what Microsoft feels are the important product features that everyone show know. I learn different ways to do common tasks within the product, let’s face it sometime we only know as much as our peers. I also learn exactly where I stand on the product, and what I really need to work on.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt;"&gt;&lt;font face="Calibri" size="3"&gt;As I get older though I am either getting smarter or lazier, take your pick. I simply don’t study for the exams anymore. Sorry, but I don’t. I take the exam to learn the question format, style, content, and lastly to gage what if anything I need to study. I recently did this for the 3 (yes I said 3) exams that relate to Exchange Server 2007. I would now like to break down what took place without breaking my NDA.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font face="Calibri" size="3"&gt;70-236 &lt;/font&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;TS: Exchange Server 2007 Configuration&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;This is a fun exam. Honest, it is. I would recommend this as the second exam in this series. I walked in to take my practice version and almost pasted. Lots of PowerShell (Exchange Management Shell - EMS). I failed my first attempt by 2 questions. I needed more Edge server information. I need to learn more PowerShell cmdlets, like anything test-*. I did not feel the test was worded poorly nor had any long questions. Either you knew it or you blew it.&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The second time I took this I studied:&lt;/span&gt; 
&lt;ul&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;test-* cmdlets&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Microsoft Search service repair&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;DR repair and movement of Hub Transport logs&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Edge Configuration cmdlets&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;General EMS syntax&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;I passed my second attempt because of the above and the fact that I could relax knowing I had plenty of time to take the exam and concentrate on the PowerShell questions. All and all it’s a fair exam. My only problem is that I suck at PowerShell/EMS, honestly. After the exam I wanted to recreate some of the cool ones the test went over and I could not do the syntax. It is one thing to see 4 or 5 various ways to attempt to do a command, easy pick the one that works. Now, try and do that without the spoon feeding. The help files are ok, but I need more examples to choose from, like on the exam.&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;70-237 Pro: Designing Messaging Solutions with Microsoft Exchange Server 2007&lt;/span&gt;&lt;/b&gt; 
&lt;blockquote&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;This exam is trying to test if you fully understand all the concepts of Exchange Server 2007 design. I passed with flying colors on my first attempt – without a lick of studying. The questions were very cut and dry, with usually only 1 glaring answer. I would definitely start by taking this exam! It is a very fair exam.&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;70-238 Pro: Deploying Messaging Solutions with Microsoft Exchange Server 2007&lt;/span&gt;&lt;/b&gt; 
&lt;blockquote&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;OUCH! Make this your last exam and do yourself a favor, study! This one got to me, deep inside it hurt, and badly. My first attempt I failed by 3 questions, but I did not feel I was really that close. This is a wonderfully well rounded exam. From soup to nuts you need to learn it all to have any chance. This is a VERY wordy exam; several questions were a good two pages. Tons of reading. I took 90% of the time to complete it. Time was an issue and I pushed myself at the end, I regret doing that.&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;The second time I took it I studied:&lt;/span&gt; 
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 1.5in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Edge Configuration&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 1.5in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Backup/DR scenarios – incremental vs. differential&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Calibri" size="3"&gt;I passed my second attempt and almost jumped for joy when I read the word passed. You need to know Exchange from top to bottom for this exam. &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;I had Novell questions, Security Configuration Wizard, GPO, IPSec, VPN, IBE, Hosted Services, and tons of CCR vs. LCR vs. SCC questions. I found the wording VERY difficult. As a clustering MVP I still had a very difficult time with the HA questions. I knew every word, but not the way it was worded. &lt;/font&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;This is a VERY wordy exam; several questions were a good two pages. Tons of reading. I took 95% of the time to complete it. 95%! Dang! Time was not really an issue though, because I knew I would finish with a few minutes to spare. The timing is very close, but you will finish.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;So what does it all add up to?&lt;/font&gt;&lt;/font&gt;&lt;/b&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 10pt 0.5in;"&gt;&lt;font face="Calibri" size="3"&gt;In the end, assuming you pass all three exams, you get two new classes of certifications. MCSE is gone (long live the MCSE), it has been replaced by MCITP – Microsoft Certified IT Professional (all three exams are required). Any certification with IT in it is silly in my eyes. MCP has really been replaced with MCTS – Microsoft Certified Technology Specialist. After your pass the 70-236 exam you are a TS. Here are the official titles cut from my official Microsoft Transcript.&lt;/font&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Microsoft Certified IT Professional&lt;/span&gt; 
&lt;table class="MsoNormalTable" style="WIDTH:100%;mso-cellspacing:0in;mso-yfti-tbllook:1184;mso-padding-alt:0in 0in 0in 0in;" cellspacing="0" cellpadding="0" class="MsoNormalTable"&gt;

&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:0in;BORDER-TOP:#ece9d8;PADDING-LEFT:0in;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;PADDING-TOP:0in;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT:0px;"&gt;&lt;i&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Microsoft Exchange 2007 Messaging Solutions Administrator&lt;/span&gt;&lt;/i&gt;&lt;/blockquote&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style="mso-yfti-irow:1;mso-yfti-lastrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:0in;BORDER-TOP:#ece9d8;PADDING-LEFT:0in;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;PADDING-TOP:0in;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT:0px;"&gt;&lt;i&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;span style="FONT-SIZE:12pt;FONT-FAMILY:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Microsoft Certified Technology Specialist&lt;/span&gt; 
&lt;table class="MsoNormalTable" style="WIDTH:100%;mso-cellspacing:0in;mso-yfti-tbllook:1184;mso-padding-alt:0in 0in 0in 0in;" cellspacing="0" cellpadding="0" class="MsoNormalTable"&gt;

&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;td class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:0in;BORDER-TOP:#ece9d8;PADDING-LEFT:0in;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;PADDING-TOP:0in;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT:0px;"&gt;&lt;i&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;"&gt;Microsoft Exchange 2007: Configuration&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/blockquote&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-style:italic;"&gt;Hello Microsoft Certification, the product is called &lt;b style="mso-bidi-font-weight:normal;"&gt;Microsoft Exchange &lt;i&gt;SERVER&lt;/i&gt; 2007&lt;/b&gt;. I think you left off a word. Strange! And what gives with the Solutions Administrator, I take a Design and Deploy exam but I can only administer? Sounds more like an Architecture cert to me.&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Verdana&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-fareast-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-font-style:italic;"&gt;Anyways, I am done rambling here, good luck on your exams, study and enjoy! Drop me a line when you pass them.&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1229511" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Windows+Server+Clustering/default.aspx">Windows Server Clustering</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Exchange+Server/default.aspx">Exchange Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item><item><title>15 Rules of IT</title><link>http://msmvps.com/blogs/clustering/archive/2007/06/23/15-rules-of-it.aspx</link><pubDate>Sat, 23 Jun 2007 16:54:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:982715</guid><dc:creator>clustering</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=982715</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/06/23/15-rules-of-it.aspx#comments</comments><description>&lt;p&gt;1) If a computer or system is working on Monday, something has gone wrong and you just don&amp;#39;t know about it.&lt;/p&gt;
&lt;p&gt;2) When you don&amp;#39;t know what you&amp;#39;re doing, document it.&lt;/p&gt;
&lt;p&gt;3) Computer errors must be reproduce-able, they should fail the same way each time.&lt;/p&gt;
&lt;p&gt;4) First call tech support, then panic.&lt;/p&gt;
&lt;p&gt;5) Experience is directly proportional to the number of systems/computers ruined.&lt;/p&gt;
&lt;p&gt;6) Always keep a backup of your data, and hope everyone else does the same.&lt;/p&gt;
&lt;p&gt;7) To write a program really well, have your wife/husband/Mother/Father test it.&lt;/p&gt;
&lt;p&gt;8) If you can&amp;#39;t get the system to match the Statement of Work (SOW), redo the SOW.&lt;/p&gt;
&lt;p&gt;9) In case you experience&amp;nbsp;doubt, make it sound convincing.&lt;/p&gt;
&lt;p&gt;10) Do not believe in miracles--rely on them.&lt;/p&gt;
&lt;p&gt;11) The technical term is H.O.S.E.D. (Hardware Or Software Error Detected), use it often and amaze your friends.&lt;/p&gt;
&lt;p&gt;12) When it starts working; and hopefully it will, you fixed it in case anyone asks.&lt;/p&gt;
&lt;p&gt;13) No troubleshooting experience is a complete failure. At least it can serve as a negative example.&lt;/p&gt;
&lt;p&gt;14) Any&amp;nbsp;expensive piece of software will break before any use can be made of it.&lt;/p&gt;
&lt;p&gt;15) Team work is essential, it allows you to blame someone else.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This is an original post, feel free to reproduce as long as you give credit.&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=982715" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>Dell PowerEdge 2850 Hardware issues</title><link>http://msmvps.com/blogs/clustering/archive/2007/04/30/dell-poweredge-2850-hardware-issues.aspx</link><pubDate>Mon, 30 Apr 2007 13:43:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:884696</guid><dc:creator>clustering</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=884696</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/04/30/dell-poweredge-2850-hardware-issues.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;Dell we have a problem.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It has come to my attention that &lt;strong&gt;ALL DELL PE2850&amp;#39;s&lt;/strong&gt; have a hardware issue. It seems the dudes at Dell really messed up some firmware updates. If you are not running &lt;strong&gt;BIOS A06&lt;/strong&gt; and &lt;strong&gt;BMC 1.68&lt;/strong&gt; or higher download Dell&amp;#39;s Server Update Utility 5.1.1. (&lt;a href="http://support.us.dell.com/support/downloads/format.aspx?releaseid=R136532)"&gt;http://support.us.dell.com/support/downloads/format.aspx?releaseid=R136532)&lt;/a&gt;&amp;nbsp;or later (I have only tested 5.1.1 though). Get 5.2 here &lt;a href="http://support.us.dell.com/support/downloads/format.aspx?releaseid=R146351"&gt;http://support.us.dell.com/support/downloads/format.aspx?releaseid=R146351&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So what happens if you are running the bad version? &lt;strong&gt;CPU IERR EO7F0&lt;/strong&gt; on every CPU in the machine at the same time. And then you get the famous Dell amber flashing light. Every OS locks up without processors, no really they do. If you call Dell Support (which I have done), you get greeted by a tech that says &lt;strong&gt;&lt;em&gt;&amp;quot;Hi, welcome to Dell support. Please update your firmware and BIOS.&amp;quot;&lt;/em&gt;&lt;/strong&gt;. DOH!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=884696" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>Windows Server Codename "Longhorn" Beta 3 is out</title><link>http://msmvps.com/blogs/clustering/archive/2007/04/29/windows-server-codename-quot-longhorn-quot-beta-3-is-out.aspx</link><pubDate>Sun, 29 Apr 2007 21:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:883671</guid><dc:creator>clustering</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=883671</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/04/29/windows-server-codename-quot-longhorn-quot-beta-3-is-out.aspx#comments</comments><description>&lt;p&gt;But if you want to test failover clustering....&lt;/p&gt;
&lt;p&gt;Standard SCSI based clustering will no longer work (yes I tested it, no go).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Rocket Division StarWind will be the product you want to use to test Failover Clustering.&amp;nbsp;&lt;a href="http://www.rocketdivision.com/wind.html"&gt;http://www.rocketdivision.com/wind.html&lt;/a&gt;&amp;nbsp;You will have to wait until the June 2007 time frame while they make it work with Beta 3.&lt;/p&gt;
&lt;p&gt;FalconStor iSCSI Storage Server&amp;nbsp;&lt;a href="http://www.falconstor.com/en/solutions/?pg=Products&amp;amp;sb=iSCSI"&gt;http://www.falconstor.com/en/solutions/?pg=Products&amp;amp;sb=iSCSI&lt;/a&gt;&amp;nbsp;I am not sure when they will support it.&lt;/p&gt;
&lt;p&gt;Microsoft bought StringBean (&lt;a href="http://www.stringbeansoftware.com/downloads_update2_0.asp"&gt;http://www.stringbeansoftware.com/downloads_update2_0.asp&lt;/a&gt;) which has a great WinTarget program. The program is now part of Windows Unified Data Storage Server and it called Microsoft iSCSI Software Target. That one works today, if you are lucky enough to have a copy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=883671" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Windows+Server+Clustering/default.aspx">Windows Server Clustering</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Exchange+Server/default.aspx">Exchange Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item><item><title>IT Pro TOWNHALL recap</title><link>http://msmvps.com/blogs/clustering/archive/2007/04/29/it-pro-townhall-recap.aspx</link><pubDate>Sun, 29 Apr 2007 20:31:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:883638</guid><dc:creator>clustering</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=883638</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/04/29/it-pro-townhall-recap.aspx#comments</comments><description>&lt;p&gt;April 18th I was invited to Microsoft &lt;a href="http://msmvps.com/blogs/clustering/archive/2007/03/27/it-pro-townhall-with-steve-ballmer.aspx"&gt;http://msmvps.com/blogs/clustering/archive/2007/03/27/it-pro-townhall-with-steve-ballmer.aspx&lt;/a&gt;&amp;nbsp;for the first every IT Pro Townhall event. We were not allowed to take pictures, so I don&amp;#39;t have any of those, but we could take notes. Here are my random notes and thoughts:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;We started the daily with an early breakfast. Looking around the room everyone had one thing on their mind, how did I make the cut with all these smart people? It was a who-is-who of the IT industry.&lt;/p&gt;
&lt;h1 style="MARGIN:24pt 0in 0pt;"&gt;&lt;font face="Cambria" color="#365f91" size="5"&gt;Panel Discussion #1 – Next generation of the Web and its implications on IT Professionals; both as consumers and in the enterprise&lt;/font&gt;&lt;/h1&gt;
&lt;p style="MARGIN:24pt 0in 0pt;"&gt;First up was a session on Web 2.0 with Bill Veghie (Microsoft), Chris Jones (Microsoft) and Craig Barnes (Attensa)&lt;/p&gt;
&lt;p style="MARGIN:24pt 0in 0pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo1;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Chris Jones @ Microsoft – does not know what it means. Applications are more interactive.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo1;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;RSS, dash boards, combination of data that was simply not possible before, integration, blogging, Google/Yahoo are bringing spreadsheet content to the web, both online/offline, AJAX, face book&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo1;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Stating Wikipedia as fact, not a great Web 2.0 idea.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo1;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Collaboration&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo1;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Interoperation and credentials&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo1;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Tracking data back to an original source, audit&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo1;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Community, social networking, social information tagging - Richer&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo1;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Reputation based system – Mark Minasi&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 1in;TEXT-INDENT:-0.25in;mso-list:l1 level1 lfo1;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Data is not information – Jesper Johnanson&lt;/font&gt;&lt;/p&gt;
&lt;h1 style="MARGIN:24pt 0in 0pt;"&gt;&lt;font face="Cambria" color="#365f91" size="5"&gt;Panel Discussion #2 – The Evolution of the IT Professional Community&lt;/font&gt;&lt;/h1&gt;
&lt;p style="MARGIN:24pt 0in 0pt;"&gt;The second session had a panel with Dave Sanders (Culminis), Beth Quinlan (BQ), Kevin Kline (PASS), Lee Benjamin (Exchange Guy Consulting).&lt;/p&gt;
&lt;p style="MARGIN:24pt 0in 0pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Hands on lab, virtualization, connecting people and products&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Relationships – ties it all together&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;User Groups&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Developers and IT Pro are the real community&lt;/font&gt;&lt;/p&gt;
&lt;h1 style="MARGIN:24pt 0in 0pt;"&gt;&lt;font face="Cambria" color="#365f91" size="5"&gt;Panel Discussion #3 – Data Center trends, Virtualization and Managed Services&lt;/font&gt;&lt;/h1&gt;
&lt;p style="MARGIN:24pt 0in 0pt;"&gt;This session had an interesting panel - Bob Muglia&amp;nbsp;(Microsoft), Ron Markezich (Microsoft), Dan Holme (Intelllliem), Mark Minasi (MR&amp;amp;D)&amp;nbsp;&lt;/p&gt;
&lt;p style="MARGIN:24pt 0in 0pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Smaller amount of IT professionals, more people running core business&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Consolidation of storage, pooling resources&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Microsoft is living all the products in Dog Food&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Everything can be virtualized – Bob Muglia we will hit that point in the future&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Check Alert to Ticket ratio, Microsoft using MOM is 1.5&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Virtualized another egg shell – Jesper&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;IPSec &amp;amp; Server Roles – powerful security&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Microsoft does this for Energizer – LCS, Exchange, etc.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Microsoft should dog food its own licenses&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Does this phase our IT Pros? No, it empowers them to fix issues and solve problems&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Assumption was 5 years ago 100% of IT Pro would be off shore, that is not the case today&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Slimmer product suites, maybe limit Exchange features just calendaring and Internet email&lt;/font&gt;&lt;/p&gt;
&lt;h1 style="MARGIN:24pt 0in 0pt;"&gt;&lt;font face="Cambria" color="#365f91" size="5"&gt;Keynote – Steve Ballmer&lt;/font&gt;&lt;/h1&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;What is Microsoft?&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1.5in;TEXT-INDENT:-0.25in;mso-list:l0 level2 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;o&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Broad horizontal technologies&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 2in;TEXT-INDENT:-0.25in;mso-list:l0 level3 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Wingdings;mso-bidi-font-family:Wingdings;mso-fareast-font-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;§&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Desktop&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 2in;TEXT-INDENT:-0.25in;mso-list:l0 level3 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Wingdings;mso-bidi-font-family:Wingdings;mso-fareast-font-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;§&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Enterprise&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 2in;TEXT-INDENT:-0.25in;mso-list:l0 level3 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Wingdings;mso-bidi-font-family:Wingdings;mso-fareast-font-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;§&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Online information and commerce&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 2in;TEXT-INDENT:-0.25in;mso-list:l0 level3 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Wingdings;mso-bidi-font-family:Wingdings;mso-fareast-font-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;§&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Modern consumer electronics&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1.5in;TEXT-INDENT:-0.25in;mso-list:l0 level2 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;mso-fareast-font-family:&amp;#39;Courier New&amp;#39;;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;o&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Two classes of people&lt;span style="mso-tab-count:1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 2in;TEXT-INDENT:-0.25in;mso-list:l0 level3 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Wingdings;mso-bidi-font-family:Wingdings;mso-fareast-font-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;§&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Have an IT department&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 2in;TEXT-INDENT:-0.25in;mso-list:l0 level3 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Wingdings;mso-bidi-font-family:Wingdings;mso-fareast-font-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;§&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;They count on Yahoo or Hosted Services&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Web 2.0 – CRM, like the Xbox live – PC live and what that means to us&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Vista slow adoption and any lessoned learn that would help with future products like Longhorn – “it has meet my expectations”&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;What do you think about User Groups – do not under invest in user groups, that would be a mistake and should be rectified.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle" style="MARGIN:0in 0in 0pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;“If you don’t have world class email, you are sorta dead!”&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="MARGIN:0in 0in 10pt 1in;TEXT-INDENT:-0.25in;mso-list:l0 level1 lfo2;mso-add-space:auto;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-bidi-font-family:Symbol;mso-fareast-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;&lt;a href="mailto:SteveB@Microsoft.com"&gt;SteveB@Microsoft.com&lt;/a&gt; email me, I will try and get back with you in a&amp;nbsp;week&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;We are supposed to get a Podcast of the day&amp;#39;s events, if we do I will share (if I am allowed).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=883638" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>How to create a fresh Windows Server 2003 SP1 without install Service Pack 2 (SP2) and still use Windows or Microsoft Update</title><link>http://msmvps.com/blogs/clustering/archive/2007/04/27/how-to-create-a-fresh-windows-server-2003-sp1-without-install-service-pack-2-sp2-and-still-use-windows-or-microsoft-update.aspx</link><pubDate>Fri, 27 Apr 2007 19:13:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:881006</guid><dc:creator>clustering</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=881006</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/04/27/how-to-create-a-fresh-windows-server-2003-sp1-without-install-service-pack-2-sp2-and-still-use-windows-or-microsoft-update.aspx#comments</comments><description>&lt;p&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Problems:&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;1)&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;You need to install a new machine with Windows Server 2003 or R2. You are required to install SP1 because SP2 is not support by your software or &lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;hardware vendor.&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/font&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;&lt;br /&gt;2)&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;You have a Windows Server 2003 SP1 or R2 machine that you need to update, but you don’t want SP2 – yet.&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/font&gt;&lt;span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:minor-latin;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font face="Calibri" size="3"&gt;&lt;br /&gt;3)&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;You don’t have a WSUS or all post SP1 patches on a CD/DVD&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;br /&gt;&lt;br /&gt;Answer:&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Install your OS with SP1 or R2.&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Run Windows Update and you will see this screen:&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&lt;img style="WIDTH:1027px;HEIGHT:457px;" height="457" src="http://msmvps.com/photos/clustering/images/880989/original.aspx" width="1027" alt="" /&gt;&lt;/font&gt;&lt;span style="mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;br /&gt;Expand &lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;the &lt;b style="mso-bidi-font-weight:normal;"&gt;+&lt;/b&gt; next to &lt;b style="mso-bidi-font-weight:normal;"&gt;Windows Server 2003 Service Pack 2 (32-bit x86)&lt;/b&gt; and the screen now shows:&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;span style="mso-no-proof:yes;"&gt;&lt;/span&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;img src="http://msmvps.com/photos/clustering/images/880990/original.aspx" alt="" /&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;br /&gt;Notice that the &lt;b style="mso-bidi-font-weight:normal;"&gt;Don’t show this update again&lt;/b&gt; option is grayed out. Select the &lt;b style="mso-bidi-font-weight:normal;"&gt;Select and install other updates&lt;/b&gt; radio button as seen here:&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;span style="mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&lt;img src="http://msmvps.com/photos/clustering/images/880991/original.aspx" alt="" /&gt;&lt;/font&gt;&amp;nbsp;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;br /&gt;Notice that the &lt;b style="mso-bidi-font-weight:normal;"&gt;Don’t show this update again&lt;/b&gt; option is now not grayed out. Select it:&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;span style="mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;&lt;img src="http://msmvps.com/photos/clustering/images/880992/original.aspx" alt="" /&gt;&amp;nbsp;&lt;/font&gt;&amp;nbsp;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;br /&gt;Now the easy step, close your browser and run Windows\Microsoft Update again. It should look something like this:&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;span style="mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;&lt;img src="http://msmvps.com/photos/clustering/images/880994/original.aspx" alt="" /&gt;&amp;nbsp;&lt;/font&gt;&amp;nbsp;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;br /&gt;Now go on and install all the pre SP1 updates &lt;/font&gt;&lt;span style="FONT-FAMILY:Wingdings;mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-char-type:symbol;mso-symbol-font-family:Wingdings;"&gt;&lt;span style="mso-char-type:symbol;mso-symbol-font-family:Wingdings;"&gt;J&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri"&gt; If you need to install SP2 in the future, download and install it or click on the &lt;b style="mso-bidi-font-weight:normal;"&gt;Restore them now\Restore hidden updates&lt;/b&gt; link.&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Sometimes the answer is very simple.&lt;/font&gt;&lt;/font&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=881006" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Windows+Server+Clustering/default.aspx">Windows Server Clustering</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>Before you run off and install Windows Server 2003 Service Pack 2 (SP2)...</title><link>http://msmvps.com/blogs/clustering/archive/2007/04/10/before-you-run-off-and-install-windows-server-2003-service-pack-2-sp2.aspx</link><pubDate>Tue, 10 Apr 2007 19:59:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:778952</guid><dc:creator>clustering</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=778952</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/04/10/before-you-run-off-and-install-windows-server-2003-service-pack-2-sp2.aspx#comments</comments><description>&lt;P&gt;Of course read my other blog posts on SP2, but also go and download this - &lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=eff8438f-8cc9-43eb-85c7-14dfcc099ee8&amp;amp;DisplayLang=en" target=_blank&gt;Hotfix Scan Tool for Windows Server 2003 Service Pack 2 Deployment&lt;/A&gt;. Its a simple install, then you run it by doing this:&lt;/P&gt;
&lt;P&gt;From the command prompt type:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-fareast-font-family:Calibri;mso-bidi-font-family:'Times New Roman';mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;STRONG&gt;&lt;EM&gt;cscript c:\windows\system32\HotfixScanTool.vbs&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-fareast-font-family:Calibri;mso-bidi-font-family:'Times New Roman';mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&amp;nbsp;The output should look like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-fareast-font-family:Calibri;mso-bidi-font-family:'Times New Roman';mso-fareast-theme-font:minor-latin;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Microsoft (R) Windows Script Host Version 5.6&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Detecting if any updates in the Block installation list were installed on the sy&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;stem...&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;No updates in the block installation list were detected.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;You can proceed to install Windows Server 2003 SP2&lt;o:p&gt;&lt;/o:p&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Feel free to install SP2 (if you have tested it and full vendor support).&lt;/P&gt;&lt;/SPAN&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=778952" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Windows+Server+Clustering/default.aspx">Windows Server Clustering</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>Clustering terms made easy</title><link>http://msmvps.com/blogs/clustering/archive/2007/04/03/clustering-terms-made-easy.aspx</link><pubDate>Tue, 03 Apr 2007 14:39:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:747782</guid><dc:creator>clustering</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=747782</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/04/03/clustering-terms-made-easy.aspx#comments</comments><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Clusters are Highly Available and should never be considered Fault Tolerant.&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Highly Available&lt;/SPAN&gt;&lt;/STRONG&gt; = is when I come anytime my wife calls me.&lt;BR&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Fault Tolerant&lt;/SPAN&gt;&lt;/STRONG&gt; = Marriage.&lt;BR&gt;&lt;BR&gt;You don't want to be married to you SQL/Exchange Cluster :) You do want it around whenever you need it though.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Active/Active&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt; = when your cluster is too busy for its own good.&lt;BR&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Active/Passive&lt;/SPAN&gt;&lt;/STRONG&gt; = one worker, one manager, you decide which is which.&lt;BR&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Node&lt;/SPAN&gt;&lt;/STRONG&gt; = Clustered computer, could also be the worker who sits in a cube, not to be confused with Dude.&lt;BR&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Virtual Server&lt;/SPAN&gt;&lt;/STRONG&gt; = this is kind of like be on a telecom at work, only you are calling in from Hawaii and nobody knows.&lt;BR&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Quorum&lt;/SPAN&gt;&lt;/STRONG&gt; = Cluster=Quorum, Quorum=Clustering.&lt;BR&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Failover&lt;/SPAN&gt;&lt;/STRONG&gt; = the only time at work that you can fail and still be a hero.&lt;BR&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Failback&lt;/SPAN&gt;&lt;/STRONG&gt; = great way to get fired, let your server failover without you controlling it (Don't confuse with the above term).&lt;BR&gt;&lt;STRONG&gt;&lt;SPAN style="FONT-FAMILY:'Arial','sans-serif';"&gt;Cluster&lt;/SPAN&gt;&lt;/STRONG&gt; = when it fails, also known as a Cluster Fork, only fork is spelled funny - u c what I mean?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM:12pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Arial','sans-serif';"&gt;Yes, I know, this post should have been on April 1st &lt;img src="http://msmvps.com/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN-BOTTOM:12pt;"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman" size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=747782" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Windows+Server+Clustering/default.aspx">Windows Server Clustering</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Exchange+Server/default.aspx">Exchange Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item><item><title>Microsoft MVP for another year</title><link>http://msmvps.com/blogs/clustering/archive/2007/04/01/microsoft-mvp-for-another-year.aspx</link><pubDate>Sun, 01 Apr 2007 08:50:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:737769</guid><dc:creator>clustering</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=737769</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/04/01/microsoft-mvp-for-another-year.aspx#comments</comments><description>&lt;P&gt;I just got done playing Xbox 360 and before I go to bed I thought I would check my email and the hockey scores. Here is what the email said:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Congratulations! We are pleased to present you with the 2007 Microsoft® MVP Award!&lt;BR&gt;&amp;nbsp;&lt;BR&gt;The Microsoft MVP Award is our way of saying thank you and to honor and support the significant contributions you make to communities worldwide. As a recipient of Microsoft’s Most Valuable Professional award, you join an elite group of technical community leaders from around the world who foster the free and objective exchange of knowledge by actively sharing your real world expertise with users and Microsoft.&amp;nbsp; Microsoft salutes all MVPs for promoting the spirit of community and enhancing people’s lives and the industry’s success everyday.&amp;nbsp; To learn more about the MVP Program, visit: &lt;/EM&gt;&lt;A&gt;&lt;EM&gt;www.microsoft.com/mvp&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;.&lt;BR&gt;&lt;BR&gt;Your extraordinary efforts in Windows Server - Clustering technical communities during the past year are greatly appreciated.&lt;/EM&gt; &lt;/P&gt;
&lt;P&gt;This is my 4th year in the program. Nice, thank you Microsoft. &lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=737769" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Windows+Server+Clustering/default.aspx">Windows Server Clustering</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item><item><title>Microsoft has pulled all Pre Windows Server 2003 (R2) SP2 patches off the web</title><link>http://msmvps.com/blogs/clustering/archive/2007/03/30/microsoft-has-pulled-all-pre-windows-server-2003-r2-sp2-patches-off-the-web.aspx</link><pubDate>Fri, 30 Mar 2007 17:57:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:730748</guid><dc:creator>clustering</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=730748</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/03/30/microsoft-has-pulled-all-pre-windows-server-2003-r2-sp2-patches-off-the-web.aspx#comments</comments><description>&lt;P&gt;Install a new machine today. Install R2. Run Windows/Microsoft Update. Notice that the list is very short. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Internet Explorer 7&lt;/LI&gt;
&lt;LI&gt;Service Pack 2&lt;/LI&gt;
&lt;LI&gt;Malicious Software Update Tool&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Dang, that is a serious move. If you want the DST patch, you will have to install SP2 on a new machine. Since all post SP1 patches are in SP2, they have been pulled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Bold move!&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=730748" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>Windows Server 2003 Service Pack 2 – the good, the bad, and the ugly</title><link>http://msmvps.com/blogs/clustering/archive/2007/03/29/windows-server-2003-service-pack-2-the-good-the-bad-and-the-ugly.aspx</link><pubDate>Thu, 29 Mar 2007 19:14:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:726592</guid><dc:creator>clustering</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=726592</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/03/29/windows-server-2003-service-pack-2-the-good-the-bad-and-the-ugly.aspx#comments</comments><description>&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;FONT face=Calibri size=3&gt;By now you are aware that SP2 is out for Windows Server 2003 and R2. I have already seen quite a few posts in the public newsgroups where people are not aware of a few things.&lt;/FONT&gt;&lt;/P&gt;
&lt;H1 style="MARGIN:24pt 0in 0pt;"&gt;&lt;FONT face=Cambria color=#365f91 size=5&gt;The Good&lt;/FONT&gt;&lt;/H1&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;It is a really good idea to backup your system before you attempt any major update or service pack. Remember your backup is only as good as your restore. Or as &lt;/FONT&gt;&lt;SPAN style="COLOR:red;FONT-FAMILY:'Trebuchet MS','sans-serif';"&gt;Geoff N. Hiten SQL MVP and SQL God&lt;/SPAN&gt;&lt;SPAN style="COLOR:black;FONT-FAMILY:'Trebuchet MS','sans-serif';"&gt; says “Until you test a backup by restoring, you don't have recovery plan, you have a recovery hope.”&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;FONT face=Calibri size=3&gt;Another good idea, read the readme or release notes. They can be found here Release &lt;/FONT&gt;&lt;A href="http://technet2.microsoft.com/WindowsServer/en/library/ed5382af-e819-4d33-ace0-225d31b7ab751033.mspx?mfr=true"&gt;&lt;FONT face=Calibri size=3&gt;Notes for Microsoft Windows Server 2003 Service Pack 2&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;FONT face=Calibri size=3&gt;Next and maybe most important is to check with your hardware vendor before installing. They might not support it yet. For instance Dell says they don’t have any reported issues, but EMC (A Dell partner) does not support it yet.&lt;/FONT&gt;&lt;/P&gt;
&lt;H1 style="MARGIN:24pt 0in 0pt;"&gt;&lt;FONT face=Cambria color=#365f91 size=5&gt;The Bad&lt;/FONT&gt;&lt;/H1&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;You will have to take an outage to install this on your cluster. Please read &lt;SPAN style="COLOR:black;"&gt;&lt;A href="http://support.microsoft.com/kb/174799"&gt;How to install service packs in a cluster&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style="COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;. &lt;/SPAN&gt;&lt;SPAN style="COLOR:black;"&gt;&lt;FONT face=Calibri&gt;Please note that this document has not been updated for SP2 yet. I won’t bring up the mess everyone had to deal with on Dell’s for SP1 (see &lt;/FONT&gt;&lt;A href="http://www.dell.com/downloads/global/power/ps2q05-20050113-Callaway.pdf"&gt;&lt;FONT face=Calibri&gt;http://www.dell.com/downloads/global/power/ps2q05-20050113-Callaway.pdf&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt; or better yet &lt;/FONT&gt;&lt;A href="http://msmvps.com/blogs/clustering/archive/2005/06/28/56167.aspx"&gt;&lt;FONT face=Calibri&gt;http://msmvps.com/blogs/clustering/archive/2005/06/28/56167.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri&gt;). &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H1 style="MARGIN:24pt 0in 0pt;"&gt;&lt;FONT face=Cambria color=#365f91 size=5&gt;The Ugly&lt;/FONT&gt;&lt;/H1&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;FONT face=Calibri size=3&gt;I remember growing up as a kid and going to &lt;/FONT&gt;&lt;A href="http://en.wikipedia.org/wiki/Circus_World_(store)"&gt;&lt;FONT face=Calibri size=3&gt;Circus World&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; and getting a small usually square white box with question marks all over it. They sold these for $1.49 - $2.99. The more you paid, the better the crap they put in. Installing Service Packs from just about any vendor is exactly like this. You really never know what they have changed, thrown in, made better or worse. &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;FONT face=Calibri size=3&gt;Always test a service pack install on a test cluster. Bad things happen when you test with production servers.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 10pt;"&gt;&lt;FONT face=Calibri size=3&gt;Good luck and keep me posted on your experiences.&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=726592" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Windows+Server+Clustering/default.aspx">Windows Server Clustering</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Exchange+Server/default.aspx">Exchange Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item><item><title>IT Pro Townhall with Steve Ballmer</title><link>http://msmvps.com/blogs/clustering/archive/2007/03/27/it-pro-townhall-with-steve-ballmer.aspx</link><pubDate>Tue, 27 Mar 2007 17:35:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:716597</guid><dc:creator>clustering</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=716597</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/03/27/it-pro-townhall-with-steve-ballmer.aspx#comments</comments><description>&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Microsoft has handpicked 50 IT Professionals from across the United States. These lucky individuals will get to sit down with Steve Ballmer, CEO of Microsoft and his crew to talk about Microsoft. I was lucky enough to be chosen for this opportunity.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Here is what the invitation said:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;"&gt;&lt;SPAN style="FONT-SIZE:9pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;FONT face=Calibri&gt;Microsoft would like to cordially invite you to attend an exclusive, one-day event on Wednesday, April 18th 2007, with &lt;B&gt;&lt;I&gt;Steve Ballmer, Chief Executive Officer&lt;/I&gt;&lt;/B&gt;, and other Microsoft executives at the Microsoft Corporate Headquarters in Redmond, Washington. &lt;BR&gt;&lt;BR&gt;You have been identified as one of the influential leaders in the IT Professional community, enabling IT Professionals to reach their full potential every day. &lt;B&gt;And we want to hear from you!&lt;/B&gt; &lt;BR&gt;&lt;BR&gt;Join us at this all day event where you will have the opportunity to engage with other community leaders, and provide your input to Microsoft senior executives through intimate panel discussions around key industry trends such as: &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="mso-cellspacing:2.2pt;mso-yfti-tbllook:1184;mso-padding-alt:0in 0in 0in 0in;" cellSpacing=3 cellPadding=0 class="MsoNormalTable"&gt;

&lt;TR style="mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:0in;BORDER-TOP:#ece9d8;PADDING-LEFT:0in;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;PADDING-TOP:0in;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN style="FONT-SIZE:12pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:0in;BORDER-TOP:#ece9d8;PADDING-LEFT:0in;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;PADDING-TOP:0in;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE:9pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;mso-bidi-font-size:11.0pt;"&gt;• Next generation of the Web and its implications on IT Professionals; both as consumers and in the enterprise&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:12pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow:1;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:0in;BORDER-TOP:#ece9d8;PADDING-LEFT:0in;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;PADDING-TOP:0in;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN style="FONT-SIZE:12pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:0in;BORDER-TOP:#ece9d8;PADDING-LEFT:0in;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;PADDING-TOP:0in;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE:9pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;mso-bidi-font-size:11.0pt;"&gt;• Data Center trends such as Virtualization and Managed Services&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:12pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow:2;mso-yfti-lastrow:yes;"&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:0in;BORDER-TOP:#ece9d8;PADDING-LEFT:0in;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;PADDING-TOP:0in;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN style="FONT-SIZE:12pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class="" style="BORDER-RIGHT:#ece9d8;PADDING-RIGHT:0in;BORDER-TOP:#ece9d8;PADDING-LEFT:0in;PADDING-BOTTOM:0in;BORDER-LEFT:#ece9d8;PADDING-TOP:0in;BORDER-BOTTOM:#ece9d8;BACKGROUND-COLOR:transparent;"&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="FONT-SIZE:9pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;mso-bidi-font-size:11.0pt;"&gt;• Evolution of the IT Professional community with new online and offline capabilities&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:12pt;mso-fareast-font-family:'Times New Roman';mso-bidi-font-family:'Times New Roman';mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE:11pt;FONT-FAMILY:'Calibri','sans-serif';mso-fareast-font-family:Calibri;mso-bidi-font-family:'Times New Roman';mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;What it really means is I will get the opportunity to sign a super Non-Disclosure Agreement and provide feedback to Microsoft about future products and concepts.&amp;nbsp; I will report back next month, and yes I am counting down the days...&lt;/SPAN&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=716597" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item><item><title>My Tech Ed 2007 Session - Top 10 Microsoft Windows Server Codename "Longhorn" Failover Clustering Enhancements over Windows Server 2003 Clustering, Based on Best Practices</title><link>http://msmvps.com/blogs/clustering/archive/2007/03/26/my-tech-ed-2007-session-top-10-microsoft-windows-server-codename-longhorn-failover-clustering-enhancements-over-windows-server-2003-clustering-based-on-best-practices.aspx</link><pubDate>Tue, 27 Mar 2007 00:49:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:712678</guid><dc:creator>clustering</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=712678</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/03/26/my-tech-ed-2007-session-top-10-microsoft-windows-server-codename-longhorn-failover-clustering-enhancements-over-windows-server-2003-clustering-based-on-best-practices.aspx#comments</comments><description>&lt;P&gt;I was chosen again this year to speak at Tech Ed 2007 - &lt;A href="http://www.microsoft.com/events/teched2007/default.mspx"&gt;http://www.microsoft.com/events/teched2007/default.mspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the abstract:&lt;/P&gt;
&lt;DIV&gt;&lt;EM&gt;Be the very first to learn about Windows Server codename "Longhorn" Failover Clustering.&amp;nbsp;Are you using Windows Server 2003 Clustering? Are you following best practices? In this session we explore Windows Server codename "Longhorn" Failover Clustering by comparing it to Windows Server 2003 Clustering based on current best practices. The session begins with hardware configuration issues, concerns, and best practices—then and now. Next, we explore operating system configuration issues, concerns, and best practices. Then, we move on to the cluster service, and finally applications. After this session you will look forward to deploying Windows Server codenamed "Longhorn" Failover Clustering.&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I hope to see you there!&lt;/DIV&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=712678" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Windows+Server+Clustering/default.aspx">Windows Server Clustering</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Exchange+Server/default.aspx">Exchange Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item><item><title>How to install Exchange Server 2007 Schema Extensions within a 32-bit Active Directory environment</title><link>http://msmvps.com/blogs/clustering/archive/2007/03/26/how-to-install-exchange-server-2007-schema-extensions-within-a-32-bit-active-directory-environment.aspx</link><pubDate>Mon, 26 Mar 2007 22:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:712355</guid><dc:creator>clustering</dc:creator><slash:comments>12</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=712355</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/03/26/how-to-install-exchange-server-2007-schema-extensions-within-a-32-bit-active-directory-environment.aspx#comments</comments><description>&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;A class="" name=_Toc161112745&gt;&lt;/A&gt;&lt;A class="" name=_Toc162455362&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;As you might know Exchange 2007 only works on 64-bit for Production systems. This might require you to purchase new hardware, but what about before you deploy, like when you want to prepare Active Directory for Exchange 2007? In this post I will explain what we had to go through to get it working.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;We have 64-bit machines in our environment, but none loaded for Exchange. All DC’s were 32-bit.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;First download or order the eval 32-bit Exchange Server 2007 DVD - &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/eval/exchange/default.mspx"&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&lt;SPAN&gt;http://www.microsoft.com/technet/prodtechnol/eval/exchange/default.mspx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&lt;SPAN&gt;, don’t worry it’s free. Or download it directly at &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=444C259E-605F-4A82-96D5-A2F448C9D4FF&amp;amp;displaylang=en"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;FONT-FAMILY:'Verdana','sans-serif';"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=444C259E-605F-4A82-96D5-A2F448C9D4FF&amp;amp;displaylang=en&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 style="MARGIN:12pt 0in 3pt 0.4in;tab-stops:.5in;mso-list:none;"&gt;&lt;FONT size=4&gt;&lt;SPAN&gt;&lt;SPAN&gt;Exchange Server 2007 Schema Extensions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; Step by Step&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H2&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;Verify you on working on the Schema Master for this update.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3 style="MARGIN:12pt 13.7pt 0pt 0.5in;TEXT-INDENT:-0.25in;tab-stops:.5in;mso-list:l0 level1 lfo2;"&gt;&lt;SPAN&gt;&lt;A class="" name=_Toc162455363&gt;&lt;/A&gt;&lt;A class="" name=_Toc156816738&gt;&lt;/A&gt;&lt;A class="" name=_Toc156816555&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="mso-fareast-font-family:Arial;mso-bidi-font-family:Arial;"&gt;&lt;SPAN style="mso-list:Ignore;"&gt;&lt;EM&gt;1.&lt;/EM&gt;&lt;SPAN style="FONT:7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;Install Powershell&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;Powershell is a requirement to update the schema. Don’t ask me why the domain controller needs it, but it does.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx"&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;or &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;Windows PowerShell 1.0 English-Language Installation Package for Windows XP (KB926139)&lt;BR&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=6CCB7E0D-8F1D-4B97-A397-47BCC8BA3806&amp;amp;displaylang=en"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;FONT-FAMILY:'Verdana','sans-serif';"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=6CCB7E0D-8F1D-4B97-A397-47BCC8BA3806&amp;amp;displaylang=en&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;BR&gt;&amp;nbsp;&lt;BR&gt;Windows PowerShell 1.0 English-Language Installation Package for Windows Server 2003 (KB926139)&lt;BR&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=10EE29AF-7C3A-4057-8367-C9C1DAB6E2BF&amp;amp;displaylang=en"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;FONT-FAMILY:'Verdana','sans-serif';"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=10EE29AF-7C3A-4057-8367-C9C1DAB6E2BF&amp;amp;displaylang=en&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3 style="MARGIN:12pt 13.7pt 0pt 0.5in;TEXT-INDENT:-0.25in;tab-stops:.5in;mso-list:l0 level1 lfo2;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="mso-fareast-font-family:Arial;mso-bidi-font-family:Arial;"&gt;&lt;SPAN style="mso-list:Ignore;"&gt;&lt;EM&gt;2.&lt;/EM&gt;&lt;SPAN style="FONT:7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;Install Microsoft .NET Framework Version 2.0&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;FONT-FAMILY:'Verdana','sans-serif';"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3 style="MARGIN:12pt 13.7pt 0pt 0.5in;TEXT-INDENT:-0.25in;tab-stops:.5in;mso-list:l0 level1 lfo2;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="mso-fareast-font-family:Arial;mso-bidi-font-family:Arial;"&gt;&lt;SPAN style="mso-list:Ignore;"&gt;&lt;EM&gt;3.&lt;/EM&gt;&lt;SPAN style="FONT:7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;Install .NET Framework Required Update:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;DOH! Time for an update.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/exchange/Analyzer/729d1648-ff17-43f9-a1cf-4285a82d4917.mspx?mfr=true"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;FONT-FAMILY:'Verdana','sans-serif';"&gt;http://www.microsoft.com/technet/prodtechnol/exchange/Analyzer/729d1648-ff17-43f9-a1cf-4285a82d4917.mspx?mfr=true&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3 style="MARGIN:12pt 13.7pt 0pt 0.5in;TEXT-INDENT:-0.25in;tab-stops:.5in;mso-list:l0 level1 lfo2;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="mso-fareast-font-family:Arial;mso-bidi-font-family:Arial;"&gt;&lt;SPAN style="mso-list:Ignore;"&gt;&lt;EM&gt;4.&lt;/EM&gt;&lt;SPAN style="FONT:7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;Install Microsoft Management Console (MMC) 3.0 if you are not on Windows Server 2003 R2 already&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=4C84F80B-908D-4B5D-8AA8-27B962566D9F&amp;amp;displaylang=en"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;FONT-FAMILY:'Verdana','sans-serif';"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=4C84F80B-908D-4B5D-8AA8-27B962566D9F&amp;amp;displaylang=en&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="FONT-SIZE:8.5pt;COLOR:black;FONT-FAMILY:'Verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3 style="MARGIN:12pt 13.7pt 0pt 0.5in;TEXT-INDENT:-0.25in;tab-stops:.5in;mso-list:l0 level1 lfo2;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="mso-fareast-font-family:Arial;mso-bidi-font-family:Arial;"&gt;&lt;SPAN style="mso-list:Ignore;"&gt;&lt;EM&gt;5.&lt;/EM&gt;&lt;SPAN style="FONT:7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;Setup /PrepareLegacyExchangePermissions&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;See &lt;/FONT&gt;&lt;/SPAN&gt;&lt;A href="http://technet.microsoft.com/en-us/library/bb125224.aspx"&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;http://technet.microsoft.com/en-us/library/bb125224.aspx&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt; for the details. If this is a fresh Exchange Server 2007 install, skip this step.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;Login to the schema master with an account that is a member of both the Schema Administrators and Enterprise Admins.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;TEXT-INDENT:0.5in;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;From a command prompt, type:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;B&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN style="mso-tab-count:1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;TEXT-INDENT:0.5in;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;&lt;B&gt;setup.com /&lt;/B&gt;&lt;B style="mso-bidi-font-weight:normal;"&gt;PrepareLegacyExchangePermissions&lt;/B&gt; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3 style="MARGIN:12pt 13.7pt 0pt 0.5in;TEXT-INDENT:-0.25in;tab-stops:.5in;mso-list:l0 level1 lfo2;"&gt;&lt;SPAN&gt;&lt;A class="" name=_Toc162455364&gt;&lt;/A&gt;&lt;A class="" name=_Toc156816739&gt;&lt;/A&gt;&lt;A class="" name=_Toc156816556&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="mso-fareast-font-family:Arial;mso-bidi-font-family:Arial;"&gt;&lt;SPAN style="mso-list:Ignore;"&gt;&lt;EM&gt;6.&lt;/EM&gt;&lt;SPAN style="FONT:7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;Setup /PrepareSchema&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;TEXT-INDENT:0.5in;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;From a command prompt, type:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;B&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;TEXT-INDENT:0.5in;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;&lt;B&gt;setup.com /&lt;/B&gt;&lt;B style="mso-bidi-font-weight:normal;"&gt;PrepareSchema&lt;/B&gt; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3 style="MARGIN:12pt 13.7pt 0pt 0.5in;TEXT-INDENT:-0.25in;tab-stops:.5in;mso-list:l0 level1 lfo2;"&gt;&lt;SPAN&gt;&lt;A class="" name=_Toc162455365&gt;&lt;/A&gt;&lt;A class="" name=_Toc156816740&gt;&lt;/A&gt;&lt;A class="" name=_Toc156816557&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="mso-fareast-font-family:Arial;mso-bidi-font-family:Arial;"&gt;&lt;SPAN style="mso-list:Ignore;"&gt;&lt;EM&gt;7.&lt;/EM&gt;&lt;SPAN style="FONT:7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;Setup /PrepareAD&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;TEXT-INDENT:0.5in;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;From a command prompt, type:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;B&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;TEXT-INDENT:0.5in;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;&lt;B&gt;setup.com /&lt;/B&gt;&lt;B style="mso-bidi-font-weight:normal;"&gt;PrepareAD&lt;/B&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3 style="MARGIN:12pt 13.7pt 0pt 0.5in;TEXT-INDENT:-0.25in;tab-stops:.5in;mso-list:l0 level1 lfo2;"&gt;&lt;SPAN&gt;&lt;A class="" name=_Toc162455366&gt;&lt;/A&gt;&lt;A class="" name=_Toc156816741&gt;&lt;/A&gt;&lt;A class="" name=_Toc156816558&gt;&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="mso-fareast-font-family:Arial;mso-bidi-font-family:Arial;"&gt;&lt;SPAN style="mso-list:Ignore;"&gt;&lt;EM&gt;8.&lt;/EM&gt;&lt;SPAN style="FONT:7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;Setup /PrepareDomain&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P class=MsoNormalIndent style="MARGIN:0in 0in 0pt 0.5in;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;If you have other domain in which you would like to add Exchange 2007 servers in. Run this in each of those.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;TEXT-INDENT:0.5in;"&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;TEXT-INDENT:0.5in;"&gt;&lt;SPAN&gt;&lt;FONT face="Times New Roman"&gt;From a command prompt, type:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN&gt;&lt;B&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN style="mso-tab-count:1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;TEXT-INDENT:0.5in;"&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&lt;B&gt;setup.com /&lt;/B&gt;&lt;B style="mso-bidi-font-weight:normal;"&gt;PrepareAD&lt;/B&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight:normal;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;B style="mso-bidi-font-weight:normal;"&gt;&lt;o:p&gt;&lt;FONT face="Times New Roman"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;B style="mso-bidi-font-weight:normal;"&gt;&lt;FONT face="Times New Roman"&gt;Following these steps you can update the Active Directory on the 32-bit Domain Controllers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=712355" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Windows+Server+Clustering/default.aspx">Windows Server Clustering</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Exchange+Server/default.aspx">Exchange Server</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item><item><title>I have been tagged...</title><link>http://msmvps.com/blogs/clustering/archive/2007/03/26/i-have-been-tagged.aspx</link><pubDate>Mon, 26 Mar 2007 21:03:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:712306</guid><dc:creator>clustering</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=712306</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/03/26/i-have-been-tagged.aspx#comments</comments><description>&lt;P&gt;Last month &lt;A class="" href="http://mindsharpblogs.com/ben/archive/2007/02/11/1560.aspx" target=_blank&gt;Ben Curry&lt;/A&gt;&amp;nbsp;tagged me and I thought it was a pretty cool idea, so here goes...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;5 Things you don't know about me.&lt;/P&gt;
&lt;P&gt;1) I have one leg longer then the other by 1/4 inch. When I was a kid the doctors told me I would never play professional sports (and they were right).&lt;/P&gt;
&lt;P&gt;2) I play Frisbee and Hockey left handed, all others sports I play right handed (if you can call my golf game a sport).&lt;/P&gt;
&lt;P&gt;3) I just got an Xbox 360 Live (my tag is Enduroman) and I love it. I am addicted, what a great waste of time!&lt;/P&gt;
&lt;P&gt;4) I love the Theater. So much so that I travel to NYC 3-5 times a year to see plays. If its a popular show I have probably seen it.&lt;/P&gt;
&lt;P&gt;5) I am huge Satellite fan. I have a GPS, Sirius satellite radios, and DirecTV. I love those toys!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Ok, in keeping with how this works I tag &lt;A class="" href="http://exchangepedia.com/blog/index.html" target=_blank&gt;Bharat Suneja&lt;/A&gt;, &lt;A class="" href="http://blogs.technet.com/evand/default.aspx" target=_blank&gt;Evan Dodds&lt;/A&gt;, and &lt;A class="" href="http://mostlyexchange.blogspot.com/" target=_blank&gt;Jim McBee&lt;/A&gt;.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=712306" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>How to panic a Geek!</title><link>http://msmvps.com/blogs/clustering/archive/2006/10/09/How-to-panic-a-Geek_2100_.aspx</link><pubDate>Mon, 09 Oct 2006 19:10:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:164788</guid><dc:creator>clustering</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=164788</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2006/10/09/How-to-panic-a-Geek_2100_.aspx#comments</comments><description>&lt;p&gt;Just a normal day, open a browser hoping to see my default web page (Google) and I got this:&lt;/p&gt;&lt;p&gt;&lt;img alt="Google Error" height="595" src="http://www.nw-america.com/images/googleerror.jpg" style="width:945px;height:595px;" title="Google Error" width="945" /&gt;&lt;/p&gt;&lt;p&gt;Oh crap, my heart came out of my chest. Could Google actually be down? What will I do? What is the URL to that Microsoft search engine again? Yahoo? I can&amp;#39;t think, I need, no I require Google. 15-50 times a day. HELP! Who can I call? I know, I will IM my entire list and see if Google is really down! No wait, that is probably not a good idea. OK, I will just IM Russ and he will tell me if I am sane or not. Hmm, Russ says &amp;quot;that can&amp;#39;t be good&amp;quot;. Then, &amp;quot;I have been using Google all day&amp;quot;. Wait, let me try again. Crap, same thing. How about a third time - BAM its working again.&lt;/p&gt;&lt;p&gt;If anyone from Google reads this, &lt;strong&gt;don&amp;#39;t ever do that again&lt;/strong&gt;. It was not funny. Not in the least.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=164788" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>New ClusterHelp dates just announced - including 2007</title><link>http://msmvps.com/blogs/clustering/archive/2006/10/06/New-ClusterHelp-dates-just-announced-_2D00_-including-2007.aspx</link><pubDate>Fri, 06 Oct 2006 12:37:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:157030</guid><dc:creator>clustering</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=157030</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2006/10/06/New-ClusterHelp-dates-just-announced-_2D00_-including-2007.aspx#comments</comments><description>&lt;p&gt;See &lt;a href="http://www.clusterhelp.com/"&gt;http://www.clusterhelp.com/&lt;/a&gt;&amp;nbsp;or the left side of this blog for details. Yes, we are going to do a class in the UK! Very exciting news!&lt;/p&gt;&lt;p&gt;&amp;nbsp;The &lt;strong&gt;December 2006 NYC&lt;/strong&gt; class is almost filled, so book now if you are on the fence. As a bonus you will get to meet and greet Russ and Myself. We will have two rooms filled with students. Russ will be teaching a private class, while I will with the public. Come join us for lots of fun.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=157030" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item><item><title>Shrink your VMWare, Virtual Server or Virtual PC Virtual Machines (VMs) images</title><link>http://msmvps.com/blogs/clustering/archive/2006/09/24/Shrink-your-VMWare_2C00_-Virtual-Server-or-Virtual-PC-Virtual-Machines-_2800_VMs_2900_-images.aspx</link><pubDate>Mon, 25 Sep 2006 00:20:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:139189</guid><dc:creator>clustering</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/clustering/rsscomments.aspx?PostID=139189</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2006/09/24/Shrink-your-VMWare_2C00_-Virtual-Server-or-Virtual-PC-Virtual-Machines-_2800_VMs_2900_-images.aspx#comments</comments><description>&lt;p&gt;Once in awhile I use a product and like it enough to tell the world. &lt;a href="http://www.invirtus.com/"&gt;http://www.invirtus.com/&lt;/a&gt;&amp;nbsp;has created one - &lt;a href="http://www.invirtus.com/content/view/16/83/"&gt;Invirtus VM Optimizer&lt;/a&gt;&amp;nbsp;2.5.&lt;/p&gt;&lt;p&gt;This product is simply amazing. I bring a Virtual Server 2005 R2 Virtual Machine Domain Controller to my ClusterHelp.com classes. Before using this product it was almost 16 GB, after it was &amp;quot;Optimized&amp;quot; it was almost 50% of the size and it was indeed faster, just like the marketing says it should be. Funny that, marketing that works.&lt;/p&gt;&lt;p&gt;I sent them an email and told them how much I love the product. They have a referral program and I signed up for it (they&amp;nbsp;give away a free t-shirts for referrals, yeah), but you the reader of my blog can use this discount code to save on this wonderful product - &lt;strong&gt;RF09A30&lt;/strong&gt; will give you a &lt;strong&gt;30% discount&lt;/strong&gt;! Nice 30% off.&lt;/p&gt;&lt;p&gt;That about sums it up, great product, works as advertised. Remember to use &lt;strong&gt;Discount Code&lt;/strong&gt; &lt;strong&gt;RF09A30&lt;/strong&gt;&amp;nbsp;for a &lt;strong&gt;30% discount.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;I hope you enjoy it as much as I do!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=139189" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://msmvps.com/blogs/clustering/archive/tags/ClusterHelp.com/default.aspx">ClusterHelp.com</category></item></channel></rss>