<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>Ask the Performance Team</title><link>http://blogs.technet.com/askperf/default.aspx</link><description>Thoughts from the EPS Windows Server Performance Team</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Two Minute Drill – Shutdown.exe, Tsshutdn.exe and Psshutdown.exe</title><link>http://blogs.technet.com/askperf/archive/2010/02/09/two-minute-drill-shutdown-exe-tsshutdn-exe-and-psshutdown-exe.aspx</link><pubDate>Tue, 09 Feb 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3310149</guid><dc:creator>timothyn</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/askperf/comments/3310149.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3310149</wfw:commentRss><description>&lt;p&gt;Hello all, Shipra here with a brief discussion of the various tools available to remotely shut down a system, and which is appropriate to use under which circumstances.&lt;/p&gt;  &lt;p&gt;The first is &lt;a href="http://support.microsoft.com/kb/317371"&gt;Shutdown.exe&lt;/a&gt;, which originally shipped with the &lt;b&gt;Windows 2000 Resource Kit&lt;/b&gt;. This is a good all-purpose tool for controlling machine shutdowns and reboots. However, it is not really capable of intelligently handling multi-user logons, so on a terminal server for instance, it will blindly reboot the server when you tell it to without warning to the terminal server users. This could cause possible data loss for the users if they have not recently saved their data. This tool is only available on the Windows 2000 Server Resource Kit, and not available for download, largely due to being superseded by our newer tool, which is…&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/320188"&gt;Tsshutdn.exe&lt;/a&gt;, designed with terminal servers in mind, but works fine with other roles too. This tool uses functionality that makes it aware of multiple users and sessions, and will notify said users that the machine is being rebooted. This is of course invaluable in a terminal server environment and much preferable to blindly shutting down without regard to users. Using Tsshutdn.exe, the users get notified that the shutdown is coming, as well as prompted to save data within open applications. The basic syntax is:&lt;/p&gt;  &lt;p&gt;Tsshutdn &lt;i&gt;wait_time&lt;/i&gt; [ /server:&lt;i&gt;server_name&lt;/i&gt;] /reboot /powerdown /delay:&lt;i&gt;log_off_delay&lt;/i&gt; /v&lt;/p&gt;  &lt;p&gt;You can use the following parameters with the Tsshutdn command: &lt;/p&gt;  &lt;p&gt;· &lt;b&gt;&lt;i&gt;wait_time&lt;/i&gt;&lt;/b&gt;: Use this parameter to specify the time period to wait (after users are notified) after which users are logged off from their sessions. The default setting is 60 seconds. &lt;/p&gt;  &lt;p&gt;· &lt;b&gt;/server:&lt;i&gt;server_name&lt;/i&gt;&lt;/b&gt;: Use this parameter to specify the Terminal server that you want to shut down. If you omit this parameter, the current Terminal server is shut down. &lt;/p&gt;  &lt;p&gt;· &lt;b&gt;/reboot&lt;/b&gt;: Use this parameter to shut down and restart the Terminal server after client sessions are ended. &lt;/p&gt;  &lt;p&gt;· &lt;b&gt;/powerdown&lt;/b&gt;: Use this parameter to turn off the Terminal server (if the computer supports Advanced Power Management). &lt;/p&gt;  &lt;p&gt;· &lt;b&gt;/delay:&lt;i&gt;log_off_delay&lt;/i&gt;&lt;/b&gt;: Use this parameter to specify the time period to wait (after users are logged off from their sessions) after which all processes end and the Terminal server shuts down. The default setting is 30 seconds. &lt;/p&gt;  &lt;p&gt;· &lt;b&gt;/v&lt;/b&gt;: Use this parameter to display information about the actions that are performed if you run this command&lt;/p&gt;  &lt;p&gt;The third helpful utility is called &lt;a href="http://technet.microsoft.com/en-us/sysinternals/bb897541.aspx"&gt;Psshutdown.exe&lt;/a&gt;, from &lt;a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx"&gt;Sysinternals&lt;/a&gt;. This tool is similar to Tsshutdn.exe with the added functionality of being able to logoff a specific user, abort an imminent shutdown, lock or even hibernate the computer. More info on this tool and its capabilities is available on the Sysinternals website.&lt;/p&gt;  &lt;p&gt;These tools all function in slightly different ways, so there may be no one-size-fits-all solution for your shutdown needs. I have seen cases where a non-terminal server was being rebooted using Shutdown.exe, but would not shut down properly. By switching to Tsshutdn.exe, everything worked as expected.&lt;/p&gt;  &lt;p&gt;Thanks for your time, and I hope this information has been of help to you.&lt;/p&gt;  &lt;p&gt;Shipra&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/02/09/two-minute-drill-shutdown-exe-tsshutdn-exe-and-psshutdown-exe.aspx&amp;amp;ttl=Tsshutdn.exe post" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/02/09/two-minute-drill-shutdown-exe-tsshutdn-exe-and-psshutdown-exe.aspx&amp;amp;ttl=Tsshutdn.exe post" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/02/09/two-minute-drill-shutdown-exe-tsshutdn-exe-and-psshutdown-exe.aspx&amp;amp;ttl=Tsshutdn.exe post" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/02/09/two-minute-drill-shutdown-exe-tsshutdn-exe-and-psshutdown-exe.aspx&amp;amp;title=Tsshutdn.exe post" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2010/02/09/two-minute-drill-shutdown-exe-tsshutdn-exe-and-psshutdown-exe.aspx&amp;amp;t=Tsshutdn.exe post" target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/02/09/two-minute-drill-shutdown-exe-tsshutdn-exe-and-psshutdown-exe.aspx&amp;amp;title=Tsshutdn.exe post" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2010/02/09/two-minute-drill-shutdown-exe-tsshutdn-exe-and-psshutdown-exe.aspx&amp;amp;title=Tsshutdn.exe post" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2010/02/09/two-minute-drill-shutdown-exe-tsshutdn-exe-and-psshutdown-exe.aspx&amp;amp;t=Tsshutdn.exe post" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3310149" width="1" height="1"&gt;</description></item><item><title>Two Minute Drill – WMI Code Creator</title><link>http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx</link><pubDate>Tue, 02 Feb 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3309158</guid><dc:creator>timothyn</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/askperf/comments/3309158.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3309158</wfw:commentRss><description>&lt;p&gt;Previously, my colleague Jeff demonstrated the power of &lt;a href="http://blogs.technet.com/askperf/archive/2009/02/17/two-minute-drill-scriptomatic-2-0.aspx"&gt;&lt;strong&gt;Scriptomatic 2.0&lt;/strong&gt;&lt;/a&gt;. To recap, Scriptomatic is a tool that helps you write scripts to query WMI classes and gather management information.&lt;/p&gt;  &lt;p&gt;Today we introduce to you the &lt;strong&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2cc30a64-ea15-4661-8da4-55bbc145c30e&amp;amp;displaylang=en"&gt;WMI Code Creator&lt;/a&gt; &lt;/strong&gt;tool, similar to &lt;strong&gt;Scriptomatic&lt;/strong&gt; but even more powerful!&lt;/p&gt;  &lt;p&gt;This is a great tool for beginners to quickly learn and create WMI management scripts.&lt;/p&gt;  &lt;p&gt;While the main utility of &lt;strong&gt;Scriptomatic&lt;/strong&gt; was to query WMI for values/data, &lt;strong&gt;WMI Code Creator&lt;/strong&gt; takes things to the next level. Some of the salient features of &lt;strong&gt;WMI Code Creator&lt;/strong&gt; are:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Querying WMI namespaces &lt;/li&gt;    &lt;li&gt;Executing Methods &lt;/li&gt;    &lt;li&gt;Receiving Event Notification &lt;/li&gt;    &lt;li&gt;Browse WMI names spaces &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;WMI Code Creator&lt;/strong&gt; can create code that can be run on the Local Computer, Remote computer or a group of remote computers, based on what you choose from the &lt;u&gt;&lt;strong&gt;Target Computer&lt;/strong&gt;&lt;/u&gt; menu.&lt;/p&gt;  &lt;p&gt;Another very useful and powerful feature is the ability to deliver the code in various languages – &lt;b&gt;VB Script, VB .Net or C#.&lt;/b&gt; The &lt;strong&gt;&lt;u&gt;Code Language&lt;/u&gt;&lt;/strong&gt; menu allows you to choose.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Query for data from a WMI class tab:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This tab is very similar to &lt;strong&gt;Scriptomatic&lt;/strong&gt; and provides the same level of functionality. It also provides you an option to search for possible property values without executing the script:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/TwoMinuteDrillWMICodeCreator_D4FA/SumeshP%20-%20WMI%20Code%20Creator%2001_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SumeshP - WMI Code Creator 01" border="0" alt="SumeshP - WMI Code Creator 01" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/TwoMinuteDrillWMICodeCreator_D4FA/SumeshP%20-%20WMI%20Code%20Creator%2001_thumb.jpg" width="638" height="446" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Execute a Method:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The &lt;strong&gt;Execute a Method&lt;/strong&gt; tab is a very powerful feature that is not found in &lt;strong&gt;Scriptomatic&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;There are many executable methods across the various WMI classes.&lt;/p&gt;  &lt;p&gt;Using methods, you can do things like creating a new process, adding a printer connection, setting the Default printer, install/uninstall/reinstall a product, shutdown/reboot the system, mounting/dismounting Drives and others. And the best part is you don’t need to know beforehand what methods are available.&lt;/p&gt;  &lt;p&gt;WMI code creator displays the executable methods in each class and lets you select them from a drop down menu:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/TwoMinuteDrillWMICodeCreator_D4FA/SumeshP%20-%20WMI%20Code%20Creator%2002_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SumeshP - WMI Code Creator 02" border="0" alt="SumeshP - WMI Code Creator 02" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/TwoMinuteDrillWMICodeCreator_D4FA/SumeshP%20-%20WMI%20Code%20Creator%2002_thumb.jpg" width="638" height="445" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can specify the instances against which you can run and method parameters and wherever required before execution.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Receive an Event:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The third tab within the tool enables you to generate code to receive event notifications.&lt;/p&gt;  &lt;p&gt;You can generate code to receive event notification for events like process creation, service start/stop, computer is shut down etc…&lt;/p&gt;  &lt;p&gt;The drop down menu lists available event query conditions for each Event class:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/TwoMinuteDrillWMICodeCreator_D4FA/SumeshP%20-%20WMI%20Code%20Creator%2003_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SumeshP - WMI Code Creator 03" border="0" alt="SumeshP - WMI Code Creator 03" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/TwoMinuteDrillWMICodeCreator_D4FA/SumeshP%20-%20WMI%20Code%20Creator%2003_thumb.jpg" width="645" height="450" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;With a little manual modification, you can even modify the code to send you an email in case any of these events are triggered, otherwise by default you will get a notification on the console.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Browse the WMI name spaces:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The tool also allows you to browse through the available WMI namespaces and classes on the local computer to find their descriptions, properties, methods, and qualifiers:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/TwoMinuteDrillWMICodeCreator_D4FA/SumeshP%20-%20WMI%20Code%20Creator%2004_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="SumeshP - WMI Code Creator 04" border="0" alt="SumeshP - WMI Code Creator 04" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/TwoMinuteDrillWMICodeCreator_D4FA/SumeshP%20-%20WMI%20Code%20Creator%2004_thumb.jpg" width="649" height="458" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Overall this is an awesome tool to have for system administrators to learn scripting and WMI queries. For those who already know scripting, this tool should make life a lot simpler at the least!&lt;/p&gt;  &lt;p&gt;WMI Code Creator v1.0 Download:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2cc30a64-ea15-4661-8da4-55bbc145c30e&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=2cc30a64-ea15-4661-8da4-55bbc145c30e&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Hope you enjoyed today’s post.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Sumesh P.&lt;/b&gt;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx&amp;amp;ttl=WMI Code Creator" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx&amp;amp;ttl=WMI Code Creator" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx&amp;amp;ttl=WMI Code Creator" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx&amp;amp;title=WMI Code Creator" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx&amp;amp;t=WMI Code Creator" target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx&amp;amp;title=WMI Code Creator" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx&amp;amp;title=WMI Code Creator" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2010/02/02/two-minute-drill-wmi-code-creator.aspx&amp;amp;t=WMI Code Creator" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3309158" width="1" height="1"&gt;</description></item><item><title>VMMap - A Peek Inside Virtual Memory</title><link>http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx</link><pubDate>Fri, 29 Jan 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3307143</guid><dc:creator>timothyn</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/askperf/comments/3307143.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3307143</wfw:commentRss><description>&lt;P&gt;Today I would like to do a quick walkthrough of the &lt;A href="http://technet.microsoft.com/en-us/sysinternals/dd535533.aspx" mce_href="http://technet.microsoft.com/en-us/sysinternals/dd535533.aspx"&gt;VMMap&lt;/A&gt; tool from &lt;A href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" mce_href="http://technet.microsoft.com/en-us/sysinternals/default.aspx"&gt;Windows Sysinternals&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This tool gives us a neat summary of a process’ virtual and physical memory usage. It shows a graphical summary as well as a detailed report of a given process’ memory usage pattern.&lt;/P&gt;
&lt;P&gt;VMMap breaks down the memory usage to distinguish space used by file images loaded into the process address space, shared memory, memory used by mapped files, heap, stack, free space and more. &lt;/P&gt;
&lt;P&gt;This is useful for one to easily understand where the process’ allocated virtual memory is being utilized.&lt;/P&gt;
&lt;P&gt;The main window of VMMap looks like this:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Main%20interface_2.jpg" mce_href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Main%20interface_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="Main interface" border=0 alt="Main interface" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Main%20interface_thumb.jpg" width=606 height=461 mce_src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Main%20interface_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;As soon as you open VMMap, you are prompted to choose the process you want to analyze. &lt;/P&gt;
&lt;P&gt;Note: You must run this in elevated mode in Windows Vista and higher.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Process%20Selection_2.jpg" mce_href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Process%20Selection_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="Process Selection" border=0 alt="Process Selection" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Process%20Selection_thumb.jpg" width=454 height=330 mce_src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Process%20Selection_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to view a previously saved report just click &lt;STRONG&gt;Cancel&lt;/STRONG&gt; and open the saved report from the main window.&lt;/P&gt;
&lt;P&gt;It also allows you to compare the two most recent snapshots and view the differences using the &lt;STRONG&gt;Show Changes&lt;/STRONG&gt; option.&lt;/P&gt;
&lt;P&gt;VMMap also has the following command line switches:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Command%20Line%20Switches_2.jpg" mce_href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Command%20Line%20Switches_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" title="Command Line Switches" border=0 alt="Command Line Switches" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Command%20Line%20Switches_thumb.jpg" width=465 height=213 mce_src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/VMMapAPeekInsideVirtualMemory_DD09/Command%20Line%20Switches_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;From a performance engineer’s perspective, most of the virtual memory usage questions are related to memory leak issues and are often resolved by the use of the Performance Monitor tool.&lt;/P&gt;
&lt;P&gt;However, VMMap is useful in understanding where specifically allocated memory is utilized.&lt;/P&gt;
&lt;P&gt;Another good use for this tool is determining the cause of virtual memory fragmentation. Memory fragmentation can cause cases where a memory allocation fails even though you have ample free space available in process’ address space.&lt;/P&gt;
&lt;P&gt;In such cases you can look under the “&lt;STRONG&gt;Largest&lt;/STRONG&gt;” column under “&lt;STRONG&gt;Free&lt;/STRONG&gt;” memory type to find out the largest free block available. If your allocation is larger than the largest free block, your allocation will fail and the program may throw an “out of memory” error. &lt;/P&gt;
&lt;P&gt;An example of this is Exchange virtual memory fragmentation, where you sometimes experience memory allocation failures even though you don’t appear to actually be out of memory.&lt;/P&gt;
&lt;P&gt;While this tool may be more useful for developers to understand their programs memory usage patterns and tweak them better, we can have our share of VMMap too.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;VMMap&lt;/B&gt; Download: &lt;A href="http://technet.microsoft.com/hi-in/sysinternals/dd535533(en-us).aspx" mce_href="http://technet.microsoft.com/hi-in/sysinternals/dd535533(en-us).aspx"&gt;http://technet.microsoft.com/hi-in/sysinternals/dd535533(en-us).aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Sumesh P.&lt;/B&gt;&lt;/P&gt;&lt;SPAN class=sbmLink&gt;
&lt;TABLE cellSpacing=1 cellPadding=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=sbmText&gt;Share this post : &lt;/TD&gt;
&lt;TD&gt;&lt;A title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;ttl=VMMap" target=_blank mce_href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;ttl=VMMap"&gt;&lt;IMG border=0 src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" mce_src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;A title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;ttl=VMMap" target=_blank mce_href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;ttl=VMMap"&gt;&lt;IMG border=0 src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" mce_src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;A title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;ttl=VMMap" target=_blank mce_href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;ttl=VMMap"&gt;&lt;IMG border=0 src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" mce_src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;A title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;title=VMMap" target=_blank mce_href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;title=VMMap"&gt;&lt;IMG border=0 src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" mce_src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;A title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;t=VMMap" target=_blank mce_href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;t=VMMap"&gt;&lt;IMG border=0 src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" mce_src="http://blogs.technet.com/photos/james/images/1765319/original.aspx"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;A title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;title=VMMap" target=_blank mce_href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;title=VMMap"&gt;&lt;IMG border=0 src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" mce_src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;A title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;title=VMMap" target=_blank mce_href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;title=VMMap"&gt;&lt;IMG border=0 src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" mce_src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;A title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;t=VMMap" target=_blank mce_href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2010/01/29/vmmap-a-peek-inside-virtual-memory.aspx&amp;amp;t=VMMap"&gt;&lt;IMG border=0 src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" mce_src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png"&gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/SPAN&gt;
&lt;DIV style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px" class=wlWriterHeaderFooter&gt;&lt;BR&gt;&lt;BR&gt;
&lt;SCRIPT type=text/javascript&gt;
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript src="http://tweetmeme.com/i/scripts/button.js" mce_src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3307143" width="1" height="1"&gt;</description></item><item><title>What’s new in Windows PowerShell 2.0</title><link>http://blogs.technet.com/askperf/archive/2010/01/26/what-s-new-in-windows-powershell-2-0.aspx</link><pubDate>Tue, 26 Jan 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3306802</guid><dc:creator>timothyn</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/askperf/comments/3306802.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3306802</wfw:commentRss><description>&lt;p&gt;Hello AskPerf! Blake here again with another informative AskPerf Blog post. Today we are going to take a brief look at some of the new features in Windows PowerShell 2.0. As you may or may not know, PowerShell 2.0 is now included in Windows 7 and Windows Server 2008 R2. As of October 2009, PowerShell 2.0 is available to &lt;a href="http://support.microsoft.com/kb/968929"&gt;download&lt;/a&gt; for Windows XP SP3, Windows 2003 SP2, Windows Vista-SP1, and Windows Server 2008 RTM.&lt;/p&gt;  &lt;p&gt;Windows PowerShell 2.0 includes several significant features that extend its use, improve its usability, and allow you to control and manage Windows-based environments more easily and comprehensively. Windows PowerShell 2.0 is backward compatible: Cmdlets, providers, snap-ins, scripts, functions, and profiles that were designed for Windows PowerShell 1.0 work in Windows PowerShell 2.0 without changes.&lt;/p&gt;  &lt;p&gt;So with that, let’s check out some of the new features:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Remoting - &lt;/b&gt;The PowerShell 2.0 install now includes &lt;a href="http://msdn.microsoft.com/en-us/library/aa384426(VS.85).aspx"&gt;WinRm 2.0 (Windows Remote Management)&lt;/a&gt;,&amp;#160; which is our implementation of the WS-Management Protocol. WS-Management allows systems the ability to access and exchange management information across an IT infrastructure. This new ability allows you to run commands on one or more remote computers from a single computer that is also running Windows PowerShell. To configure PowerShell remoting, the following must be accomplished:&lt;/p&gt;  &lt;p&gt;1. Start PowerShell as an administrator&lt;/p&gt;  &lt;p&gt;2. Use the “Enable-PSRemoting” cmdlet. The “Enable-PSRemoting” cmdlet performs the following operations:&lt;/p&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;Runs the Set-WSManQuickConfig cmdlet, which performs the following tasks: &lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;Starts the WinRM service. &lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;Sets the startup type on the WinRM service to Automatic. &lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;Creates a listener to accept requests on any IP address. &lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;Enables a firewall exception for WS-Management communications. &lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;Enables all registered Windows PowerShell session configurations to receive instructions from a remote computer. &lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;Registers the &amp;quot;Microsoft.PowerShell&amp;quot; session configuration, if it is not already registered. &lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;Registers the &amp;quot;Microsoft.PowerShell32&amp;quot; session configuration on 64-bit computers, if it is not already registered. &lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;Removes the &amp;quot;Deny Everyone&amp;quot; setting from the security descriptor for all the registered session configurations. &lt;/li&gt;      &lt;li&gt;Restarts the WinRM service to make the preceding changes effective. &lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;New Cmdlets - &lt;/b&gt;PowerShell 2.0 introduces over 100 built-in cmdlets. These cmdlets allow you to do computer-related, event log, and performance counter management tasks, among others. To see a list of new cmdlets that support the remote –computername parameter, type in the following command at a PS &amp;gt; prompt:&lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Get-Command -CommandType cmdlet | Where-Object { $_.definition -match 'computername' } | Format-Wide -property name –AutoSize&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;To view a list of all included cmdlets, run the following command at the PS&amp;gt; prompt:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;get-commands&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Script Debugging - &lt;/b&gt;For all you debuggers out there, you can now set breakpoints on lines, columns, variables and commands, and then let you specify the action that occurs when the breakpoint is hit. To get help on Debugging your PowerShell scripts, type in the following command at a PS &amp;gt; prompt:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Help Set-PSDebug&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;PowerShell GUI - &lt;/b&gt;Looking for a PowerShell GUI? Well, now you have it with the PowerShell Integrated Scripting Environment (ISE). This new functionality enables you to run interactive commands and edit and debug scripts in a graphical environment. The main features include color-coded syntax, selective execution, graphical debugging, Unicode support, and context-sensitive help. To launch the PowerShell GUI, run &lt;i&gt;PowerShell_ISE.exe&lt;/i&gt;.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Note: you must install the Windows PowerShell Integrated Scripting Environment feature to get the PowerShell GUI.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Background Jobs&lt;/b&gt; – PowerShell 2.0 now allows you to run commands or expressions asynchronously and “in the background” without interacting with the console. When you run a background job, the command prompt returns immediately, even if the command is still running. The &lt;i&gt;get-command *-job&lt;/i&gt; command will give you a list of job cmdlets that you can use to schedule your jobs.&lt;/p&gt;  &lt;p&gt;This is only a small listing of new features included in PowerShell 2.0. To get a complete list, checkout the links below or the about_Windows_PowerShell_2.0 help section included with PowerShell 2.0.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Sample Script&lt;/b&gt; – The following is an example PowerShell script (non-supported) that uses the Get-EventLog cmdlet to parse the event logs for pages printed on your Windows XP or 2003 Server:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;PrintCount.PS1&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;#####################################################################################&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;##&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;##&amp;#160;&amp;#160; .\PrintCount.ps1 1/1/2010 1/31/2010&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;##&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;##&amp;#160;&amp;#160; Tested on WinXP/Windows 2003&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;##&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;##&amp;#160;&amp;#160; PowerShell 2.0 download link can be installed from&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;##&amp;#160;&amp;#160; &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx"&gt;&lt;font color="#ff0000"&gt;http://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;#####################################################################################&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$HelpSyntax=@&amp;quot;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;SYNTAX: .\PrintCount.ps1 startDateTime [EndDateTime]&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;SAMPLE: To get pages printed in January 2010:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;.\PrintCount.ps1 1/1/2010 2/1/2010&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Note: Time is 12:00:00 AM&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&amp;quot;@&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;If ($args.count -EQ 0) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;{&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;write-host $HelpSyntax&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;}&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Else&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;{&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$StartDate = Get-date $args[0]&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;If ($args.count -EQ 1) &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;{&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$EndDate = Get-date&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;}&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Else&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;{&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$EndDate = Get-date $args[1]&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;}&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Write-host &amp;quot;&amp;quot;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Write-Host &amp;quot;Processing Print Event ID 10. From &amp;quot;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Write-host &amp;quot;$StartDate to $EndDate&amp;quot;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Write-host &amp;quot;&amp;quot;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;get-eventlog -log system -source Print -after $StartDate -before $EndDate | where {$_.eventID -eq 10} | &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Foreach-object -begin {Write-Host &amp;quot;&amp;quot;&amp;quot;==Printer==&amp;quot;&amp;quot;,&amp;quot;&amp;quot;==PagesPrinted==&amp;quot;&amp;quot;&amp;quot;; $Total = 0;} `&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;{&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$msg=[string] $_.Message; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$PrinterStart = $msg.indexof(&amp;quot;was printed on&amp;quot;) + 15;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$PrinterEnd = $msg.indexof(&amp;quot;via port&amp;quot;) - 1 ;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$PrinterLen = $PrinterEnd - $PrinterStart;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$Printer = $msg.substring($PrinterStart,$PrinterLen);&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;#Write-Host &amp;quot;Start=$PrinterStart End=$PrinterEnd Len= $PrinterLen&amp;quot; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$PagesPrintedStart = $PrinterStart = $msg.indexof(&amp;quot;pages printed:&amp;quot;) + 15;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$PagesPrintedLen = $msg.length - $PagesPrintedStart;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$PagesPrinted = $msg.substring($PagesPrintedStart,$PagesPrintedLen);&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Write-Host &amp;quot;&amp;quot;&amp;quot;$Printer&amp;quot;&amp;quot;,&amp;quot;&amp;quot;$PagesPrinted&amp;quot;&amp;quot;&amp;quot;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;#Write-Host &amp;quot;Start=$PagesPrintedStart End=$PrinterEnd Len=$PagesPrintedLen&amp;quot;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;$Total = $Total + [int] $PagesPrinted&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;}; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;Write-Host `n &amp;quot; __Total Pages printed: $Total&amp;quot; `n;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;}&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ff0000"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Additional Resources&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://blogs.technet.com/askperf/archive/2007/07/03/getting-started-with-windows-powershell.aspx"&gt;Getting Started with Windows PowerShell (v1.0)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://blogs.msdn.com/PowerShell/"&gt;PowerShell Team Blog&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;a href="http://support.microsoft.com/kb/968929"&gt;PowerShell 2.0 download (KB968929)&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Until next time, happy Scripting!&lt;/p&gt;  &lt;p&gt;Blake Morrison&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/26/what-s-new-in-windows-powershell-2-0.aspx&amp;amp;ttl=What's new in Windows PowerShell 2.0" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/26/what-s-new-in-windows-powershell-2-0.aspx&amp;amp;ttl=What's new in Windows PowerShell 2.0" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/26/what-s-new-in-windows-powershell-2-0.aspx&amp;amp;ttl=What's new in Windows PowerShell 2.0" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/26/what-s-new-in-windows-powershell-2-0.aspx&amp;amp;title=What's new in Windows PowerShell 2.0" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2010/01/26/what-s-new-in-windows-powershell-2-0.aspx&amp;amp;t=What's new in Windows PowerShell 2.0" target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/26/what-s-new-in-windows-powershell-2-0.aspx&amp;amp;title=What's new in Windows PowerShell 2.0" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2010/01/26/what-s-new-in-windows-powershell-2-0.aspx&amp;amp;title=What's new in Windows PowerShell 2.0" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2010/01/26/what-s-new-in-windows-powershell-2-0.aspx&amp;amp;t=What's new in Windows PowerShell 2.0" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3306802" width="1" height="1"&gt;</description></item><item><title>Heads Up: End of Life support for Windows 2000 and Windows XP SP2</title><link>http://blogs.technet.com/askperf/archive/2010/01/22/heads-up-end-of-life-support-for-windows-2000-and-windows-xp-sp2.aspx</link><pubDate>Fri, 22 Jan 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3306810</guid><dc:creator>timothyn</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/askperf/comments/3306810.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3306810</wfw:commentRss><description>&lt;p&gt;Hello all, this is just a quick reminder that Windows 2000 and Windows XP Service Pack 2 are nearing end-of-support. This applies to both Windows 2000 Server and Windows 2000 Professional, as well as all editions of Windows XP with SP2. &lt;/p&gt;  &lt;p&gt;On July 13th, 2010, these products will no longer be eligible for regular support and free access to security updates. April 13th, 2010 is end-of-support for Windows Vista RTM version.&lt;/p&gt;  &lt;p&gt;More information can be found at the following web sites:&lt;/p&gt;  &lt;p&gt;· Details about Microsoft Support Lifecycle can be found here: &lt;a href="http://support.microsoft.com/lifecycle"&gt;http://support.microsoft.com/lifecycle&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· Windows 2000 End-of-Support Solution Center can be found here: &lt;a href="http://support.microsoft.com/win2000"&gt;http://support.microsoft.com/win2000&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Thanks and have a good weekend,&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/askperf/archive/2007/05/04/tim-newton-s-bio.aspx"&gt;Tim Newton&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/22/heads-up-end-of-life-support-for-windows-2000-and-windows-xp-sp2.aspx&amp;amp;ttl=Heads up: End of life support.." target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/22/heads-up-end-of-life-support-for-windows-2000-and-windows-xp-sp2.aspx&amp;amp;ttl=Heads up: End of life support.." target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/22/heads-up-end-of-life-support-for-windows-2000-and-windows-xp-sp2.aspx&amp;amp;ttl=Heads up: End of life support.." target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/22/heads-up-end-of-life-support-for-windows-2000-and-windows-xp-sp2.aspx&amp;amp;title=Heads up: End of life support.." target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2010/01/22/heads-up-end-of-life-support-for-windows-2000-and-windows-xp-sp2.aspx&amp;amp;t=Heads up: End of life support.." target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/22/heads-up-end-of-life-support-for-windows-2000-and-windows-xp-sp2.aspx&amp;amp;title=Heads up: End of life support.." target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2010/01/22/heads-up-end-of-life-support-for-windows-2000-and-windows-xp-sp2.aspx&amp;amp;title=Heads up: End of life support.." target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2010/01/22/heads-up-end-of-life-support-for-windows-2000-and-windows-xp-sp2.aspx&amp;amp;t=Heads up: End of life support.." target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3306810" width="1" height="1"&gt;</description></item><item><title>Print driver installation on 32-bit versus 64-bit servers</title><link>http://blogs.technet.com/askperf/archive/2010/01/19/print-driver-installation-on-32-bit-versus-64-bit-servers.aspx</link><pubDate>Tue, 19 Jan 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3305202</guid><dc:creator>timothyn</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/askperf/comments/3305202.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3305202</wfw:commentRss><description>&lt;p&gt;This is in continuation of the topic discussed by John Dickson in his blog post entitled &lt;b&gt;Installing Windows Vista Print Drivers on Windows Server 2003&lt;/b&gt; &lt;a href="http://blogs.technet.com/askperf/archive/2008/09/19/installing-windows-vista-print-drivers-on-windows-server-2003.aspx"&gt;http://blogs.technet.com/askperf/archive/2008/09/19/installing-windows-vista-print-drivers-on-windows-server-2003.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;With advancing technology and increasing demand for resources, many enterprises are now opting for 64-bit operating systems on their servers. The OS on the client machines could be either 32-bit or 64-bit depending in the customer’s environment and requirements.&lt;/p&gt;  &lt;p&gt;We are specifically dealing with Print server in this article. When we deploy a 64-bit print server which is to cater to 32-bit clients, usually the clients use the point and print functionality to connect to the desired print queue on the print server and drivers are mapped.&lt;/p&gt;  &lt;p&gt;This requires the 64-bit print server to have 32-bit printer drivers installed.&lt;/p&gt;  &lt;p&gt;Following are the steps to install 64-bit printer drivers on a 32-bit server. We will also discuss a common issue that we see during installation. (I’ll also be enumerating the steps implemented vice-versa i.e. Installing 64-bit printer drivers on a 32-bit server)&lt;/p&gt;  &lt;p&gt;Note: &lt;a href="http://windowshelp.microsoft.com/Windows/en-US/Help/e2e03106-2546-4085-bd07-6c3ac95003111033.mspx"&gt;File and Printer Sharing&lt;/a&gt; must be enabled.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Installing 64-bit printer drivers on a 32-bit server:&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;Local Method:&lt;/p&gt;  &lt;p&gt;1. Go to the &lt;b&gt;Printers and Faxes&lt;/b&gt; folder.&lt;/p&gt;  &lt;p&gt;2. Go to the properties of the print queue for which you intend to add the x64 driver.&lt;/p&gt;  &lt;p&gt;3. Go to the &lt;b&gt;Sharing &lt;/b&gt;tab and choose &lt;b&gt;Additional Drivers.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;4. Choose x64 as the processor type and click OK.&lt;/p&gt;  &lt;p&gt;5. When prompted, point to the location of the x64 driver.&lt;/p&gt;  &lt;p&gt;This should install the additional x64 drivers required for the x64 clients to print through the x86 servers.&lt;/p&gt;  &lt;p&gt;You can also perform the above steps remotely from another machine by connecting to the print server using the UNC path &lt;a href="file:///\\printservername"&gt;\\printservername&lt;/a&gt; and then browsing to the &lt;b&gt;Printers and Faxes&lt;/b&gt; folder.&lt;/p&gt;  &lt;p&gt;Another option is to install the driver remotely using the &lt;b&gt;Add Driver wizard&lt;/b&gt;. To do this:&lt;/p&gt;  &lt;p&gt;1. Logon to the 64-bit server with an Administrator account. This account has to have administrative privileges on the 32-bit print server as well.&lt;/p&gt;  &lt;p&gt;2. Connect to the print server using the UNC path (&lt;b&gt;&lt;i&gt;Start -&amp;gt; Run -&amp;gt; \\32BitPrintServer&lt;/i&gt;&lt;/b&gt;)&lt;/p&gt;  &lt;p&gt;3. You should see the &lt;b&gt;Printers and Faxes&lt;/b&gt; folder. Open this folder&lt;/p&gt;  &lt;p&gt;4. &lt;b&gt;Go to File--&amp;gt; Server Properties -&amp;gt; Drivers&lt;/b&gt; tab and choose &lt;b&gt;Add Driver. &lt;/b&gt;Using this option add the required driver by choosing the appropriate architecture type.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Note: When you add the driver directly it doesn’t check if the driver matches the existing x86 version. If it does not the clients may not be able to download the driver and print successfully. See the section on &lt;b&gt;Issues&lt;/b&gt; for details.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;A great scenario to use the remote install option is when you don’t have the OEM version of the x64 driver available or if you prefer to install the inbox drivers instead.&lt;/p&gt;  &lt;p&gt;When you install remotely by connecting through UNC, it first looks for the driver in the local driver store. If available, it will install the driver without any further prompts. Only if an inbox driver is not available will it prompt for the driver location.&lt;/p&gt;  &lt;p&gt;You can also take advantage of this method to install inbox 32-bit drivers, where the print server doesn’t have an inbox driver for the printer, but a later version of the OS has the required drivers inbuilt. &lt;/p&gt;  &lt;p&gt;&lt;u&gt;Installing 32 Bit printer drivers on a 64 Bit server:&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;· Login using a domain administrator account to a 32 bit machine.&lt;/p&gt;  &lt;p&gt;· On any one of the clients machine running 32-bit OS&lt;/p&gt;  &lt;p&gt;· Access the print &lt;b&gt;server&lt;/b&gt; &lt;a href="file:///\\PrintserverName\Printers"&gt;\\PrintserverName\Printers&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· Open the printer required to add the 32-bit &lt;b&gt;driver&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;· Go to properties -&amp;gt; Sharing Tab -&amp;gt; Additional drivers&lt;/p&gt;  &lt;p&gt;· Check the box with appropriate architecture type.&lt;/p&gt;  &lt;p&gt;In this case it is nothing but using the same steps as in the x64 driver scenario, but in this case the additional driver we will be adding will be a 32bit driver.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;Common Issues seen while installing a 32-bit driver on a 64-bit server and vice versa.&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;1) Option to choose OS architecture i.e. x64 could be grayed out.&lt;/p&gt;  &lt;p&gt;2) You may see the error ‘&lt;b&gt;Driver is not installed.&lt;/b&gt;’&lt;/p&gt;  &lt;p&gt;3) You may see architecture incompatibility errors while trying to install drivers.&lt;/p&gt;  &lt;p&gt;The x64 option could be grayed out or not visible if the OS on the print server doesn’t support or is not aware of the x64 architecture. A good example is Windows 2000 print servers where you cannot add an x64 driver.&lt;/p&gt;  &lt;p&gt;The option is also grayed out in Windows Server 2003 RTM (without any Service Pack)&lt;/p&gt;  &lt;p&gt;The ‘&lt;b&gt;Driver is not installed’&lt;/b&gt; error can occur if the additional driver you installed doesn’t match the existing driver in name and INF parameters.&lt;/p&gt;  &lt;p&gt;These names need to be the same if the driver installation is to go through without errors.&lt;/p&gt;  &lt;p&gt;An example of this is a recent case I was working where we needed to install a 32-bit driver for an already present (inbox) HP LaserJet 8150 PCL 5 x64 driver.&lt;/p&gt;  &lt;p&gt;The obvious thing to do first was to obtain the 32-bit driver from the OEM website for installation. Upon looking for the HP LaserJet 8150 PCL 5 (32 bit) driver, we find that vendor gives us the option to download HP Universal Print Driver for Windows PCL 6. Hence we downloaded and tried installing it, but this failed.&lt;/p&gt;  &lt;p&gt;The problem was that when we were using the inbox 64-bit driver to install the HP LaserJet 8150 PCL 6 driver, the actual driver is named “HP LaserJet 8150 Series PCL6”. &lt;/p&gt;  &lt;p&gt;However, the HP LaserJet 8150 PCL 6 (32-bit driver) from the HP website is named “HP Universal Printing PCL 6”.&lt;/p&gt;  &lt;p&gt;As you see, the names are different and hence the installation errors out. The same installation goes through successfully if we download the HP LaserJet PCL 6 32-bit driver from the website. This is because the driver is named “HP Universal Printing PCL 6”, which is the same name as the 64-bit driver.&lt;/p&gt;  &lt;p&gt;I hope this helps to give you a better understanding of some of the nuances of print driver behavior on various types of servers. &lt;/p&gt;  &lt;p&gt;Thank you very much for your time,&lt;/p&gt;  &lt;p&gt;Aamer Shedam&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/19/print-driver-installation-on-32-bit-versus-64-bit-servers.aspx&amp;amp;ttl=Print driver installation" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/19/print-driver-installation-on-32-bit-versus-64-bit-servers.aspx&amp;amp;ttl=Print driver installation" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/19/print-driver-installation-on-32-bit-versus-64-bit-servers.aspx&amp;amp;ttl=Print driver installation" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/19/print-driver-installation-on-32-bit-versus-64-bit-servers.aspx&amp;amp;title=Print driver installation" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2010/01/19/print-driver-installation-on-32-bit-versus-64-bit-servers.aspx&amp;amp;t=Print driver installation" target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/19/print-driver-installation-on-32-bit-versus-64-bit-servers.aspx&amp;amp;title=Print driver installation" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2010/01/19/print-driver-installation-on-32-bit-versus-64-bit-servers.aspx&amp;amp;title=Print driver installation" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2010/01/19/print-driver-installation-on-32-bit-versus-64-bit-servers.aspx&amp;amp;t=Print driver installation" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3305202" width="1" height="1"&gt;</description></item><item><title>An Introduction to the Windows System State Analyzer</title><link>http://blogs.technet.com/askperf/archive/2010/01/12/an-introduction-to-the-windows-system-state-analyzer.aspx</link><pubDate>Tue, 12 Jan 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3303896</guid><dc:creator>timothyn</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/askperf/comments/3303896.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3303896</wfw:commentRss><description>&lt;p&gt;There often arises a need to figure out what may have changed on a system, either due to a specific issue or even to compare the difference between two systems. Today I would like to introduce you to the Windows System State Analyzer utility. Unless you are a developer or tester, you probably have never heard of this tool, as it is part of the Windows 2008 R2 Logo Software Certification and Windows 2008 R2 Logo Program Software Certification toolkits. &lt;/p&gt;  &lt;p&gt;The basic functionality of the System State Analyzer tool is to allow you to compare two snapshots taken at different points in time. This allows you to compare the state of a machine both before and after an application install for instance. Today I will give you a run-through of what the tool looks like while doing a compare of a system both before and after installing a software package, in this case Virtual PC 2007. The initial UI will look something like this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_thumb.png" width="581" height="437" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;As you can see, the interface is divided into two panes, each of which is for a separate snapshot that you wish to compare. You start by naming the first snapshot. By default, you are given several default name instances such as Post Install, Pre Configuration or Custom. &lt;/p&gt;  &lt;p&gt;The Tools – Options menu is where you can choose what you wish to include in the snapshot for comparison. You can compare drives, registry keys, services or drivers.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_thumb_1.png" width="583" height="380" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Once you click &lt;strong&gt;OK&lt;/strong&gt; and come back to the main window, you are all set to begin the first baseline snapshot. This snapshot may take some time to complete depending on which options you have chosen and the amount of data on the drives. By default, it creates a snapshot as a .BIN file under C:\Users\Public\Documents.&lt;/p&gt;  &lt;p&gt;Once the first snapshot was done, I installed Virtual PC 2007 and let it complete. This time, I choose the section on the right side, named it Post Install and took the second snapshot. Once this is done, I clicked Compare and the comparison was done. It gave me the option to view the Detailed Report, which is saved as an .HTML file. For now, let’s take a look at the Quick Comparison tab:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_thumb_2.png" width="586" height="145" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Looking at the Services section, we can see service state changes as well as any new services that might have been added during the installation. The drivers section looks like this:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_thumb_3.png" width="586" height="140" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;As you can see, two new drivers were added to the system as part of the Virtual PC 2007 install. Likewise, the Registry section shows any registry changes made between the snapshots:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_10.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_thumb_4.png" width="589" height="216" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;And the Files section also:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_12.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_thumb_5.png" width="594" height="142" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Below is a quick peek at the Detailed Report; you can see the change summary and details filtered based on file extension and various other file properties:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_14.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/AnIntroductiontotheWindowsSystemStateAna_F58C/image_thumb_6.png" width="598" height="367" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I am sure you can imagine scenarios in which this tool may come in handy. If anything undesirable happens after any system state change, you now have the ability to see what may be related to your issue. You can download the tool at the following locations:&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Server Logo Program Software Certification Tool x86: &lt;/b&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=140110"&gt;http://go.microsoft.com/fwlink/?LinkID=140110&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;· &lt;b&gt;Server Logo Program Software Certification Tool x64: &lt;/b&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=140109"&gt;http://go.microsoft.com/fwlink/?LinkID=140109&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;i&gt;Note: You must have the .NET Framework 2.0 installed for Windows System State Analyzer to work correctly.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;I hope this information comes in handy, and thank you for your time.&lt;/p&gt;  &lt;p&gt;Sumesh P.&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/12/an-introduction-to-the-windows-system-state-analyzer.aspx&amp;amp;ttl=System State Analyzer" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/12/an-introduction-to-the-windows-system-state-analyzer.aspx&amp;amp;ttl=System State Analyzer" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/12/an-introduction-to-the-windows-system-state-analyzer.aspx&amp;amp;ttl=System State Analyzer" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/12/an-introduction-to-the-windows-system-state-analyzer.aspx&amp;amp;title=System State Analyzer" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2010/01/12/an-introduction-to-the-windows-system-state-analyzer.aspx&amp;amp;t=System State Analyzer" target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/12/an-introduction-to-the-windows-system-state-analyzer.aspx&amp;amp;title=System State Analyzer" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2010/01/12/an-introduction-to-the-windows-system-state-analyzer.aspx&amp;amp;title=System State Analyzer" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2010/01/12/an-introduction-to-the-windows-system-state-analyzer.aspx&amp;amp;t=System State Analyzer" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3303896" width="1" height="1"&gt;</description></item><item><title>Virtual Desktop Pool</title><link>http://blogs.technet.com/askperf/archive/2010/01/08/virtual-desktop-pool.aspx</link><pubDate>Fri, 08 Jan 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3303856</guid><dc:creator>timothyn</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/askperf/comments/3303856.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3303856</wfw:commentRss><description>&lt;p&gt;The Remote Desktop Services (Terminal Services) Team Blog has posted an interesting write-up pertaining to Virtual Desktop Pool; check it out:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a title="http://blogs.msdn.com/rds/archive/2010/01/04/virtual-desktop-pool.aspx" href="http://blogs.msdn.com/rds/archive/2010/01/04/virtual-desktop-pool.aspx"&gt;http://blogs.msdn.com/rds/archive/2010/01/04/virtual-desktop-pool.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/askperf/archive/2007/05/04/tim-newton-s-bio.aspx"&gt;Tim Newton&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/08/virtual-desktop-pool.aspx&amp;amp;ttl=Virtual Desktop Pool" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/08/virtual-desktop-pool.aspx&amp;amp;ttl=Virtual Desktop Pool" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/08/virtual-desktop-pool.aspx&amp;amp;ttl=Virtual Desktop Pool" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/08/virtual-desktop-pool.aspx&amp;amp;title=Virtual Desktop Pool" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2010/01/08/virtual-desktop-pool.aspx&amp;amp;t=Virtual Desktop Pool" target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/08/virtual-desktop-pool.aspx&amp;amp;title=Virtual Desktop Pool" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2010/01/08/virtual-desktop-pool.aspx&amp;amp;title=Virtual Desktop Pool" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2010/01/08/virtual-desktop-pool.aspx&amp;amp;t=Virtual Desktop Pool" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3303856" width="1" height="1"&gt;</description></item><item><title>Virtually Painless - Using Disk2VHD to reduce time to solution</title><link>http://blogs.technet.com/askperf/archive/2010/01/05/virtually-painless-using-disk2vhd-to-reduce-time-to-solution.aspx</link><pubDate>Tue, 05 Jan 2010 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3303273</guid><dc:creator>timothyn</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/askperf/comments/3303273.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3303273</wfw:commentRss><description>&lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Hello all, happy New Year and welcome back from the holidays.&lt;/p&gt;  &lt;p&gt;I recently worked a case involving intermittent COM+ corruption, and resetting security permissions would alleviate the issue for a period of several weeks. As I am sure you can imagine, this makes troubleshooting root cause very difficult. In cases like this where a relatively easy workaround is available, there is often pressure from above to implement the workaround and release the system back into production without root cause being determined.&lt;/p&gt;  &lt;p&gt;For issues such as this, the &lt;a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx" target="_blank"&gt;Disk2VHD&lt;/a&gt; tool from &lt;a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank"&gt;Sysinternals&lt;/a&gt; may come in handy.&amp;#160; Simply create a virtual image of your physical server using Disk2VHD, then load the VHD under Microsoft Virtual PC or a Windows 2008 Hyper-V server.&amp;#160; With undo disks or snapshots enabled, you can reproduce the issue as many times as needed until root cause is determined.&amp;#160; At the same time, your production server can remain active while you troubleshoot it’s twin in a virtual environment.&lt;/p&gt;  &lt;p&gt;A useful feature of the tool is that the target machine need not be offline when you are creating a VHD; in fact you may run this tool on the problem system itself, and though not recommended you may also write the VHD to a local disk that you are backing up. The tool is very simple to use and creates separate VHDs for different drives. All you need to do is select the drives you would like to be converted. I am including a snapshot below.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/UsingDisk2VHDtoreducetimetosolution_B3CD/clip_image002_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/UsingDisk2VHDtoreducetimetosolution_B3CD/clip_image002_thumb.jpg" width="360" height="289" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The VHDs are created in Microsoft’s Virtual Machine disk format and can be used in Microsoft Virtual PC or Microsoft Hyper-V virtual machines.&lt;/p&gt;  &lt;p&gt;We also have the option to enable creation of VHD’s via scripts. The following command line may be used for this. Specify the volumes you want included in a snapshot by drive letter (e.g. c:) or use &amp;quot;*&amp;quot; to include all volumes.&lt;/p&gt;  &lt;p&gt;Usage: &lt;em&gt;disk2vhd &amp;lt;[drive: [drive:]...]|[*]&amp;gt; &amp;lt;vhdfile&amp;gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Example: &lt;em&gt;disk2vhd * c:\vhd\snapshot.vhd&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Here are some recommendations and known issues that you may run into while using Disk2Vhd:&lt;/p&gt;  &lt;p&gt;1. It is not recommended to attach a VHD to the same system from which it has been created. If you do so, the operating system assigns a new disk signature to this disk to avoid collision and Windows will fail to locate the boot disk.&lt;/p&gt;  &lt;p&gt;2. On Microsoft Virtual PC, be aware that virtual disks sized greater than 127GB are not recognized regardless of the amount of data. &lt;/p&gt;  &lt;p&gt;3. Virtual PC also does not support multiple processors. &lt;/p&gt;  &lt;p&gt;4. There was a known issue with the initial version of Disk2VHD that sometimes caused Windows XP and Windows Server 2003 to not boot. To mitigate this, be sure to use the latest version. &lt;/p&gt;  &lt;p&gt;So, thanks for your time and I hope you find this information helpful.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Paras Pant&lt;/b&gt;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/05/virtually-painless-using-disk2vhd-to-reduce-time-to-solution.aspx&amp;amp;ttl=Using Disk2VHD to reduce time to solution" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/05/virtually-painless-using-disk2vhd-to-reduce-time-to-solution.aspx&amp;amp;ttl=Using Disk2VHD to reduce time to solution" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2010/01/05/virtually-painless-using-disk2vhd-to-reduce-time-to-solution.aspx&amp;amp;ttl=Using Disk2VHD to reduce time to solution" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/05/virtually-painless-using-disk2vhd-to-reduce-time-to-solution.aspx&amp;amp;title=Using Disk2VHD to reduce time to solution" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2010/01/05/virtually-painless-using-disk2vhd-to-reduce-time-to-solution.aspx&amp;amp;t=Using Disk2VHD to reduce time to solution" target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2010/01/05/virtually-painless-using-disk2vhd-to-reduce-time-to-solution.aspx&amp;amp;title=Using Disk2VHD to reduce time to solution" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2010/01/05/virtually-painless-using-disk2vhd-to-reduce-time-to-solution.aspx&amp;amp;title=Using Disk2VHD to reduce time to solution" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2010/01/05/virtually-painless-using-disk2vhd-to-reduce-time-to-solution.aspx&amp;amp;t=Using Disk2VHD to reduce time to solution" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3303273" width="1" height="1"&gt;</description></item><item><title>Happy Holidays (2009) &amp; Happy Birthday</title><link>http://blogs.technet.com/askperf/archive/2009/12/22/happy-holidays-2009-happy-birthday.aspx</link><pubDate>Tue, 22 Dec 2009 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3301263</guid><dc:creator>blakemo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/askperf/comments/3301263.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3301263</wfw:commentRss><description>&lt;p&gt;The end of the year is upon us.&amp;#160; It seems as though 2009 went by in a blur.&amp;#160; It has definitely been a busy year for us though - and not just on the Performance team.&amp;#160; We've had some tremendous product launches across Microsoft as a whole in 2009 including:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows 7 &lt;/li&gt;    &lt;li&gt;Windows 2008 R2 &lt;/li&gt;    &lt;li&gt;Zune HD &lt;/li&gt;    &lt;li&gt;Halo ODST (Xbox 360) &lt;/li&gt;    &lt;li&gt;Bing.com &lt;/li&gt;    &lt;li&gt;Exchange 2010 &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/HappyHolidaysHappyBirthday_CF99/clip_image002_2.gif"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/HappyHolidaysHappyBirthday_CF99/clip_image002_thumb.gif" width="163" height="219" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;December is also a special month for the AskPerf blog.&amp;#160; December 23 marks AskPerf blog's first anniversary.&amp;#160; When we started with our first post, &lt;a href="http://blogs.technet.com/askperf/archive/2006/12/23/troubleshooting-those-pesky-2019-and-2020-errors.aspx"&gt;Troubleshooting those Pesky 2019 and 2020 errors!&lt;/a&gt;, two years ago, we didn't really know what to expect.&amp;#160; In our second year, we delve deeper into our core technologies, continued with our Two Minute Drill posts, and created a 21 day Launch Series on the new features included in Windows7 / Windows Server 2008 R2.&amp;#160; Thank you to everyone who has read the articles, posted comments, replied to comments or provided direct feedback to us.&lt;/p&gt;  &lt;p&gt;2010 promises to be just as busy with the launches of Microsoft Office 2010, SharePoint 2010, &amp;amp; DPM 2010. One thing is for sure - we will definitely have lots to blog about next year!&amp;#160; However, as far as 2009 is concerned, this is our last post of the year.&amp;#160; We're all taking a little time off to recharge and get ready for 2010.&amp;#160; So from all of us here on the EPS Performance Team - &lt;b&gt;HAPPY HOLIDAYS - SEE YOU IN 2010&lt;/b&gt;!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/HappyHolidaysHappyBirthday_CF99/clip_image004_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/HappyHolidaysHappyBirthday_CF99/clip_image004_thumb.jpg" width="189" height="243" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3301263" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/askperf/archive/tags/General/default.aspx">General</category></item><item><title>Hello to AskPerf</title><link>http://blogs.technet.com/askperf/archive/2009/12/04/hello-to-askperf.aspx</link><pubDate>Fri, 04 Dec 2009 06:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3297671</guid><dc:creator>timothyn</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/askperf/comments/3297671.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3297671</wfw:commentRss><description>&lt;span class="sbmLink"&gt;&lt;/span&gt;  &lt;p&gt;Assuming you have read the last post, you are now aware that CC is moving on to greener pastures, or at least a different pasture in the same building. I will be doing my best to take up the reins of the blog and continue to deliver helpful content to the members of the AskPerf community. You may notice that this blog is a bit different than many. We don’t typically talk about what is going on with our day to day lives, nor link to other blog’s content just for the sake of filling space. We try our best to make our posts helpful to our readers, and dare I say educational. All of our posts, theoretically at least, should teach you how we troubleshoot, how to debug an issue or describe a useful tool or feature. And as always, we welcome feedback and requests for content; we don’t know what you want to see unless you tell us. &lt;/p&gt;  &lt;p&gt;So, a bit about me:&lt;/p&gt;  &lt;p&gt;I started at Microsoft in early 1997 doing pretty basic technical support for Windows 95 and believe it or not Windows 3.1. Early on I realized I had a bit more ambition than that, so I requested Windows NT 4.0 training so I could do something a little more challenging. Fast forward just a few years, and I had experienced time on the escalation team, web based tech support and several betas (Windows 98, ME, 2000 and XP.) After working on Windows XP until it launched, I came back to the world of tech support and joined the Performance Team, and been here ever since. I must say that I have learned more in the last 13 (almost) years that I ever thought I was capable of, and am very grateful for the opportunity.&lt;/p&gt;  &lt;p&gt;Most recently, I have been the lead for several technologies supported by the Performance Team, including application compatibility, services, COM\DCOM, shell, Task Scheduler and WMI. This has allowed me to be involved in various aspects of training and knowledge transfer, and most importantly in this context, this blog. I have had the privilege to have written the infamous &lt;a href="http://blogs.technet.com/askperf/archive/2007/03/23/memory-management-demystifying-3gb.aspx" target="_blank"&gt;Demystifying /3GB&lt;/a&gt; and &lt;a href="http://blogs.technet.com/askperf/archive/2007/04/13/memory-management-dude-where-s-my-ram.aspx" target="_blank"&gt;Dude, Where’s my RAM??&lt;/a&gt; posts among a few others. I have not previously had quite enough bandwidth to create as much blog content as I would like, but that will soon be changing with my new role. &lt;/p&gt;  &lt;p&gt;As CC said in his farewell post, I too would like to thank all the engineers that have been involved with the blog and of course all of you for faithfully following AskPerf as it has evolved over the last few years. I hope the transition will be seamless, and I certainly hope I can continue to deliver the great content that CC has been so diligent in providing. And just as a heads up, due to many people being off work this month, including me, we will be taking a short hiatus for the rest of the month. Till next time..&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/HellotoAskPerf_E5F3/Untitled-1_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Untitled-1" border="0" alt="Untitled-1" src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/HellotoAskPerf_E5F3/Untitled-1_thumb.jpg" width="244" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2009/12/04/hello-to-askperf.aspx&amp;amp;ttl=Hello to AskPerf" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2009/12/04/hello-to-askperf.aspx&amp;amp;ttl=Hello to AskPerf" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2009/12/04/hello-to-askperf.aspx&amp;amp;ttl=Hello to AskPerf" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2009/12/04/hello-to-askperf.aspx&amp;amp;title=Hello to AskPerf" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2009/12/04/hello-to-askperf.aspx&amp;amp;t=Hello to AskPerf" target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2009/12/04/hello-to-askperf.aspx&amp;amp;title=Hello to AskPerf" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2009/12/04/hello-to-askperf.aspx&amp;amp;title=Hello to AskPerf" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2009/12/04/hello-to-askperf.aspx&amp;amp;t=Hello to AskPerf" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3297671" width="1" height="1"&gt;</description></item><item><title>Happy Thanksgiving from AskPerf</title><link>http://blogs.technet.com/askperf/archive/2009/11/26/happy-thanksgiving-from-askperf.aspx</link><pubDate>Thu, 26 Nov 2009 18:57:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3296532</guid><dc:creator>CC Hameed</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/askperf/comments/3296532.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3296532</wfw:commentRss><description>&lt;P&gt;From everyone here on the Performance team - Happy Thanksgiving!&lt;FONT color=#ffffff&gt;XJYEX78Z6WAT &lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3296532" width="1" height="1"&gt;</description></item><item><title>Farewell to AskPerf</title><link>http://blogs.technet.com/askperf/archive/2009/11/20/farewell-to-askperf.aspx</link><pubDate>Fri, 20 Nov 2009 12:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3294265</guid><dc:creator>CC Hameed</dc:creator><slash:comments>10</slash:comments><comments>http://blogs.technet.com/askperf/comments/3294265.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3294265</wfw:commentRss><description>&lt;P&gt;Happy Friday AskPerf!&amp;nbsp; I'm sure you've already surmised by the title of&amp;nbsp;the post that today's topic is a somewhat bittersweet one.&amp;nbsp; &lt;FONT size=5 face="Courier New"&gt;&lt;FONT color=#ffffff size=2&gt;XE3E9MT8HW5V&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;It is said that all good things must come to an end.&amp;nbsp; In that same vein, the one constant about working at Microsoft is that change is inevitable.&amp;nbsp; Over the last three (well, almost three!) years, it has been my privilege and honor to administer and write content for the AskPerf blog.&amp;nbsp; I have had a tremendous amount of fun doing it, and I’ve learned a great deal.&amp;nbsp; One of the things I have particularly enjoyed is watching the comments section related to some of our posts take on a life of their own and become truly discussion-oriented.&amp;nbsp; Nothing about AskPerf has been more special than watching the AskPerf community engage in open, honest and respectful debate and also being supportive of one another when requests for assistance are made.&amp;nbsp; This is a very special group of readers.&amp;nbsp; However, it is time for me to say farewell to AskPerf.&lt;/P&gt;
&lt;P&gt;I have recently accepted a position as a Program Manager within our Product Quality and&amp;nbsp;Online group.&amp;nbsp; Specifically, I&amp;nbsp;will be working within the Software+Services space.&amp;nbsp; The oppportunity to step into a new technical arena in this role is exciting for me - both personally and professionally.&amp;nbsp; And so, it is time to turn the keys to AskPerf over to someone else to keep the blog going strong.&amp;nbsp; That someone is Tim Newton (of &lt;A href="http://blogs.technet.com/askperf/archive/2007/03/23/memory-management-demystifying-3gb.aspx" target=_blank mce_href="http://blogs.technet.com/askperf/archive/2007/03/23/memory-management-demystifying-3gb.aspx"&gt;Demystifying /3GB&lt;/A&gt; fame among others).&amp;nbsp; Tim has authored several articles since the launch of AskPerf.&amp;nbsp; In March 2008, Tim stepped up to take on the responsibility of being a co-owner of the blog.&amp;nbsp; The transition, therefore, should be virtually seamless.&lt;/P&gt;
&lt;P&gt;I will continue to follow AskPerf with great interest, but it’s the time has come for me to turn the reins over to Tim.&amp;nbsp; I am going to step back from work-related blogging for a little while as&amp;nbsp;I get ramped up in my new role.&amp;nbsp; I haven't really worked on any blogging for myself over the last few years, so I will also be working on getting my personal blog kicked off over the course of the next few weeks, and also helping my daughter get started on her own blog.&lt;/P&gt;
&lt;P&gt;Believe me when I say that the AskPerf blog is a huge group effort!&amp;nbsp; I owe an enormous debt of gratitude to all of the people on the Performance team&amp;nbsp;who have contributed articles and ideas, spent countless hours doing research and problem reproduction, as well as proofreading and editing post submissions.&amp;nbsp; Without their tireless efforts we would not have been able to generate the amount of content we have - especially for our two Launch Series on Windows Server 2008 and Windows 7 / Windows Server 2008 R2.&amp;nbsp; I also would like to extend my deepest thanks to the many folks in other parts of Microsoft Commerical Technical Support, as well as all our friends in the Product Group, Premier Field Engineering, Global Escalation Services, Product Quality and Online&amp;nbsp;and of course the many Technical Account Managers who have been absolutely amazing in terms of offering guidance, feedback and support.&lt;/P&gt;
&lt;P&gt;Last, but my no means least in any way I would like to thank &lt;STRONG&gt;YOU&lt;/STRONG&gt; – the AskPerf readers.&amp;nbsp; Your constant support and candid feedback has been invaluable over the last (almost) 3 years. Without you, there’s no way we would be where we are today.&amp;nbsp; I wish&amp;nbsp;each of you the very best and look forward to our paths crossing again in the future.&lt;/P&gt;
&lt;P align=center&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000 size=4&gt;THANK YOU!!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/FarewelltoAskPerf_858E/CC_Goodbye_2.jpg" mce_href="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/FarewelltoAskPerf_858E/CC_Goodbye_2.jpg"&gt;&lt;IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; DISPLAY: block; FLOAT: none; MARGIN-LEFT: auto; BORDER-TOP: 0px; MARGIN-RIGHT: auto; BORDER-RIGHT: 0px" title=CC_Goodbye border=0 alt=CC_Goodbye src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/FarewelltoAskPerf_858E/CC_Goodbye_thumb.jpg" width=428 height=322 mce_src="http://blogs.technet.com/blogfiles/askperf/WindowsLiveWriter/FarewelltoAskPerf_858E/CC_Goodbye_thumb.jpg"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;DIV style="PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px" class=wlWriterHeaderFooter&gt;&lt;BR&gt;&lt;BR&gt;
&lt;SCRIPT type=text/javascript&gt;
&lt;/SCRIPT&gt;

