<?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: Get Last Logon Date For All Users in Your Domain	</title>
	<atom:link href="https://thesysadminchannel.com/get-last-logon-date-for-all-users-in-your-domain/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/get-last-logon-date-for-all-users-in-your-domain/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Wed, 01 Jun 2022 14:24:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Rob van Halteren		</title>
		<link>https://thesysadminchannel.com/get-last-logon-date-for-all-users-in-your-domain/#comment-1051</link>

		<dc:creator><![CDATA[Rob van Halteren]]></dc:creator>
		<pubDate>Wed, 01 Jun 2022 14:24:27 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=662#comment-1051</guid>

					<description><![CDATA[The script is very handy, however you miss one thing.
Users who&#039;ve never logged in, have no LastLogonDate
The -Filter {((Enabled -eq $true) -and (LastLogonDate -lt $date))} misses those users, so they would never show in the list.
That way you can have accounts which are unused for years, as long as they where never used]]></description>
			<content:encoded><![CDATA[<p>The script is very handy, however you miss one thing.<br />
Users who&#8217;ve never logged in, have no LastLogonDate<br />
The -Filter {((Enabled -eq $true) -and (LastLogonDate -lt $date))} misses those users, so they would never show in the list.<br />
That way you can have accounts which are unused for years, as long as they where never used</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
