 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Finding out who is logged in</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/finding-out-who-is-logged-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/finding-out-who-is-logged-in/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 03:16:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: robjacobsen</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/finding-out-who-is-logged-in/#comment-37281</link>
		<dc:creator>robjacobsen</dc:creator>
		<pubDate>Tue, 05 Apr 2005 12:15:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-37281</guid>
		<description><![CDATA[Many thanks to all for the tips.  The PsLoggedOn utility will give me what I need once I set it up in a batch file.  I really appreciate you each taking the time to lend me a hand here.]]></description>
		<content:encoded><![CDATA[<p>Many thanks to all for the tips.  The PsLoggedOn utility will give me what I need once I set it up in a batch file.  I really appreciate you each taking the time to lend me a hand here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigbadden</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/finding-out-who-is-logged-in/#comment-37282</link>
		<dc:creator>bigbadden</dc:creator>
		<pubDate>Tue, 05 Apr 2005 11:40:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-37282</guid>
		<description><![CDATA[Psloggedon is a great utility which is part of a package of free tools from http://www.sysinternals.com/ntw2k/freeware/pstools.shtml]]></description>
		<content:encoded><![CDATA[<p>Psloggedon is a great utility which is part of a package of free tools from <a href="http://www.sysinternals.com/ntw2k/freeware/pstools.shtml" rel="nofollow">http://www.sysinternals.com/ntw2k/freeware/pstools.shtml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larrythethird</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/finding-out-who-is-logged-in/#comment-37283</link>
		<dc:creator>larrythethird</dc:creator>
		<pubDate>Tue, 05 Apr 2005 11:07:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-37283</guid>
		<description><![CDATA[The nbtstat -A IPADDRESS is most helpful.  I assume you have only one subnet.  Find every system that responds by doing a ping. I would do a &quot;ping 192.168.1.255 &gt;active_ip.txt which will give you a good list of all of the devices on the network.  Then the nbtstat command can tell you who they are.]]></description>
		<content:encoded><![CDATA[<p>The nbtstat -A IPADDRESS is most helpful.  I assume you have only one subnet.  Find every system that responds by doing a ping. I would do a &#8220;ping 192.168.1.255 &gt;active_ip.txt which will give you a good list of all of the devices on the network.  Then the nbtstat command can tell you who they are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cptrelentless</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/finding-out-who-is-logged-in/#comment-37284</link>
		<dc:creator>cptrelentless</dc:creator>
		<pubDate>Tue, 05 Apr 2005 07:44:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-37284</guid>
		<description><![CDATA[benficacm
You have an admirable tool there, sir.]]></description>
		<content:encoded><![CDATA[<p>benficacm<br />
You have an admirable tool there, sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benficacm</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/finding-out-who-is-logged-in/#comment-37285</link>
		<dc:creator>benficacm</dc:creator>
		<pubDate>Tue, 05 Apr 2005 06:25:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-37285</guid>
		<description><![CDATA[I&#039;ve got a cool little utility that i think would help you. 
http://www.radmin.com/radmin/utility/lscan.php

It will give you the usernames and the last time they logged in.

Hope this helps.
]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a cool little utility that i think would help you.<br />
<a href="http://www.radmin.com/radmin/utility/lscan.php" rel="nofollow">http://www.radmin.com/radmin/utility/lscan.php</a></p>
<p>It will give you the usernames and the last time they logged in.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bobkberg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/finding-out-who-is-logged-in/#comment-37286</link>
		<dc:creator>bobkberg</dc:creator>
		<pubDate>Mon, 04 Apr 2005 17:28:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-37286</guid>
		<description><![CDATA[Depending on whether or not the messenger service is running, you can also try a command line nbtstat -A IPADDRESS while logged in as the domain admin

The user name will often show up in the list.

Bob


]]></description>
		<content:encoded><![CDATA[<p>Depending on whether or not the messenger service is running, you can also try a command line nbtstat -A IPADDRESS while logged in as the domain admin</p>
<p>The user name will often show up in the list.</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tjmann</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/finding-out-who-is-logged-in/#comment-37287</link>
		<dc:creator>tjmann</dc:creator>
		<pubDate>Mon, 04 Apr 2005 17:26:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-37287</guid>
		<description><![CDATA[When you look at sessions, it should show every user who is logged in to the domain at the time and the machine name or IP address.  I don&#039;t think it will show if the users are not authenticated to the server or don&#039;t have resources in use on the server.  Are they authenticating locally on the workstation and not the domain?]]></description>
		<content:encoded><![CDATA[<p>When you look at sessions, it should show every user who is logged in to the domain at the time and the machine name or IP address.  I don&#8217;t think it will show if the users are not authenticated to the server or don&#8217;t have resources in use on the server.  Are they authenticating locally on the workstation and not the domain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robjacobsen</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/finding-out-who-is-logged-in/#comment-37288</link>
		<dc:creator>robjacobsen</dc:creator>
		<pubDate>Mon, 04 Apr 2005 17:02:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-37288</guid>
		<description><![CDATA[Thanks for the helpfull tip.  It doesn&#039;t show every machine, but it does show the most important ones.  Any other suggestions?  Thanks.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the helpfull tip.  It doesn&#8217;t show every machine, but it does show the most important ones.  Any other suggestions?  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.036 seconds using memcached
Object Caching 365/371 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 04:02:30 -->