&lt;SCRIPT type=text/javascript src="http://tweetmeme.com/i/scripts/button.js" mce_src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/SCRIPT&gt;
&lt;/DIV&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3294265" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/askperf/archive/tags/General/default.aspx">General</category></item><item><title>MS09-065 – Tracking a New Issue on Windows XP</title><link>http://blogs.technet.com/askperf/archive/2009/11/17/ms09-065-tracking-a-new-issue-on-windows-xp.aspx</link><pubDate>Tue, 17 Nov 2009 16:49:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3294444</guid><dc:creator>CC Hameed</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/askperf/comments/3294444.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3294444</wfw:commentRss><description>&lt;p&gt;Good morning folks!&amp;#160; Sorry that today’s post is a little later than usual.&amp;#160; We’ve been tracking an issue related to Microsoft Security Bulletin MS09-065 (&lt;a href="http://support.microsoft.com/kb/969947" target="_blank"&gt;KB Article 969947&lt;/a&gt;) on Windows XP.&amp;#160; You may notice odd behavior including system hangs, bugchecks or even blank desktops during RDP sessions following the installation of this patch.&amp;#160; Customers have reported that removing the patch restores system stability.&amp;#160; The fix for this issue is fairly straightforward:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Reboot the system into safe mode&lt;/li&gt;    &lt;li&gt;From within Add/Remove Programs, uninstall the patch.&amp;#160; The patch will be listed as Security Update for Windows XP (KB969947)&lt;/li&gt;    &lt;li&gt;Restart the system in normal mode&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;At this point, the steps within the KB Article indicate that you should remove your video card drivers / management suite and then re-install the patch before updating your video drivers to the latest version provided by the manufacturer.&amp;#160; There have been some customers who have updated the video card drivers first and then re-applied the patch successfully.&amp;#160; In either case, the key is to ensure that you get your video card drivers updated to avoid stability issues with this patch.&lt;/p&gt;  &lt;p&gt;That’s all for today – a short post, but one that we wanted to get out there since we are seeing quite a few customer incidents on this.&amp;#160; Friday’s post will be … something different.&amp;#160; Until next time …&lt;/p&gt;  &lt;p&gt;- &lt;a href="http://blogs.technet.com/askperf/archive/2007/05/04/cc-hameed-s-bio.aspx"&gt;CC Hameed&lt;/a&gt;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2009/11/17/ms09-065-tracking-a-new-issue-on-windows-xp.aspx&amp;amp;ttl=MS09-065 - Tracking a New Issue on Windows XP" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2009/11/17/ms09-065-tracking-a-new-issue-on-windows-xp.aspx&amp;amp;ttl=MS09-065 - Tracking a New Issue on Windows XP" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2009/11/17/ms09-065-tracking-a-new-issue-on-windows-xp.aspx&amp;amp;ttl=MS09-065 - Tracking a New Issue on Windows XP" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2009/11/17/ms09-065-tracking-a-new-issue-on-windows-xp.aspx&amp;amp;title=MS09-065 - Tracking a New Issue on Windows XP" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2009/11/17/ms09-065-tracking-a-new-issue-on-windows-xp.aspx&amp;amp;t=MS09-065 - Tracking a New Issue on Windows XP" target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2009/11/17/ms09-065-tracking-a-new-issue-on-windows-xp.aspx&amp;amp;title=MS09-065 - Tracking a New Issue on Windows XP" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2009/11/17/ms09-065-tracking-a-new-issue-on-windows-xp.aspx&amp;amp;title=MS09-065 - Tracking a New Issue on Windows XP" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2009/11/17/ms09-065-tracking-a-new-issue-on-windows-xp.aspx&amp;amp;t=MS09-065 - Tracking a New Issue on Windows XP" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3294444" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/askperf/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.technet.com/askperf/archive/tags/Windows+XP/default.aspx">Windows XP</category></item><item><title>Designing Applications for High Performance</title><link>http://blogs.technet.com/askperf/archive/2009/11/13/designing-applications-for-high-performance.aspx</link><pubDate>Fri, 13 Nov 2009 12:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3292001</guid><dc:creator>CC Hameed</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/askperf/comments/3292001.aspx</comments><wfw:commentRss>http://blogs.technet.com/askperf/commentrss.aspx?PostID=3292001</wfw:commentRss><description>&lt;p&gt;Happy Friday AskPerf!&amp;#160; We’ve had a few questions in the past about guidelines for application design in a faster computing environment.&amp;#160; Now, I make absolutely no claims whatsoever to being any sort of a code guru, and so I wasn’t about to try to pass myself off as an expert in that area!&amp;#160; Thankfully, after doing some research, it turns out that a fellow Microsoft Blogger (Rick Vacik) has already done so!&lt;/p&gt;  &lt;p&gt;Below are some excerpts from Rick’s three-part series on Designing Applications for High Performance.&lt;/p&gt;  &lt;hr /&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/winserverperformance/archive/2008/04/25/designing-applications-for-high-performance-part-1.aspx" target="_blank"&gt;Designing Applications for High Performance – Part I&lt;/a&gt;: Now that processors won’t be getting dramatically faster each year, application developers must learn how to design their applications for scalability and efficiency on multiple processor systems.&amp;#160; I have spent the last 20 years in SQL Server development and the Windows Server Performance Group looking into multi-processor performance and scalability problems.&amp;#160; Over the years, I have encountered a number of recurring patterns that I would like to get designers to avoid.&amp;#160; In this three part series, I will go over these inefficiencies and provide suggestions to avoid them in order to improve application scalability and efficiency.&amp;#160; The guidelines are oriented towards server applications, but the basic principles apply to all applications. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/winserverperformance/archive/2008/05/21/designing-applications-for-high-performance-part-ii.aspx" target="_blank"&gt;Designing Applications for High Performance – Part II&lt;/a&gt;: The second part of this series covers Data Structures and Locks.&amp;#160; I will provide general guidance on which data structures to use under certain circumstances and how to use locks without having a negative impact on performance.&amp;#160; Finally, there will be examples covering common problems/solutions and a simple cookbook detailing functional requirements and recommendations when using data structures and locks.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/winserverperformance/archive/2008/06/26/designing-applications-for-high-performance-part-iii.aspx" target="_blank"&gt;Designing Applications for High Performance – Part III&lt;/a&gt;: The third, and final, part of this series covers I/O Completions and Memory Management techniques.&amp;#160; I will go through the different ways to handle I/O completions with some recommendations and optimizations introduced in Vista and later releases of Windows.&amp;#160; I will also cover tradeoffs associated with designing single and multiple process applications.&amp;#160; Finally, I will go through memory fragmentation, heap management, and provide a list of the new and expanded NUMA topology APIs. &lt;/p&gt;  &lt;hr /&gt;  &lt;p&gt;Enjoy your weekend everyone!&amp;#160; Until next time …&lt;/p&gt;  &lt;p&gt;- &lt;a href="http://blogs.technet.com/askperf/archive/2007/05/04/cc-hameed-s-bio.aspx"&gt;CC Hameed&lt;/a&gt;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Social!" href="http://social.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2009/11/13/designing-applications-for-high-performance.aspx&amp;amp;ttl=Designing Applications for High Performance" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/social.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to MSDN!" href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2009/11/13/designing-applications-for-high-performance.aspx&amp;amp;ttl=Designing Applications for High Performance" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/msdn.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Technet!" href="http://social.technet.microsoft.com/en-us/action/create/s/E/?url=http://blogs.technet.com/askperf/archive/2009/11/13/designing-applications-for-high-performance.aspx&amp;amp;ttl=Designing Applications for High Performance" target="_blank"&gt;&lt;img border="0" src="http://www.dotnetscraps.com/dotnetscraps/samples/sbmtool/technet.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to digg" href="http://digg.com/submit?phase=2&amp;amp;url=http://blogs.technet.com/askperf/archive/2009/11/13/designing-applications-for-high-performance.aspx&amp;amp;title=Designing Applications for High Performance" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to Facebook" href="http://www.facebook.com/sharer.php?u=http://blogs.technet.com/askperf/archive/2009/11/13/designing-applications-for-high-performance.aspx&amp;amp;t=Designing Applications for High Performance" target="_blank"&gt;&lt;img border="0" src="http://blogs.technet.com/photos/james/images/1765319/original.aspx" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to live" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://blogs.technet.com/askperf/archive/2009/11/13/designing-applications-for-high-performance.aspx&amp;amp;title=Designing Applications for High Performance" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to technorati!" href="http://technorati.com/faves/?add=http://blogs.technet.com/askperf/archive/2009/11/13/designing-applications-for-high-performance.aspx&amp;amp;title=Designing Applications for High Performance" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td&gt;&lt;a title="Post it to yahoo!" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://blogs.technet.com/askperf/archive/2009/11/13/designing-applications-for-high-performance.aspx&amp;amp;t=Designing Applications for High Performance" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3292001" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/askperf/archive/tags/Performance/default.aspx">Performance</category><category domain="http://blogs.technet.com/askperf/archive/tags/Architecture/default.aspx">Architecture</category><category domain="http://blogs.technet.com/askperf/archive/tags/Applications+and+Services/default.aspx">Applications and Services</category></item></channel></rss>