<?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>Learning to Fly - Mika's Blog : Misc</title><link>http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx</link><description>Tags: Misc</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>My TechEd top 4 &amp; Network Monitor 3</title><link>http://msmvps.com/blogs/mika/archive/2006/06/16/101695.aspx</link><pubDate>Fri, 16 Jun 2006 16:45:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:101695</guid><dc:creator>mika</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=101695</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2006/06/16/101695.aspx#comments</comments><description>&lt;P&gt;I'm sitting on the last stint on the TLC at TechEd 2006. There have been quite a number of people who found this area and us technical experts here &lt;img src="/emoticons/emotion-1.gif" alt="Smile" /&gt; Thanks everyone for coming!&lt;/P&gt;
&lt;P&gt;Over these five days, the most common questions and some additional info for myself were:&lt;/P&gt;
&lt;P&gt;1) Group Policy processing problems&lt;/P&gt;
&lt;P&gt;You can find basic flowchart for troubleshooting&amp;nbsp;on Figure 1 of &amp;nbsp;the white paper entitled "&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B24BF2D5-0D7A-4FC5-A14D-E91D211C21B2&amp;amp;displaylang=en"&gt;Troubleshooting Group Policy in Microsoft Windows Server&lt;/A&gt;". You can also test your&amp;nbsp;understanding of the group policy processing&amp;nbsp;by checking little flowchart&amp;nbsp;displayed in this figure in order to see whether you know what all different reasons for problems mean. Derek Melber just presented a session MGT425&amp;nbsp;here on this topic. You can also find additional information on our book &lt;img src="/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/P&gt;
&lt;P&gt;The first option I tend to use most often for GP troubleshooting is to open rsop.msc. The right (or secondary) mouse button is useful in this tool. A more advanced way of troubleshooting group policy is to use different log options available. I detail here the steps to enable the UserEnv log and a (free!) tool to interpret it. I can say that I learned my group policy skills with this log file &lt;img src="/emoticons/emotion-1.gif" alt="Smile" /&gt; I wish Policy Reporter would have been available in 1999 or that I would have found it then.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Either use &lt;A href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;221833"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;221833&lt;/A&gt; to set the UserEnvDebugLevel registry setting OR perform steps 2-7&lt;/LI&gt;
&lt;LI&gt;Download GPO Logging ADM Template from &lt;A href="http://www.gpoguy.com/Tools.htm#EventLogADM"&gt;http://www.gpoguy.com/Tools.htm#EventLogADM&lt;/A&gt;. &lt;/LI&gt;
&lt;LI&gt;Extract gpolog.adm from the zip file.&lt;/LI&gt;
&lt;LI&gt;Open gpedit.msc (GPOE) on the machine you want to start monitoring.&lt;/LI&gt;
&lt;LI&gt;Add the template into GPOE (right-click Administrative Templates &amp;gt; Add/Remove Templates… &amp;gt; Add… &amp;gt; pick the gpolog.adm&lt;/LI&gt;
&lt;LI&gt;In the View menu, select Filtering… uncheck setting “Only show policies that can be fully managed”&lt;/LI&gt;
&lt;LI&gt;Open Local Computer Policy\Administrative Templates\System\Group Policy\Logging&lt;BR&gt;Enable UserEnv.Log logging of policy (and profiles) with Verbose logging.&lt;/LI&gt;
&lt;LI&gt;Restart the computer.&lt;/LI&gt;
&lt;LI&gt;Log file userenv.log is created in %Windir%\Debug\UserMode.&lt;/LI&gt;
&lt;LI&gt;In order to interpret this file, download Policy Reporter from &lt;A href="http://www.sysprosoft.com/policyreporter.shtml"&gt;http://www.sysprosoft.com/policyreporter.shtml&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Install Policy Reporter and start it.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;The new version of Policy Reporter even displays the processing delays. Obviously, you have to run these steps as an administrator. I use runas most of the time.&lt;/P&gt;
&lt;P&gt;Other well hidden gems worth mentioning are 32 GPMC scripts (found in %Program Files%\GPMC\Scripts after installing GPMC) that many haven't found yet. They are great for backing up GPOs and documenting them.&lt;/P&gt;
&lt;P&gt;2) Active Directory DCs on 64-bit architecture&lt;/P&gt;
&lt;P&gt;You can find a recent &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=52E7C3BD-570A-475C-96E0-316DC821E3E7&amp;amp;displaylang=en"&gt;white paper&lt;/A&gt; entitled "Active Directory Performance for 64-bit Versions of Windows Server 2003" on this topic.&amp;nbsp;Microsoft's recommendation is to start considering converting existing environments to 64-bit architecture on environments when the size of your AD database exceeds 2.75 GB.&lt;/P&gt;
&lt;P&gt;3) Problems with large number of group memberships&lt;/P&gt;
&lt;P&gt;Another question that we discussed with several attendees had to do with Maximum Kerberos token size which may become an issue (e.g. kb 327825) in larger environments. Good information is available on &lt;A href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/security/tkerberr.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/security/tkerberr.mspx&lt;/A&gt;. &amp;nbsp;You can download command line tool called &lt;A href="http://www.microsoft.co.ke/downloads/details.aspx?FamilyID=4a303fa5-cf20-43fb-9483-0f0b0dae265c&amp;amp;displaylang=en"&gt;TokenSz&lt;/A&gt; in order to see the current token and to further diagnose it.&lt;/P&gt;
&lt;P&gt;4) DNS problems&lt;/P&gt;
&lt;P&gt;DNS being the cornerstone of Active Directory network is very often the culprit for various problems (authentication, replication, GP processing etc.). There is a plenty of information available on many sites. The best troubleshooting tip is to get it right the first time i.e knowing what you are doing when configuring the DNS service. In case you are having problems, you might want to start with TechNet Support WebCast: Troubleshooting DNS @ &lt;A href="http://support.microsoft.com/?kbid=905900"&gt;http://support.microsoft.com/?kbid=905900&lt;/A&gt;&amp;nbsp;&amp;amp; DCDIAG tool to pinpoint your problems.&lt;/P&gt;
&lt;P&gt;&lt;FONT size=4&gt;Network Monitor III&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The most exciting&amp;nbsp;tool I've seen this week was Microsoft Network Monitor III. For many problems and troubleshooting them,&amp;nbsp;I often use&amp;nbsp;Network Monitor 2.0 (either the one included in Windows Server operating systems or the full version from SMS 2003). The new version 3.0 will become available on a limited beta at the end of the summer. Some of the features that we saw today, were:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Capturing multiple interfaces simultaneously&lt;/LI&gt;
&lt;LI&gt;Dynamic display filters&lt;/LI&gt;
&lt;LI&gt;Configurable parsers&lt;/LI&gt;
&lt;LI&gt;Only network monitor tool to work on Windows Vista&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;I'm looking forward to the beta programme and the lauch of the tool - when it's going to be ready.&lt;/P&gt;
&lt;P&gt;That's all for now. Regards to everyone and thanks! This was my second TechEd and the first in U.S. It was also the best TechEd so far &lt;img src="/emoticons/emotion-2.gif" alt="Big Smile" /&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=101695" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category><category domain="http://msmvps.com/blogs/mika/archive/tags/Active+Directory/default.aspx">Active Directory</category></item><item><title>TechEd 2006</title><link>http://msmvps.com/blogs/mika/archive/2006/06/11/100663.aspx</link><pubDate>Sun, 11 Jun 2006 04:20:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:100663</guid><dc:creator>mika</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=100663</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2006/06/11/100663.aspx#comments</comments><description>&lt;A HREF="http://techedbloggers.net"&gt;&lt;IMG border="0" SRC="http://techedbloggers.net/Images/Flair/blogbadges_1.JPG"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have safely arrived in Boston and will be working as an Technical Expert on the Technical Learning Center in Windows Server Infrastructure Track. Hope to see you there!&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=100663" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>It's that time of the year again - Technet Pro tomorrow</title><link>http://msmvps.com/blogs/mika/archive/2006/03/01/85173.aspx</link><pubDate>Wed, 01 Mar 2006 19:12:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:85173</guid><dc:creator>mika</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=85173</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2006/03/01/85173.aspx#comments</comments><description>&lt;P&gt;Tomorrow, I'll&amp;nbsp;present a talk on Windows Server 2003 R2 in the &lt;A href="http://www.microsoft.com/finland/events/technetpro/"&gt;Technet Pro 2006&lt;/A&gt;&amp;nbsp;seminar in the Finlandia Hall. The event was fully booked weeks ago with some 1400 registrations! My demo setup for tomorrow will include four virtual machines (three WS03 R2 &amp;amp; one Windows XP) running on Virtual Server R2 which runs on Windows Server 2003 R2, Enterprise Edition. Since I won't demo ADFS, this setup should be enough. any way, I'm looking forward to a great event.&lt;/P&gt;
&lt;P&gt;For the last few weeks I've started to get myself familiar with Office 2007. Also, I've "upgraded" my Vista installation to build 5308 - and I've done it twice already. The first time I joined the machine into AD domain over VPN and on the second time I made the join while connected through Ethernet. It seems that the second time &amp;amp; route made the Vista run smoother :) BTW, there's a lot of great info on Vista @ &lt;A href="http://windowsconnected.com/"&gt;http://windowsconnected.com/&lt;/A&gt;. I'm sure that the IE 7 chat that I just participated will find its way into the &lt;A href="http://windowsconnected.com/forums/70/ShowForum.aspx"&gt;forums of that site &lt;/A&gt;as well - it's there already!!!&lt;/P&gt;
&lt;P&gt;In the beginning of the week, I conducted a IIS 6 course, MOC 2576. During the research, I came across with another MVP's, Bernard&amp;nbsp;Cheah's&amp;nbsp;great &lt;a href="http://msmvps.com/blogs/bernard/default.aspx"&gt;IIS blog&lt;/A&gt;. &lt;A href="http://www.iistoolshed.com/"&gt;http://www.iistoolshed.com/&lt;/A&gt;&amp;nbsp;is a nice collection of IIS related tools. To start off&amp;nbsp;with diagnosing IIS, you could first check out &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9bfa49bc-376b-4a54-95aa-73c9156706e7&amp;amp;DisplayLang=en"&gt;IIS Diagnostics Toolkit&lt;/A&gt;.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=85173" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>Sovelto and FCS Partners merge</title><link>http://msmvps.com/blogs/mika/archive/2006/01/09/80660.aspx</link><pubDate>Mon, 09 Jan 2006 18:52:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:80660</guid><dc:creator>mika</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=80660</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2006/01/09/80660.aspx#comments</comments><description>&lt;P&gt;My employer (and the company that I was a senior partner and shareholder of), Sovelto Oy,&amp;nbsp;merged with another ICT training and consulting company, FCS Partners Oyj, as of today. We are really excited about the merger and are really looking forward to an exciting future. Together we form the largest ICT training company in Finland. FCS Partners and Sovelto are the two rising stars in the market. Both companies have grown and developed under the hard circumstances after the rapid growth in the IT market. The organization of the merged company will be based on experts and partners with high value on expertise and professional training. In the flat hierarchy organization all personnel will be directly&amp;nbsp;interfacing the customers.&lt;/P&gt;
&lt;P&gt;Over the last&amp;nbsp;weekend we've started to integrate our IT systems. So far, so good :)&amp;nbsp;Of course, there have been minor hickups but nothing major so far. What makes it so interesting is that both companies are using the latest versions of most Microsoft server applications and operating systems.&lt;/P&gt;
&lt;P&gt;BTW, the name of the new company is FCS Sovelto Oyj.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=80660" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>Santa's five days early</title><link>http://msmvps.com/blogs/mika/archive/2005/12/19/79444.aspx</link><pubDate>Mon, 19 Dec 2005 21:58:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:79444</guid><dc:creator>mika</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=79444</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2005/12/19/79444.aspx#comments</comments><description>&lt;P&gt;As I write this, I'm happily downloading the new December CTP build of Vista and Longhorn. Should be here (or actually in Helsinki) by morning... :)&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=79444" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>Great autumn is all but over</title><link>http://msmvps.com/blogs/mika/archive/2005/12/18/79370.aspx</link><pubDate>Sun, 18 Dec 2005 19:43:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:79370</guid><dc:creator>mika</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=79370</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2005/12/18/79370.aspx#comments</comments><description>&lt;P&gt;Since msmvps.com is now running on Community Server, I thought it's about the time to get my act together again... I started by changing the display skin - partially since the one that I used before the upgrade wasn't available ;)&lt;/P&gt;
&lt;P&gt;Autumn has been great! A lot of things have happened the absolute best being the MVP Summit in Redmond at the end of September. It was my second time on Microsoft campus and definitely better than the first! (The first was a pre-conference two-day MSF course of Windows 2000 MCT Technology Week in 2000). It was great to meet all those great and active fellow MVPs whose books, messages, postings and articles I've seen over the years. I learnt quite a bit about new technologies to come. It was also great to see the amount of effort and dedication Microsoft is putting into MVP programme :)&lt;/P&gt;
&lt;P&gt;On Tuesday of that week I participated (Windows Server 2003) R2 September Tour with some 40 other beta testers. We met with a number of program groups and probably had some contribution to the final product. R2 RTM'd (was released to manufacturing) on an easy day for me to remember - the 6th of December, which happens to be our (Finland) Independence Day. R2 beta programme was the best I've ever participated! Now, we've only yet to get the Volume Licensing versions. I've talked and presented on R2 on various events during the autumn. Centralized print management, new distributed file system and file server management with new filtering, quotas and reporting are certainly going to implemented&amp;nbsp;in most R2 deployments. Active Directory Federation Service (ADFS) is conceptually the most difficult R2 technology to grasp but it also enables some interesting scenarions for web applications between organizations. BTW, you can get the Windows Server 2003 R2 Administration Tools Pack with the following administration tools&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Print Management 
&lt;LI&gt;File Server Resource Manager (which includes Distributed File System) 
&lt;LI&gt;Identity Management for Unix 
&lt;LI&gt;MMC 3.0&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;/P&gt;X86&lt;BR&gt;&lt;A title=http://www.microsoft.com/downloads/details.aspx?FamilyID=9bfb44f5-232a-4fb5-bc14-45bfd81b7ac1&amp;amp;DisplayLang=en href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9bfb44f5-232a-4fb5-bc14-45bfd81b7ac1&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=9bfb44f5-232a-4fb5-bc14-45bfd81b7ac1&amp;amp;DisplayLang=en 
&lt;P&gt;&lt;/P&gt;&lt;/A&gt;x64&lt;BR&gt;&lt;A title=http://www.microsoft.com/downloads/details.aspx?FamilyID=8f7df3a5-e738-44b4-91eb-4907511f87c6&amp;amp;DisplayLang=en href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8f7df3a5-e738-44b4-91eb-4907511f87c6&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=8f7df3a5-e738-44b4-91eb-4907511f87c6&amp;amp;DisplayLang=en 
&lt;P&gt;&lt;/P&gt;&lt;/A&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=79370" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>TechEd Europe </title><link>http://msmvps.com/blogs/mika/archive/2005/07/05/56504.aspx</link><pubDate>Tue, 05 Jul 2005 15:44:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:56504</guid><dc:creator>mika</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=56504</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2005/07/05/56504.aspx#comments</comments><description>&lt;P&gt;Greetings from Amsterdam! &lt;/P&gt;
&lt;P&gt;I've already experienced a fabulous canal cruise and an excellent 1-day preconference session by Mark Russinovich and David Solomon. You can find me at R2 Branch Office Ask-The-Experts stand (20A) during the remainder of the week&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=56504" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>MVP again</title><link>http://msmvps.com/blogs/mika/archive/2005/07/02/56351.aspx</link><pubDate>Sat, 02 Jul 2005 05:42:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:56351</guid><dc:creator>mika</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=56351</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2005/07/02/56351.aspx#comments</comments><description>I just received an MVP recognition e-mail from Microsoft :) Thus, my annual MVP in Windows Server - Directory Services was renewed! I'm glad to be in for another year!&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=56351" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>Windows Server 2003 Service Pack 1 is out</title><link>http://msmvps.com/blogs/mika/archive/2005/03/31/40310.aspx</link><pubDate>Thu, 31 Mar 2005 10:58:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:40310</guid><dc:creator>mika</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=40310</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2005/03/31/40310.aspx#comments</comments><description>&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN lang=FI style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;You can get it&amp;nbsp;on&amp;nbsp;&lt;A href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/servicepack/default.mspx"&gt;http://www.microsoft.com/technet/prodtechnol/windowsserver2003/servicepack/default.mspx&lt;/A&gt;&lt;A title=http://www.microsoft.com/windowsserver2003/downloads/servicepacks/sp1/default.mspx href="http://www.microsoft.com/windowsserver2003/downloads/servicepacks/sp1/default.mspx"&gt;&lt;/A&gt;. I used the beta &amp;amp; RC versions in the past and due to the great experiences with them, installed SP1 to my WS03 Std Edition straight away. So far, everything is good...&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN lang=FI style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A href="http://www.microsoft.com/WindowsServer2003/downloads/servicepacks/sp1/sp1datasheet.mspx"&gt;http://www.microsoft.com/WindowsServer2003/downloads/servicepacks/sp1/sp1datasheet.mspx&lt;/A&gt;&amp;nbsp;has a nice overview what's new.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN lang=FI style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN lang=FI style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;A title=http://www.microsoft.com/windowsserver2003/64bit/x64/default.mspx href="http://www.microsoft.com/windowsserver2003/64bit/x64/default.mspx"&gt;http://www.microsoft.com/windowsserver2003/64bit/x64/default.mspx&lt;/A&gt; states that x64 versions of Windows Server 2003 for AMD64&amp;nbsp;and Intel EM64T systems will be available in another 24 days.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=40310" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>First comments on Windows Server Update Services (WSUS)</title><link>http://msmvps.com/blogs/mika/archive/2005/03/31/40306.aspx</link><pubDate>Thu, 31 Mar 2005 10:07:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:40306</guid><dc:creator>mika</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=40306</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2005/03/31/40306.aspx#comments</comments><description>&lt;P&gt;I've had a 16 (virtual) machine WSUS RC test lab up and running now for almost a week and it is running sweet :) This time I decided to use a workgroup scenario and WSUS's own computer group targeting. A bit more work than using AD &amp;amp; Group Policy but nice to see how well it works. Few comments:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If you use virtual machines (and are running on a "memory-limited" host machine), make sure to reserve at least 384 MB of RAM for the WSUS server&lt;/LI&gt;
&lt;LI&gt;In order to speed things up initially in the clients&amp;nbsp;i.e. to&amp;nbsp;make the AU client to check up&amp;nbsp;a specific SUS/WSUS server once, I used &lt;A href="http://www.nextwish.org/geek.php?page=susutil"&gt;Software Update Services Utility&lt;/A&gt;&amp;nbsp;instead of hacking the registry and restarting the Automatic Update service manually.&amp;nbsp;The utility is&amp;nbsp;a small command line tool with which you can force the AU client to call up a specific SUS/WSUS server within the next ten minutes instead of waiting for hours&lt;/LI&gt;
&lt;LI&gt;Computers will show up in the Computers section after they've made the first contact with the WSUS server. There is no "magic button" to add them there&lt;/LI&gt;
&lt;LI&gt;As stated in the WSUS Deployment Guide, "Microsoft Windows SQL Server 2000 Desktop Engine (WMSDE) ships with WSUS. It is available only if you install WSUS on a computer running Windows Server 2003. It is similar to the next option, SQL Server 2000 Desktop Engine (MSDE), but without limitations for database size or connections."&lt;/LI&gt;
&lt;LI&gt;Information on updates is first downloaded into the database. When a WSUS client reports that it needs an update, WSUS decides that on the next synchronization cycle, it'll download the update&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.susserver.com/"&gt;http://www.susserver.com/&lt;/A&gt;&amp;nbsp;has tons of info on SUS but especially the &lt;A href="http://forums.susserver.com/"&gt;forum&lt;/A&gt; starts to heat up on WSUS as well&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Overall, the system has been running really well. WSUS will certainly be a very welcome (and recommended) upgrade over SUS.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=40306" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>WMI Scripting Made Easy - Scriptomatic 2.0 released</title><link>http://msmvps.com/blogs/mika/archive/2005/01/18/33032.aspx</link><pubDate>Tue, 18 Jan 2005 17:39:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:33032</guid><dc:creator>mika</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=33032</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2005/01/18/33032.aspx#comments</comments><description>&lt;P&gt;You might have come across &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9EF05CBD-C1C5-41E7-9DA8-212C414A7AB0&amp;amp;displaylang=en"&gt;version 1.0 of the Scriptomatic tool&lt;/A&gt;. Microsoft Scripting Guys wrote that little tool to make it a no-brainer to accomplish simple WMI scripts. The tool itself was a great little addition to the toolbox of a Windows administrator but the &lt;A href="http://www.microsoft.com/technet/scriptcenter/tools/wmimatic.mspx"&gt;story behind it&lt;/A&gt; is probably the funniest you'll find at the moment on &lt;A href="http://www.microsoft.com/"&gt;www.microsoft.com&lt;/A&gt; :) BTW, you can also find the story as Write WMI Scripts Like the Pros.doc when when you uncompress the downloaded scriptomatic.exe.&lt;/P&gt;
&lt;P&gt;Last week they released &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=09dfc342-648b-4119-b7eb-783b0f7d1178&amp;amp;DisplayLang=en"&gt;Scriptomatic 2.0&lt;/A&gt;. The title of the properties of the readme.doc accompanying the tool summarizes it all: "Back in the good old days, people were much easier to please than they are now". The readme.doc reveals that the guys have done some homework at least in religion, history, literature and arts (especially pop music) in the seek of making the second release a success. And I must admit, they've succeeded - also in the readme department. The funniest and most entertaining story of version 1.0 has got even more entertaining (and sould I say cultivating) successor. It is stated that version 1.0 has been downloaded almost half a million times. Consequently, the readme included a transcript of a press conference! The tool itself has also improved. I recommend you to read the readme, which details all improvements and new features. The highlights are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Using any WMI local or remote (!) namespace (instead of just &lt;SPAN id=intelliTxt&gt;root\CIMV2&lt;/SPAN&gt; as in version 1.0) 
&lt;LI&gt;Output directed to command prompt, txt, HTML or Excel 
&lt;LI&gt;Script in VBScript, JScript, Perl, or Python 
&lt;LI&gt;Easy to target the script to multiple computers 
&lt;LI&gt;Handles arrays and displays dates in more readable format&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The readme is so entertaining that I don't want to even try to list the features. Go get the &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=09dfc342-648b-4119-b7eb-783b0f7d1178&amp;amp;DisplayLang=en"&gt;tool&lt;/A&gt; install (uncompress) it and read&amp;nbsp;the readme.doc&amp;nbsp;yourself! You won't be disappointed.&lt;/P&gt;
&lt;P&gt;In addition to the Scriptomatic, you might also have a look at &lt;A href="http://www.microsoft.com/downloads/release.asp?releaseid=40804"&gt;WMI Tools&lt;/A&gt; (for exploring WMI) and the latest version of &lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=b4cb2678-dafb-4e30-b2da-b8814fe2da5a&amp;amp;displaylang=en"&gt;TechNet Script Center Sample Scripts&lt;/A&gt;. Also, see the WMI scripting primer (&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnclinic/html/scripting06112002.asp"&gt;part 1&lt;/A&gt;, &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnclinic/html/scripting08132002.asp"&gt;part 2&lt;/A&gt; and &lt;A href="http://msdn.microsoft.com/library/en-us/dnclinic/html/scripting01142003.asp?frame=true"&gt;part 3&lt;/A&gt;) that those Scripting Guys wrote.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=33032" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>Modified display skin</title><link>http://msmvps.com/blogs/mika/archive/2005/01/10/31275.aspx</link><pubDate>Mon, 10 Jan 2005 21:45:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:31275</guid><dc:creator>mika</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=31275</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2005/01/10/31275.aspx#comments</comments><description>I used Isolation display skin to start with but learnt last night that it doesn't display correctly in FireFox. Not that anybody would be reading blogs with browser... Now I use &lt;A href="http://blogs.crsw.com/mark/articles/152.aspx"&gt;Cogitation&lt;/A&gt; :)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=31275" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>MVP Summit 2005 is on!</title><link>http://msmvps.com/blogs/mika/archive/2005/01/04/29564.aspx</link><pubDate>Tue, 04 Jan 2005 13:21:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:29564</guid><dc:creator>mika</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=29564</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2005/01/04/29564.aspx#comments</comments><description>&lt;A href="http://searchwin2000.techtarget.com/originalContent/0,289142,sid1_gci1038193,00.html?track=NL-118&amp;ad=500651"&gt;SearchWin2000.com&lt;/A&gt; reports that MVP Summits (Redmond &amp; Asia) will be announced later this month :) Glad to get together with fellow MVPs.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=29564" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item><item><title>Blogging - yet another new technology to learn</title><link>http://msmvps.com/blogs/mika/archive/2005/01/02/29374.aspx</link><pubDate>Mon, 03 Jan 2005 04:47:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:29374</guid><dc:creator>mika</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/mika/rsscomments.aspx?PostID=29374</wfw:commentRss><comments>http://msmvps.com/blogs/mika/archive/2005/01/02/29374.aspx#comments</comments><description>&lt;P&gt;I've been trying to start blogging for the last few months of 2004. When I really think about it, it was in June when we sat in a &lt;A href="http://cankar.org/sauna/"&gt;sauna&lt;/A&gt; with Ilija and discussed blogging. He made &lt;A href="http://spaces.msn.com/members/ilija/"&gt;it&lt;/A&gt; earlier ;) &lt;/P&gt;
&lt;P&gt;Then in December came the interview about &lt;A href="http://mvp.support.microsoft.com"&gt;MVP programme&lt;/A&gt; for the Microsoft Finland b-to-b magazine Circle. I promised to start my blog by the time the magazine hits the mailboxes in January. The next struggle was to to think about the name. For some reason, it had to do with flying. Pink Floyd's &lt;A href="http://utopia.knoware.nl/users/ptr/pfloyd/songs/lapse.html"&gt;Learning to Fly&lt;/A&gt; made it since my motto "Never fly faster than your guardian angel" doesn't have any resemblence with learning.&lt;/P&gt;
&lt;P&gt;I've yet to learn how to fly but in the meantime, I'm trying to learn something about how computers work... You can learn few thing about me @ &lt;A href='http://www.microsoft.com/communities/mvp/mvpdetails.mspx?Params=~CMTYDataSvcParams^~arg+Name="guid"+Value="55da32fa-fb02-4524-918a-8b7961081f0c"/^~sParams^~/sParams^~/CMTYDataSvcParams^'&gt;Microsoft MVP Gallery&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I'm looking forward to sharing some of my discoveries through this blog.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=29374" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/mika/archive/tags/Misc/default.aspx">Misc</category></item></channel></rss>