<?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"
	>
<channel>
	<title>Comments on: .NET Tip: Active Directory&#039;s pwdLastSet to DateTime in C#</title>
	<atom:link href="http://mhinze.com/archive/net-tip-active-directorys-pwdlastset-to-datetime-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://mhinze.com/archive/net-tip-active-directorys-pwdlastset-to-datetime-in-c/</link>
	<description>this is an archive of the old blog, ended 6/16/08</description>
	<pubDate>Fri, 05 Sep 2008 15:07:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Matt</title>
		<link>http://mhinze.com/archive/net-tip-active-directorys-pwdlastset-to-datetime-in-c/#comment-1734</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 21 Apr 2007 16:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/net-tip-active-directorys-pwdlastset-to-datetime-in-c/#comment-1734</guid>
		<description>Tracey.. here is the 0 value I was talking about, with my code
&lt;code&gt;
DateTime PasswordLastSet = DateTime.FromFileTime(filetime);
string pwdLastSet = filetime == 0 ? "Never" : PasswordLastSet.ToShortDateString();
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Tracey.. here is the 0 value I was talking about, with my code<br />
<code><br />
DateTime PasswordLastSet = DateTime.FromFileTime(filetime);<br />
string pwdLastSet = filetime == 0 ? "Never" : PasswordLastSet.ToShortDateString();<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracey West</title>
		<link>http://mhinze.com/archive/net-tip-active-directorys-pwdlastset-to-datetime-in-c/#comment-1711</link>
		<dc:creator>Tracey West</dc:creator>
		<pubDate>Sat, 21 Apr 2007 06:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://mhinze.com/net-tip-active-directorys-pwdlastset-to-datetime-in-c/#comment-1711</guid>
		<description>I noticed several entries in our directory returned a pwdLastSet value of 12/31/1600 (which is strange since Microsoft states pwdLastSet is the number of 100 nanoseconds since the following date of 1/1/1601).  Anyway, is it safe to assume a value of 12/31/1600 means the password has not yet been changed by the user?

I didnt come accross any zero values.</description>
		<content:encoded><![CDATA[<p>I noticed several entries in our directory returned a pwdLastSet value of 12/31/1600 (which is strange since Microsoft states pwdLastSet is the number of 100 nanoseconds since the following date of 1/1/1601).  Anyway, is it safe to assume a value of 12/31/1600 means the password has not yet been changed by the user?</p>
<p>I didnt come accross any zero values.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
