<?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>Gnet Solutions &#187; Troubleshoot</title>
	<atom:link href="http://www.gnetsolutions.info/category/troubleshoot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnetsolutions.info</link>
	<description></description>
	<lastBuildDate>Thu, 11 Feb 2010 04:40:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Case for Process Explorer</title>
		<link>http://www.gnetsolutions.info/2008/08/02/a-case-for-process-explorer/</link>
		<comments>http://www.gnetsolutions.info/2008/08/02/a-case-for-process-explorer/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 20:05:47 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[Process Explorer]]></category>

		<guid isPermaLink="false">http://www.gnetsolutions.info/?p=188</guid>
		<description><![CDATA[
 If your in IT and haven&#8217;t read Mark Russinovich&#8217;s technical blog then you&#8217;re missing out. This guy knows his stuff and in this particular article &#8220;The Case of the Slooooow System&#8221; he takes you through high level troubleshooting techniques using Process Explorer.
 





If you have any questions regarding this topic you can post them at the Forum 




]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gnetsolutions.info/wp-content/uploads/2008/10/process-explorer.jpg"><img class="size-full wp-image-197 alignnone" style="border: 0px;" title="process-explorer" src="http://www.gnetsolutions.info/wp-content/uploads/2008/10/process-explorer.jpg" alt="Process Explorer" width="472" height="320" /></a></p>
<p> If your in IT and haven&#8217;t read Mark Russinovich&#8217;s technical blog then you&#8217;re missing out. This guy knows his stuff and in this particular article <a href="http://blogs.technet.com/markrussinovich/archive/2008/09/24/3126858.aspx"><em>&#8220;The Case of the Slooooow System&#8221;</em> </a>he takes you through high level troubleshooting techniques using <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process Explorer</a>.</p>
<p> </p>
<table border="0" cellspacing="5" cellpadding="0" width="95%" align="center" bgcolor="#f0f0f0">
<tbody>
<tr>
<td align="left" valign="top"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.gnetsolutions.info/wp-content/uploads/2007/10/help.gif" border="0" alt="help" width="24" height="24" /></td>
<td>
<p style="margin-top: 2pt; margin-bottom: 2pt; line-height: 11pt">If you have any questions regarding this topic you can post them at the <a href="http://www.gnetsolutions.info/forum/index.php" target="_blank">Forum</a> </p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.gnetsolutions.info/2008/08/02/a-case-for-process-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whoison Network Tool</title>
		<link>http://www.gnetsolutions.info/2008/06/30/whoison-network-tool/</link>
		<comments>http://www.gnetsolutions.info/2008/06/30/whoison-network-tool/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 03:26:36 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.gnetsolutions.info/2008/06/30/whoison-network-tool/</guid>
		<description><![CDATA[ 
Did you know &#8211; you can find out who is logged on to a particular PC on your network with the whoison.exe utility.
To use the utility, save it to your local hard drive or your network drive. I have it saved to the root of my C: drive for ease of access.  Run it from a DOS command prompt, (see example below): Type C:\whoison \\computername
 
Use the /h switch to get a history of users on the PC:
whoison /h \\nameofcomputer
Use the pipe command to send the results to a text file:
whoison ...]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p>Did you know &#8211; you can find out who is logged on to a particular PC on your network with the<strong> whoison.exe</strong> utility.</p>
<p>To use the utility, save it to your local hard drive or your network drive. I have it saved to the root of my C: drive for ease of access.  Run it from a DOS command prompt, (see example below): Type <strong>C:\whoison \\computername</strong></p>
<p> <a href="http://www.gnetsolutions.info/wp-content/uploads/2008/07/whoisonimage.jpg"><img style="border: 0px;" src="http://www.gnetsolutions.info/wp-content/uploads/2008/07/whoisonimage.jpg" border="0" alt="whoisonImage" width="472" height="240" /></a></p>
<p>Use the /h switch to get a history of users on the PC:<br />
<strong>whoison /h</strong> \\nameofcomputer<br />
Use the pipe command to send the results to a text file:<br />
<strong>whoison /h</strong> \\nameofcomputer &gt; filename .txt<br />
or<br />
<strong>whoison /h</strong> \\nameofcomputer &gt; filename.csv (to import into a spreadsheet, useful when trying to determine last logged on)<br />
When using the pipe switch, &gt; creates a new file or overwrites an existing file, &gt;&gt; creates an new file or appends to an existing one.</p>
<p>You can download the Whoison tool <a href="http://www.gnetsolutions.info/forums/showthread.php?t=14" target="_blank">here</a></p>
<p> </p>
<table border="0" cellspacing="5" cellpadding="0" width="95%" align="center" bgcolor="#f0f0f0">
<tbody>
<tr>
<td align="left" valign="top"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.gnetsolutions.info/wp-content/uploads/2007/10/help.gif" border="0" alt="help" width="24" height="24" /></td>
<td>
<p style="margin-top: 2pt; margin-bottom: 2pt; line-height: 11pt">If you have any questions regarding this topic you can post them at the <a href="http://www.gnetsolutions.info/forum/index.php" target="_blank">Forum</a> </p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.gnetsolutions.info/2008/06/30/whoison-network-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
