 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Real (and Virtual) Adventures of Nathan the IT Guy &#187; Windows Server 2003</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/information-technology/tag/windows-server-2003/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/information-technology</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 13:18:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to clear DCDIAG Errors</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/how-to-clear-dcdiag-errors/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/how-to-clear-dcdiag-errors/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 15:01:04 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[clear even logs in dcdiag]]></category>
		<category><![CDATA[DCDIAG]]></category>
		<category><![CDATA[dcdiag /fix]]></category>
		<category><![CDATA[Support Tools]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/how-to-clear-dcdiag-errors/</guid>
		<description><![CDATA[What is DCDIAG you ask? This command-line tool analyzes the state of one or all domain controllers in a forest and reports any problems to assist in troubleshooting. DCDiag.exe consists of a variety of tests that can be run individually or as part of a suite to verify domain controller health. Let&#8217;s get back to [...]]]></description>
				<content:encoded><![CDATA[<p>What is DCDIAG you ask?</p>
<blockquote><p>This command-line tool analyzes the state of one or all domain controllers in a forest and reports any problems to assist in troubleshooting. DCDiag.exe consists of a variety of tests that can be run individually or as part of a suite to verify domain controller health.</p></blockquote>
<p>Let&#8217;s get back to clearing the errors, one might say that this is a difficult task. Not so much.</p>
<p>Just open up Eventvwr and clear the logs, re-run <em>dcdiag</em> and the errors should go away.</p>
<p>You could also try running <em>dcdiag /fix</em> to let it apply safe fixes.</p>
<p>For a full list of dcdiag commands, go <a href="http://technet.microsoft.com/en-us/library/cc776854(WS.10).aspx" target="_blank">here</a>.</p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/how-to-clear-dcdiag-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate DHCP from Server 2003 to Server 2008</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/migrate-dhcp-from-server-2003-to-server-2008/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/migrate-dhcp-from-server-2003-to-server-2008/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 02:30:17 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[DHCP Scope]]></category>
		<category><![CDATA[DHCP Server]]></category>
		<category><![CDATA[export DHCP]]></category>
		<category><![CDATA[import DHCP]]></category>
		<category><![CDATA[migrate DHCP]]></category>
		<category><![CDATA[move DHCP]]></category>
		<category><![CDATA[netsh]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/?p=632</guid>
		<description><![CDATA[Wan to know how to export DHCP from Server 2003 and move it to Server 2008? Well I found the step by step instructions of how to do so. Mind you this could also be used to backup a DHCP Scope on Windows Server 2003 as well. Not sure how many of you techies out [...]]]></description>
				<content:encoded><![CDATA[<p><span style="color: #000000">Wan to know how to export DHCP from Server 2003 and move it to Server 2008? Well I found the step by step instructions of how to do so. Mind you this could also be used to backup a DHCP Scope on Windows Server 2003 as well. Not sure how many of you techies out there are using Server 2003 as your primary DHCP Scope anyways, but just in case!</span></p>
<p>Click Start, click Run, type cmd in the Open box, and then click OK.</p>
<p>Type <em>netsh dhcp server export C:\dhcpdatabase.dat all</em>, and then press ENTER.</p>
<p>Note: While the export command runs, DHCP server is stopped and does not respond to clients seeking new leases or lease renewals.</p>
<p>At the end of this step, you will have the DHCP configuration as well as address lease information exported into the dhcpdatabase.dat file. You can now stop the DHCP service on the source server.</p>
<p>Install the DHCP server service on the server that is running Windows Server 2008</p>
<p>To install the DHCP Server service on an existing Windows Server 2008 computer:</p>
<p>1. Start Server Manager.</p>
<p>2. Click on Add Roles.</p>
<p>3. Select the DHCP server role and press Next.</p>
<p>4. Click through the next sequence for screens of the installation wizard to complete the DHCP server installation. You should not authorize the DHCP server at this point.</p>
<p>Import the DHCP database</p>
<p>1. Log on as a user who is a member of the local Administrators group or DHCP administrators group.</p>
<p>2. Copy the exported DHCP database file to the local hard disk of the Windows Server 2008 computer.</p>
<p>3. Verify that the DHCP service is started on the Windows Server 2008 computer.</p>
<p>4. Click Start, click Run, type cmd in the Open box, and then click OK.</p>
<p>5. At the command prompt, type <em>netsh dhcp server import c:\dhcpdatabase.dat all</em></p>
<p>And there you have it, no manual entries needed!</p>
<p>Good Luck!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/migrate-dhcp-from-server-2003-to-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2003 Troubleshooting Tips</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/exchange-2003-troubleshooting-tips/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/exchange-2003-troubleshooting-tips/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 20:08:33 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[75GB]]></category>
		<category><![CDATA[Backup Exec]]></category>
		<category><![CDATA[database limit]]></category>
		<category><![CDATA[DCDIAG]]></category>
		<category><![CDATA[exchange database won't mount]]></category>
		<category><![CDATA[Exchange Server 2003]]></category>
		<category><![CDATA[netlogon service]]></category>
		<category><![CDATA[Recipient Update Services error]]></category>
		<category><![CDATA[Veeam Backup]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server Backup]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/exchange-2003-troubleshooting-tips/</guid>
		<description><![CDATA[Here are the First two things to check. 1.) Space Available; is there any space left where the Exchange Databases are? If not free up some space! 2.) Has the database hit its Limit? For Exchange 2003 its 75GB (with the registry modification) If it’s neither of these you have to start looking at the domain as a whole. [...]]]></description>
				<content:encoded><![CDATA[<p>Here are the First two things to check.</p>
<p>1.) Space Available; is there any space left where the Exchange Databases are? If not free up some space!<br />
2.) Has the database hit its Limit? For Exchange 2003 its 75GB (with the registry modification)</p>
<p>If it’s neither of these you have to start looking at the domain as a whole.</p>
<p>Remember that EVERYTHING is tied together, if Exchange isn’t working, it could very well be a Domain Controller issue!</p>
<p>First thing to do would be to run a DCDiag, if this fails you have issues. The most likely cause would be the Netlogon service is paused or stopped. Restart it, and then restart the exchange Server. Re-run DCDiag to verify that all is well</p>
<p>If none of the above solutions help, the database could be corrupt, wherein you would have to utilize eseutil to find out of the DB is in fact corrupt. At that point let&#8217;s hope you have good backups be it Veeam, Backup Exec, or Windows Server Backups.</p>
<p>Good Luck</p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/exchange-2003-troubleshooting-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Failed DCs from Active Directory</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/delete-failed-dcs-from-active-directory/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/delete-failed-dcs-from-active-directory/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 14:26:26 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[dc dies]]></category>
		<category><![CDATA[Dcpromo]]></category>
		<category><![CDATA[manual removal of dc]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Petri]]></category>
		<category><![CDATA[remove domain controller]]></category>
		<category><![CDATA[Windows Server 2000]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/delete-failed-dcs-from-active-directory/</guid>
		<description><![CDATA[What do you do if a Domain Controller dies and cannot be revived? Just deleting it from Active Directory won&#8217;t do it. There is only one thing you can do, remove it forcibly. Petri has an article that can help you do this. When you try to remove a domain controller from your Active Directory [...]]]></description>
				<content:encoded><![CDATA[<p>What do you do if a Domain Controller dies and cannot be revived? Just deleting it from Active Directory won&#8217;t do it.</p>
<p>There is only one thing you can do, remove it forcibly.</p>
<p>Petri has an <a href="http://www.petri.co.il/delete_failed_dcs_from_ad.htm" target="_blank">article</a> that can help you do this.</p>
<blockquote><p>When you try to remove a domain controller from your Active Directory domain by using Dcpromo.exe and fail, or when you began to promote a member server to be a Domain Controller and failed (the reasons for your failure are not important for the scope of this article), you will be left with remains of the DCs object in the Active Directory. As part of a successful demotion process, the Dcpromo wizard removes the configuration data for the domain controller from Active Directory, but as noted above, a failed Dcpromo attempt might leave these objects in place.</p></blockquote>
<p>Good Luck!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/delete-failed-dcs-from-active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I cancel and Offline Defrag?</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/can-i-cancel-and-offline-defrag/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/can-i-cancel-and-offline-defrag/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 02:38:51 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[cancel offline defrag]]></category>
		<category><![CDATA[eseutil]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange Server 2003 SP2]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/?p=494</guid>
		<description><![CDATA[You can cancel this process. If you cancel you will need to manually delete the temp files that the compaction was creating. Your original database is completely intact and can be mounted again until you reach the point where the ESEUTIL is copying the completed DB over the original or in your case after you [...]]]></description>
				<content:encoded><![CDATA[<div class="post_body">
<p>You can cancel this process. If you cancel you will need to manually delete the temp files that the compaction was creating. Your original database is completely intact and can be mounted again until you reach the point where the ESEUTIL is copying the completed DB over the original or in your case after you have renamed the original.</p>
<p>I have canceled compactions with no negative consequences.</p>
<p>So the answer is a Big YES! You can cancel an offline defrag without consequence.</p>
<p>-NS</p></div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/can-i-cancel-and-offline-defrag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P2V Conversion Fails, OS will not boot</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/p2v-conversion-fails-os-will-not-boot/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/p2v-conversion-fails-os-will-not-boot/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 04:03:43 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[conversion fails]]></category>
		<category><![CDATA[P2V fails]]></category>
		<category><![CDATA[vconverter]]></category>
		<category><![CDATA[vHardware]]></category>
		<category><![CDATA[VM fails to boot]]></category>
		<category><![CDATA[vmconverter fails to convert machine]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[VMware hardware 4]]></category>
		<category><![CDATA[VMware hardware 7]]></category>
		<category><![CDATA[vSphere 4.0 Update 2]]></category>
		<category><![CDATA[vsphere 4.1]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/p2v-conversion-fails-os-will-not-boot/</guid>
		<description><![CDATA[Sometimes you get a server that fails to convert, i.e. it just won&#8217;t boot. If you use a Recovery CD (Windows Server 2003/2008 Install Disk) you can see that the files are all there, but it just refuses to boot no matter what you do. Well here is what I ran into&#8230; ESX Host was ESX [...]]]></description>
				<content:encoded><![CDATA[<p>Sometimes you get a server that fails to convert, i.e. it just won&#8217;t boot. If you use a Recovery CD (Windows Server 2003/2008 Install Disk) you can see that the files are all there, but it just refuses to boot no matter what you do. Well here is what I ran into&#8230; ESX Host was ESX 4.1(same results when running ESX 4.0 Update 2) and the guest OS to be converted was Server 2003 R2. Using VMware Convertor 4.1 i tried to convert it a few times using different settings and different SCSI Adapters, all the while never worrying about which version of vHardware i was converting to, which was v7. So after many failed attempts, Ithough what if I use v4 hardware and upgrade from there, well what do you know, I was correct. Sometimes a guest OS just cannot handle the bump in vHardware. So after that, all i had to do was install VMware tools for ESX 4.1 then update the vhardware&#8230; done&#8230;. hope this helps someone.</p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/p2v-conversion-fails-os-will-not-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netrouteview</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/netrouteview/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/netrouteview/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 03:42:36 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[netrouteview]]></category>
		<category><![CDATA[route.exe]]></category>
		<category><![CDATA[static route]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/netrouteview/</guid>
		<description><![CDATA[Here is a neat utility that i stumbled upon, when i was having routing issues on a user PC&#8230; yeah I know why would the route table be modified on a client PC, well it was for testing purposes&#8230; NetRouteView is a GUI alternative to the standard route utility (Route.exe) of Windows operating system. It [...]]]></description>
				<content:encoded><![CDATA[<p>Here is a neat utility that i stumbled upon, when i was having routing issues on a user PC&#8230; yeah I know why would the route table be modified on a client PC, well it was for testing purposes&#8230;</p>
<p>NetRouteView is a GUI alternative to the standard route utility (Route.exe) of Windows operating system. It displays the list of all routes on your current network, including the destination, mask, gateway, interface IP address, metric value, type, protocol, age (in seconds), interface name, and the MAC address.<br />
NetRouteView also allows you to easily add new routes, as well as to remove or modify existing static routes.</p>
<p>Download NetRouteView <a href="http://www.nirsoft.net/utils/network_route_view.html" target="_blank">here</a>.</p>
<p>-NS</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/netrouteview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Terminal Services Beep</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/disable-terminal-services-beep/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/disable-terminal-services-beep/#comments</comments>
		<pubDate>Thu, 13 May 2010 14:26:20 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[beep]]></category>
		<category><![CDATA[disablebeep]]></category>
		<category><![CDATA[pc speaker]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[Terminal Services]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/disable-terminal-services-beep/</guid>
		<description><![CDATA[You can disable the system beep function in client rdp sessions by creating the following registry key on the Terminal Server:    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\    add a DWORD &#8220;DisableBeep&#8221; with a value of &#8220;1&#8243; You will have to restart the Terminal Services service for the change to take effect. The above applies to Windows 2003 [...]]]></description>
				<content:encoded><![CDATA[<p>You can disable the system beep function in client rdp sessions by creating the following registry key on the Terminal Server:</p>
<p>   HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\</p>
<p>   add a DWORD &#8220;DisableBeep&#8221; with a value of &#8220;1&#8243;</p>
<p>You will have to restart the Terminal Services service for the change to take effect.</p>
<p>The above applies to Windows 2003 SP2 and Windows 2008. If you are running Windows 2003 SP1, you will need a hotfix first: 901115 &#8211; A Terminal Services client computer may make beep sounds after you connect to a Windows Server 2003 Service Pack 1-based computer</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/disable-terminal-services-beep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add System Restore to Server 2003</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/add-system-restore-to-server-2003/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/add-system-restore-to-server-2003/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 03:18:50 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[system restore]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[xp cd]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/?p=292</guid>
		<description><![CDATA[Download the file http://www.windowsreference.com/files/AddSystemRestore.zip and extract it Double click on AddSystemRestoreEntries.reg (This will add some values to the registry). Click on Yes to continue Then insert a Windows XP CD to your CDROM drive. Right click on sr.inf and click on install Reboot the computer Now you can find the System Restore utility from START–&#62;All [...]]]></description>
				<content:encoded><![CDATA[<p>Download the file <a rel="nofollow" href="http://www.windowsreference.com/files/AddSystemRestore.zip"><span style="color: #265e15">http://www.windowsreference.com/files/AddSystemRestore.zip</span></a> and extract it</p>
<p>Double click on AddSystemRestoreEntries.reg (This will add some values to the registry). Click on Yes to continue</p>
<p>Then insert a Windows XP CD to your CDROM drive. Right click on sr.inf and click on install</p>
<p>Reboot the computer</p>
<p>Now you can find the System Restore utility from START–&gt;All Programs–&gt;Accessories–&gt; System Tools –&gt; System Restore</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/add-system-restore-to-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sysinternals Suite Updates</title>
		<link>http://itknowledgeexchange.techtarget.com/information-technology/sysinternals-suite-updates/</link>
		<comments>http://itknowledgeexchange.techtarget.com/information-technology/sysinternals-suite-updates/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 21:29:10 +0000</pubDate>
		<dc:creator>Nathan Simon</dc:creator>
				<category><![CDATA[live.sysinternals.com]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[msdart]]></category>
		<category><![CDATA[procdump]]></category>
		<category><![CDATA[process monitor]]></category>
		<category><![CDATA[sysinternals]]></category>
		<category><![CDATA[temporary registry profiles]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 7 support]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/information-technology/?p=275</guid>
		<description><![CDATA[New Updates to the Sysinternals Suite Process Monitor v2.7 This update to Process Monitor, a system monitoring utility, adds a new option to the process tree dialog that direct it to show just the timeline for displayed events, uses kernel-based thread profiling on Vista and higher for better performance, and includes a number of minor [...]]]></description>
				<content:encoded><![CDATA[<p><strong>New Updates to the Sysinternals Suite</strong></p>
<p><a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx" target="_blank">Process Monitor v2.7</a><br />
This update to Process Monitor, a system monitoring utility, adds a new option to the process tree dialog that direct it to show just the timeline for displayed events, uses kernel-based thread profiling on Vista and higher for better performance, and includes a number of minor fixes and enhancements.</p>
<p><a href="http://technet.microsoft.com/en-us/sysinternals/dd996900.aspx" target="_blank">ProcDump v1.5</a><br />
ProcDump now includes a new switch that enables the creation of a process dump upon process termination, which can help with troubleshooting unexpected process termination. It also fixes a bug where the -ma switch wouldn’t generate a full dump when combined with -r , the Windows 7-specific process reflection switch.</p>
<p>If you want to download these apps go to the <a href="http://live.sysinternals.com/" target="_blank">Systinternals Live Site</a> or go <a href="http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx" target="_blank">here</a> for the whole updated package.</p>
<p><strong>Posted in August that is Definitely worth a read.</strong><br />
<a href="http://blogs.technet.com/markrussinovich/archive/2009/08/10/3272210.aspx" target="_blank"><br />
Mark’s Blog: The Case of the Temporary Registry Profiles</a><br />
In the latest post in Mark’s “Case of the Unexplained” series, he documents a perplexing case affecting many Microsoft and Citrix customers that Microsoft Customer Support Services solved with the use of Process Monitor’s boot logging and stack trace features.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/information-technology/sysinternals-suite-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
