<?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: Active Directory: VBscript to enumerate the last logon of all AD users and a lot of user attributes V2</title>
	<atom:link href="http://deludi.nl/blog/vbscript/active-directory/lastlogon-active-directory-vbscript/active-directory-vbscript-to-enumerate-the-last-logon-of-all-ad-users-and-a-lot-of-user-attributes-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://deludi.nl/blog/vbscript/active-directory/lastlogon-active-directory-vbscript/active-directory-vbscript-to-enumerate-the-last-logon-of-all-ad-users-and-a-lot-of-user-attributes-v2/</link>
	<description>Scripting for Lazy Sysadmins</description>
	<lastBuildDate>Thu, 26 Aug 2010 06:22:11 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: dirk adamsky</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/lastlogon-active-directory-vbscript/active-directory-vbscript-to-enumerate-the-last-logon-of-all-ad-users-and-a-lot-of-user-attributes-v2/comment-page-1/#comment-129</link>
		<dc:creator>dirk adamsky</dc:creator>
		<pubDate>Thu, 26 Aug 2010 06:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=421#comment-129</guid>
		<description>Hi,

the ip address is not logged in Active Directory.
A possible solution is to add some code to your loginscript to write ip address and/or pc name to a logfile.

Best regards,

Dirk Adamsky - Deludi BV</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the ip address is not logged in Active Directory.<br />
A possible solution is to add some code to your loginscript to write ip address and/or pc name to a logfile.</p>
<p>Best regards,</p>
<p>Dirk Adamsky &#8211; Deludi BV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WFilter</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/lastlogon-active-directory-vbscript/active-directory-vbscript-to-enumerate-the-last-logon-of-all-ad-users-and-a-lot-of-user-attributes-v2/comment-page-1/#comment-128</link>
		<dc:creator>WFilter</dc:creator>
		<pubDate>Thu, 26 Aug 2010 05:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=421#comment-128</guid>
		<description>How can I know the last logon IP address of a certain AD user?</description>
		<content:encoded><![CDATA[<p>How can I know the last logon IP address of a certain AD user?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dirk adamsky</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/lastlogon-active-directory-vbscript/active-directory-vbscript-to-enumerate-the-last-logon-of-all-ad-users-and-a-lot-of-user-attributes-v2/comment-page-1/#comment-80</link>
		<dc:creator>dirk adamsky</dc:creator>
		<pubDate>Thu, 17 Jun 2010 05:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=421#comment-80</guid>
		<description>Hi Manimaran,

You can do that either in the script or after running the script.
The latter is the easiest.
The steps:

1. save the script enumerate-lastlogon-details2.vbs in c:\temp
2. open a command prompt (no admin rights needed)
3. go to c:\temp
4. give &quot;cscript enumerate-lastlogon-details2.vbs &gt; lastlogon.txt&quot; (without the quotes)
5. when the script is finished the result is a textfile called lastlogon.txt (in c:\temp)
6. start excel
7. open the textfile with excel
8. give a semi-column as field separator sign
9. you can now sort the data with excel

When you want to have more user data you can add user properties to the arrAttributes array.

Hope the above helps you finishing your work.

Best regards,

Dirk Adamsky</description>
		<content:encoded><![CDATA[<p>Hi Manimaran,</p>
<p>You can do that either in the script or after running the script.<br />
The latter is the easiest.<br />
The steps:</p>
<p>1. save the script enumerate-lastlogon-details2.vbs in c:\temp<br />
2. open a command prompt (no admin rights needed)<br />
3. go to c:\temp<br />
4. give &#8220;cscript enumerate-lastlogon-details2.vbs > lastlogon.txt&#8221; (without the quotes)<br />
5. when the script is finished the result is a textfile called lastlogon.txt (in c:\temp)<br />
6. start excel<br />
7. open the textfile with excel<br />
8. give a semi-column as field separator sign<br />
9. you can now sort the data with excel</p>
<p>When you want to have more user data you can add user properties to the arrAttributes array.</p>
<p>Hope the above helps you finishing your work.</p>
<p>Best regards,</p>
<p>Dirk Adamsky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manimaran</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/lastlogon-active-directory-vbscript/active-directory-vbscript-to-enumerate-the-last-logon-of-all-ad-users-and-a-lot-of-user-attributes-v2/comment-page-1/#comment-79</link>
		<dc:creator>manimaran</dc:creator>
		<pubDate>Thu, 17 Jun 2010 03:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=421#comment-79</guid>
		<description>How can i get the AD users lastlogon details in Descending order. Please help on this.</description>
		<content:encoded><![CDATA[<p>How can i get the AD users lastlogon details in Descending order. Please help on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/lastlogon-active-directory-vbscript/active-directory-vbscript-to-enumerate-the-last-logon-of-all-ad-users-and-a-lot-of-user-attributes-v2/comment-page-1/#comment-73</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 08 Jun 2010 22:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=421#comment-73</guid>
		<description>Hi,

The other day I came across an equally helpful write up on &lt;a href=&quot;http://www.activedirsec.com/last_logon.html&quot; rel=&quot;nofollow&quot;&gt;True Last Logon&lt;/a&gt; and I thought I&#039;d share it with you. By the way, there are free &lt;a href=&quot;http://www.paramountdefenses.com/goldfinger.html&quot; rel=&quot;nofollow&quot;&gt;Active Directory Reporting Tools&lt;/a&gt; out there with which you can determine the true last logon of domain user and computer accounts. I thought I would share it with you in case it can help you as well.

Thanks,
Aaron</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The other day I came across an equally helpful write up on <a href="http://www.activedirsec.com/last_logon.html" rel="nofollow">True Last Logon</a> and I thought I&#8217;d share it with you. By the way, there are free <a href="http://www.paramountdefenses.com/goldfinger.html" rel="nofollow">Active Directory Reporting Tools</a> out there with which you can determine the true last logon of domain user and computer accounts. I thought I would share it with you in case it can help you as well.</p>
<p>Thanks,<br />
Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Active Directory: VBscript to enumerate the last logon of all AD users and a lot of user attributes &#124; Dirk Adamsky Scripting Blog</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/lastlogon-active-directory-vbscript/active-directory-vbscript-to-enumerate-the-last-logon-of-all-ad-users-and-a-lot-of-user-attributes-v2/comment-page-1/#comment-36</link>
		<dc:creator>Active Directory: VBscript to enumerate the last logon of all AD users and a lot of user attributes &#124; Dirk Adamsky Scripting Blog</dc:creator>
		<pubDate>Fri, 02 Apr 2010 08:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=421#comment-36</guid>
		<description>[...] I made a new lastlogonscript, it can be found here. This script is based on the lastlogon script by Richard L. Mueller. Added is an enumeration of 30 [...]</description>
		<content:encoded><![CDATA[<p>[...] I made a new lastlogonscript, it can be found here. This script is based on the lastlogon script by Richard L. Mueller. Added is an enumeration of 30 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Active Directory: VBscript to enumerate the last logon of the members of a nested group with treshold &#124; Dirk Adamsky Scripting Blog</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/lastlogon-active-directory-vbscript/active-directory-vbscript-to-enumerate-the-last-logon-of-all-ad-users-and-a-lot-of-user-attributes-v2/comment-page-1/#comment-28</link>
		<dc:creator>Active Directory: VBscript to enumerate the last logon of the members of a nested group with treshold &#124; Dirk Adamsky Scripting Blog</dc:creator>
		<pubDate>Tue, 23 Mar 2010 13:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=421#comment-28</guid>
		<description>[...] by creating a script that was a combination of earlier scripts. The lastlogon code came from my lastlogon script, the enumeration of the group members code was taken from my enumeratenestedgroup script. The users [...]</description>
		<content:encoded><![CDATA[<p>[...] by creating a script that was a combination of earlier scripts. The lastlogon code came from my lastlogon script, the enumeration of the group members code was taken from my enumeratenestedgroup script. The users [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 14/29 queries in 0.006 seconds using disk

Served from: deludi.nl @ 2010-09-06 12:59:03 -->