 




<?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: How do i find which user was the last to log onto a PC in an AD Domain?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-find-which-user-was-the-last-to-log-onto-a-pc-in-an-ad-domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-find-which-user-was-the-last-to-log-onto-a-pc-in-an-ad-domain/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 05:15:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: pjb0222</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-find-which-user-was-the-last-to-log-onto-a-pc-in-an-ad-domain/#comment-104854</link>
		<dc:creator>pjb0222</dc:creator>
		<pubDate>Wed, 14 Mar 2012 16:30:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-104854</guid>
		<description><![CDATA[The most accurate method is to turn on event logging on the PCs to capture log in events and then check them.
- Pull security logs from each system
- Parse each machine&#039;s security event log for log in events.
Remember, like all events, they roll off the log as it fills.
There are tools available that automate this or you can use MS command line tools and SysInternal tools to script yourself.

Alternatively...

To pull from AD is very messy and requires:
-  Set event logging on all DCs to capture requried events
-  Pulling last logged in time for IDs
-  See which DC updated the attribute.
-  Pull the security event log from each domain controller to parse and hope event has not rolled off the log
-  Check time of ID last update time in event log and match to system IP address, if lots of events in short time this can be a best guess effort.
-  Hope that the lease has not changed since the event was logged so you can query IP for machine name]]></description>
		<content:encoded><![CDATA[<p>The most accurate method is to turn on event logging on the PCs to capture log in events and then check them.<br />
- Pull security logs from each system<br />
- Parse each machine&#8217;s security event log for log in events.<br />
Remember, like all events, they roll off the log as it fills.<br />
There are tools available that automate this or you can use MS command line tools and SysInternal tools to script yourself.</p>
<p>Alternatively&#8230;</p>
<p>To pull from AD is very messy and requires:<br />
-  Set event logging on all DCs to capture requried events<br />
-  Pulling last logged in time for IDs<br />
-  See which DC updated the attribute.<br />
-  Pull the security event log from each domain controller to parse and hope event has not rolled off the log<br />
-  Check time of ID last update time in event log and match to system IP address, if lots of events in short time this can be a best guess effort.<br />
-  Hope that the lease has not changed since the event was logged so you can query IP for machine name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rechil</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-find-which-user-was-the-last-to-log-onto-a-pc-in-an-ad-domain/#comment-102441</link>
		<dc:creator>rechil</dc:creator>
		<pubDate>Sat, 04 Feb 2012 05:28:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-102441</guid>
		<description><![CDATA[AD stores a user’s last logon time in the Last-Logon AD user object attribute. In 2003 there is an Ad object attribute known as &quot;Last-logon-timestamp&quot;  which helps to store the approx value of the last logon time of a user. It is still possible to see value of last log for auser from &lt;a href=&quot;http://support.microsoft.com/kb/931865&quot;&gt;MMC&lt;/a&gt; as AD &amp; computers snap-in.&#039;/ dnld &lt;a href=&quot;http://www.microsoft.com/download/en/details.aspx?id=20525&quot;&gt;mmc for XP&lt;/a&gt; and if necessary dnld the &lt;a href=&quot;http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=18465&quot;&gt;troubleshoot tools for AD&lt;/a&gt; or even u can use dsquery user tool for the purpose. OR u can &lt;a href=&quot;http://www.manageengine.co.in/products/ad-manager/download.html&quot;&gt;use 3rd party tool&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>AD stores a user’s last logon time in the Last-Logon AD user object attribute. In 2003 there is an Ad object attribute known as &#8220;Last-logon-timestamp&#8221;  which helps to store the approx value of the last logon time of a user. It is still possible to see value of last log for auser from <a href="http://support.microsoft.com/kb/931865">MMC</a> as AD &amp; computers snap-in.&#8217;/ dnld <a href="http://www.microsoft.com/download/en/details.aspx?id=20525">mmc for XP</a> and if necessary dnld the <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=18465">troubleshoot tools for AD</a> or even u can use dsquery user tool for the purpose. OR u can <a href="http://www.manageengine.co.in/products/ad-manager/download.html">use 3rd party tool</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabe9527</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-find-which-user-was-the-last-to-log-onto-a-pc-in-an-ad-domain/#comment-102419</link>
		<dc:creator>gabe9527</dc:creator>
		<pubDate>Fri, 03 Feb 2012 15:25:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-102419</guid>
		<description><![CDATA[Have you checked the event viewer and see if what you are after is under security?]]></description>
		<content:encoded><![CDATA[<p>Have you checked the event viewer and see if what you are after is under security?</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.040 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 06:05:50 -->