<?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 : PCNews</title><link>http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx</link><description>Tags: PCNews</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>Windows Server 2008 Failover Clustering Microsoft Official Curriculum is out!!!!</title><link>http://msmvps.com/blogs/clustering/archive/2008/05/09/windows-server-2008-failover-clustering-microsoft-official-curriculum-is-out.aspx</link><pubDate>Fri, 09 May 2008 22:54:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1618515</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=1618515</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2008/05/09/windows-server-2008-failover-clustering-microsoft-official-curriculum-is-out.aspx#comments</comments><description>&lt;font size="3"&gt;&lt;font face="Calibri"&gt;The Windows Server Failover Clustering Product Group is proud to announce the release of the &lt;u&gt;first ever&lt;/u&gt; Windows Server 2008 Microsoft Official Curriculum course&lt;u&gt;&lt;/u&gt;&lt;/font&gt;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;a href="http://www.microsoft.com/learning/syllabi/en-us/6423aprelim.mspx"&gt;&lt;font face="Calibri" color="#0000ff" size="3"&gt;Course 6423A: Implementing and Managing Windows Server 2008 Clustering&lt;/font&gt;&lt;/a&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;The course will be available in the channel May 15&lt;sup&gt;th&lt;/sup&gt;, 2008.&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Special thanks go to the following to make this happen:&lt;/font&gt;&lt;/p&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Elden Christensen&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Ahmed Bisht&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Chuck Timon&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;Mike Briggs&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;I have seen it, excellent work gang, this is truly an exciting day for Failover Clustering!!!&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&amp;nbsp;&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=1618515" 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></item><item><title>Life at Microsoft</title><link>http://msmvps.com/blogs/clustering/archive/2008/02/16/life-at-microsoft.aspx</link><pubDate>Sat, 16 Feb 2008 21:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1516301</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=1516301</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2008/02/16/life-at-microsoft.aspx#comments</comments><description>&lt;p&gt;As you might we aware of I recently joined Microsoft as a Senior Premier Field Engineer. While I don&amp;#39;t work out of the Redmond campus, I have been there numerous times. Here is a great humorous look at life here at Microsoft:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://on10.net/blogs/tina/Life-At-Microsoft/"&gt;http://on10.net/blogs/tina/Life-At-Microsoft/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Enjoy :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1516301" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/clustering/archive/tags/PCNews/default.aspx">PCNews</category></item><item><title>New Clustering Blog from Microsoft</title><link>http://msmvps.com/blogs/clustering/archive/2008/01/11/new-clustering-blog-from-microsoft.aspx</link><pubDate>Fri, 11 Jan 2008 23:16:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1456652</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=1456652</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2008/01/11/new-clustering-blog-from-microsoft.aspx#comments</comments><description>&lt;p&gt;Ok, it is not new, but now it gets new posts weekly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.msdn.com/clustering/"&gt;http://blogs.msdn.com/clustering/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;They even mentioned this blog today &lt;a href="http://blogs.msdn.com/clustering/archive/2008/01/10/7063069.aspx"&gt;http://blogs.msdn.com/clustering/archive/2008/01/10/7063069.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Look to it for tons of great information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1456652" 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></item><item><title>114 Days until Windows Server 2008, Visual Studio 2008 and SQL Server 2008...</title><link>http://msmvps.com/blogs/clustering/archive/2007/11/05/114-days-until-windows-server-2008-visual-studio-2008-and-sql-server-2008.aspx</link><pubDate>Mon, 05 Nov 2007 16:01:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1283884</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=1283884</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/11/05/114-days-until-windows-server-2008-visual-studio-2008-and-sql-server-2008.aspx#comments</comments><description>&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Are you ready for another OS version? February 27&lt;sup&gt;th&lt;/sup&gt;, 2008 is the public launch date.&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;Microsoft has a Vista sidebar gadget to help you remember the date - &lt;/font&gt;&lt;a href="http://www.wedsg.com/winclient/vistasidebargadget/download.htm"&gt;&lt;font face="Calibri" size="3"&gt;http://www.wedsg.com/winclient/vistasidebargadget/download.htm&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt; They seem to love this date, the end of February as they have done it before. Could it be they know by wives birthday is Feb 28?&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;&lt;br /&gt;&lt;br /&gt;Free E-Learning for 2008 - &lt;/font&gt;&lt;a href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=127516"&gt;&lt;font face="Calibri" size="3"&gt;https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=127516&lt;/font&gt;&lt;/a&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt; (requires Microsoft Passport login to get the free stuff).&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;&lt;br /&gt;&lt;br /&gt;Links to everything: &lt;/font&gt;&lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/windowsserver/2008/default.aspx"&gt;&lt;font face="Calibri" size="3"&gt;http://technet.microsoft.com/en-us/windowsserver/2008/default.aspx&lt;/font&gt;&lt;/a&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;&lt;br /&gt;Nice overview: &lt;/font&gt;&lt;/font&gt;&lt;a href="http://www.microsoft.com/windowsserver2008/evaluation/overview.mspx"&gt;&lt;font face="Calibri" size="3"&gt;http://www.microsoft.com/windowsserver2008/evaluation/overview.mspx&lt;/font&gt;&lt;/a&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;&lt;br /&gt;2008 Learning Portal: &lt;/font&gt;&lt;/font&gt;&lt;a href="http://www.microsoft.com/learning/windowsserver2008/default.mspx"&gt;&lt;font face="Calibri" size="3"&gt;http://www.microsoft.com/learning/windowsserver2008/default.mspx&lt;/font&gt;&lt;/a&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;&lt;br /&gt;Clustering: &lt;/font&gt;&lt;/font&gt;&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/13c0a922-6097-4f34-ac64-18820094128b1033.mspx?mfr=true"&gt;&lt;font face="Calibri" size="3"&gt;http://technet2.microsoft.com/windowsserver2008/en/library/13c0a922-6097-4f34-ac64-18820094128b1033.mspx?mfr=true&lt;/font&gt;&lt;/a&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;&lt;br /&gt;File Server Clustering:&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;u&gt;&lt;span style="COLOR:#810081;"&gt;&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/40bdcbc9-ce96-4477-8df3-7a20d4bc42a51033.mspx?mfr=true"&gt;&lt;font face="Calibri" size="3"&gt;http://technet2.microsoft.com/windowsserver2008/en/library/40bdcbc9-ce96-4477-8df3-7a20d4bc42a51033.mspx?mfr=true&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;/u&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;&lt;br /&gt;Print Server Clustering: &lt;/font&gt;&lt;/font&gt;&lt;u&gt;&lt;span style="COLOR:#810081;"&gt;&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/40bdcbc9-ce96-4477-8df3-7a20d4bc42a51033.mspx?mfr=true"&gt;&lt;font face="Calibri" size="3"&gt;http://technet2.microsoft.com/windowsserver2008/en/library/40bdcbc9-ce96-4477-8df3-7a20d4bc42a51033.mspx?mfr=true&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;/u&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;&lt;br /&gt;&lt;br /&gt;NLB: &lt;/font&gt;&lt;/font&gt;&lt;a href="http://technet2.microsoft.com/windowsserver2008/en/library/40bdcbc9-ce96-4477-8df3-7a20d4bc42a51033.mspx?mfr=true"&gt;&lt;font face="Calibri" size="3"&gt;http://technet2.microsoft.com/windowsserver2008/en/library/40bdcbc9-ce96-4477-8df3-7a20d4bc42a51033.mspx?mfr=true&lt;/font&gt;&lt;/a&gt;&lt;font face="Calibri" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;I love new OS releases and 2008 looks to be an excellent one!&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=1283884" 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/SQL+Server/default.aspx">SQL Server</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>ClusterHelp dates for 2008 and Copenhagen update</title><link>http://msmvps.com/blogs/clustering/archive/2007/08/27/clusterhelp-dates-for-2008-and-copenhagen-update.aspx</link><pubDate>Mon, 27 Aug 2007 14:53:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1141066</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=1141066</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/08/27/clusterhelp-dates-for-2008-and-copenhagen-update.aspx#comments</comments><description>&lt;p&gt;Russ and I will be in &lt;strong&gt;Copenhagen, Denmark September 3-6, 2007&lt;/strong&gt; (yes just a week away) and we still have a few spots open in the course. If you would like to attend use the link the left (under ClusterHelp). I am really looking forward to it. Russ will be lecturing and I will assist in the labs, thus both of us supporting what we wrote :)&lt;/p&gt;
&lt;p&gt;If you can&amp;#39;t make Denmark, we have courses in &lt;strong&gt;NYC&lt;/strong&gt; scheduled through 2008 now, just added today:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Jan. 21-24, 2008&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;May 12-15, 2008&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Oct 13-16, 2008&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Come on out and enjoy one of these great cities with me!&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=1141066" 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/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>New Windows Server 2008 Failover Clustering Course</title><link>http://msmvps.com/blogs/clustering/archive/2007/06/02/new-windows-server-2008-failover-clustering-course.aspx</link><pubDate>Sun, 03 Jun 2007 01:53:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:939598</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=939598</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/06/02/new-windows-server-2008-failover-clustering-course.aspx#comments</comments><description>&lt;p&gt;IF you are not coming to Tech Ed to listen to me speak about it, this is the next best thing:&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="https://www.microsoftelearning.com/eLearning/courseContent.aspx?courseId=77796"&gt;&lt;span class="pageTitle"&gt;Course 6051: Implementing High Availability and Virtualization in Windows Server 2008 (Beta)&lt;/span&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2 Hours of learning for a very low price.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=939598" 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></item><item><title>New Clustering Blog in Town</title><link>http://msmvps.com/blogs/clustering/archive/2007/05/07/new-clustering-blog-in-town.aspx</link><pubDate>Mon, 07 May 2007 15:11:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:893493</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=893493</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/05/07/new-clustering-blog-in-town.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/blogs/jtoner/"&gt;http://msmvps.com/blogs/jtoner/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="https://mvp.support.microsoft.com/profile/John.Toner"&gt;John Toner&lt;/a&gt; the long time clustering and Geo-Clustering Guru has a blog now. This is truly exciting news...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=893493" 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></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>My Tech Ed Session time is on the web</title><link>http://msmvps.com/blogs/clustering/archive/2007/04/20/my-tech-ed-session-time-is-on-the-web.aspx</link><pubDate>Fri, 20 Apr 2007 17:57:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:846464</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=846464</wfw:commentRss><comments>http://msmvps.com/blogs/clustering/archive/2007/04/20/my-tech-ed-session-time-is-on-the-web.aspx#comments</comments><description>&lt;TABLE class="" style="BORDER-COLLAPSE:collapse;"&gt;

&lt;TR&gt;
&lt;TD class=""&gt;&lt;B&gt;SVR306&lt;/B&gt; &lt;/TD&gt;
&lt;TD class=""&gt;&lt;B&gt;Top 10 Microsoft Windows Server Codename "Longhorn" Failover Clustering Enhancements over Windows Server 2003 Clustering, Based on Best Practices&lt;/B&gt; &lt;/TD&gt;
&lt;TD class=""&gt;6/6/2007 10:15AM-11:30AM &lt;/TD&gt;
&lt;TD class="" style="DISPLAY:none;"&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" colSpan=2&gt;
&lt;P&gt;&lt;I&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;/I&gt; &lt;/P&gt;
&lt;P&gt;Look for a few excellent demos of Beta 3. I will also be at the Microsoft clustering/HA booth answering questions, handing out ClusterHelp.com flyers, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=846464" 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/ClusterHelp.com/default.aspx">ClusterHelp.com</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>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></channel></rss>