<?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 Computer Last Login Information Using Powershell	</title>
	<atom:link href="https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Wed, 22 Feb 2023 15:06:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: John		</title>
		<link>https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/#comment-8520</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Wed, 22 Feb 2023 15:06:01 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3054#comment-8520</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/#comment-4319&quot;&gt;Chris&lt;/a&gt;.

Did anyone else cross this error or figured out a solution? I am experiencing the same error message.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/#comment-4319">Chris</a>.</p>
<p>Did anyone else cross this error or figured out a solution? I am experiencing the same error message.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: venky		</title>
		<link>https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/#comment-7452</link>

		<dc:creator><![CDATA[venky]]></dc:creator>
		<pubDate>Thu, 12 Jan 2023 04:58:19 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3054#comment-7452</guid>

					<description><![CDATA[It will easy to undersatnd for single computer to fetch details, but for bulk list, it will need scripting.
In your blog post, write a on this topic too]]></description>
			<content:encoded><![CDATA[<p>It will easy to undersatnd for single computer to fetch details, but for bulk list, it will need scripting.<br />
In your blog post, write a on this topic too</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/#comment-4319</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 14 Oct 2022 22:59:08 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3054#comment-4319</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/#comment-1200&quot;&gt;Matt&lt;/a&gt;.

Where you able to figure out why you were getting that error? I am getting the same thing.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/#comment-1200">Matt</a>.</p>
<p>Where you able to figure out why you were getting that error? I am getting the same thing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Trevor		</title>
		<link>https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/#comment-1292</link>

		<dc:creator><![CDATA[Trevor]]></dc:creator>
		<pubDate>Fri, 17 Jun 2022 13:55:42 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3054#comment-1292</guid>

					<description><![CDATA[Thanks. This works well. My only suggestion is to add filters for Interactive and RemoteInteractive. Would be nice to combine both. Reason: If you query a busy file server, there will be MANY network logons used to access the file shares. Most of the time, that is not what people are after. They want to know who actually logged onto the server (Interactive and RemoteInteractive). Easy to fix though. Thanks.]]></description>
			<content:encoded><![CDATA[<p>Thanks. This works well. My only suggestion is to add filters for Interactive and RemoteInteractive. Would be nice to combine both. Reason: If you query a busy file server, there will be MANY network logons used to access the file shares. Most of the time, that is not what people are after. They want to know who actually logged onto the server (Interactive and RemoteInteractive). Easy to fix though. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/#comment-1200</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Fri, 10 Jun 2022 20:02:26 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3054#comment-1200</guid>

					<description><![CDATA[I keep getting RPC is unavailable:

&quot;Get-LastLoginInfo : Could not retrieve information about the Security log. Error: The RPC server is unavailable.
At line:3 char:1
+ Get-LastLoginInfo -ComputerName&quot;]]></description>
			<content:encoded><![CDATA[<p>I keep getting RPC is unavailable:</p>
<p>&#8220;Get-LastLoginInfo : Could not retrieve information about the Security log. Error: The RPC server is unavailable.<br />
At line:3 char:1<br />
+ Get-LastLoginInfo -ComputerName&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthias		</title>
		<link>https://thesysadminchannel.com/get-computer-last-login-information-using-powershell/#comment-849</link>

		<dc:creator><![CDATA[Matthias]]></dc:creator>
		<pubDate>Wed, 25 May 2022 10:50:29 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3054#comment-849</guid>

					<description><![CDATA[Hi Paul, very nice work! Thx for the function. I have one problem with the function. Everytime I execute the function the field &quot;TimeStamp&quot; is empty. Any thoughts on this?]]></description>
			<content:encoded><![CDATA[<p>Hi Paul, very nice work! Thx for the function. I have one problem with the function. Everytime I execute the function the field &#8220;TimeStamp&#8221; is empty. Any thoughts on this?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
