<?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 Uptime and Last Reboot Status Using Powershell	</title>
	<atom:link href="https://thesysadminchannel.com/get-uptime-last-reboot-status-multiple-computers-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/get-uptime-last-reboot-status-multiple-computers-powershell/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Mon, 30 Jan 2023 08:48:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Sachin Goel		</title>
		<link>https://thesysadminchannel.com/get-uptime-last-reboot-status-multiple-computers-powershell/#comment-7919</link>

		<dc:creator><![CDATA[Sachin Goel]]></dc:creator>
		<pubDate>Mon, 30 Jan 2023 08:48:53 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=836#comment-7919</guid>

					<description><![CDATA[How shall I get this output in a file and how to send it in an email body? Please suggest. Need urgently.]]></description>
			<content:encoded><![CDATA[<p>How shall I get this output in a file and how to send it in an email body? Please suggest. Need urgently.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://thesysadminchannel.com/get-uptime-last-reboot-status-multiple-computers-powershell/#comment-7435</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 11 Jan 2023 13:22:05 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=836#comment-7435</guid>

					<description><![CDATA[Script does not work, does not return anything (even for localhost).  Not sure if there&#039;s been a change in powershell that causes this script to break, but on Windows 11 22h2 it does not work.]]></description>
			<content:encoded><![CDATA[<p>Script does not work, does not return anything (even for localhost).  Not sure if there&#8217;s been a change in powershell that causes this script to break, but on Windows 11 22h2 it does not work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gui		</title>
		<link>https://thesysadminchannel.com/get-uptime-last-reboot-status-multiple-computers-powershell/#comment-7269</link>

		<dc:creator><![CDATA[Gui]]></dc:creator>
		<pubDate>Thu, 05 Jan 2023 12:15:00 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=836#comment-7269</guid>

					<description><![CDATA[Hi,

nice script thank you. Maybe running in parralele could help if running against thousands of objects.
https://devblogs.microsoft.com/powershell/powershell-foreach-object-parallel-feature/

Regards.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>nice script thank you. Maybe running in parralele could help if running against thousands of objects.<br />
<a href="https://devblogs.microsoft.com/powershell/powershell-foreach-object-parallel-feature/" rel="nofollow ugc">https://devblogs.microsoft.com/powershell/powershell-foreach-object-parallel-feature/</a></p>
<p>Regards.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Darin Young		</title>
		<link>https://thesysadminchannel.com/get-uptime-last-reboot-status-multiple-computers-powershell/#comment-6304</link>

		<dc:creator><![CDATA[Darin Young]]></dc:creator>
		<pubDate>Fri, 02 Dec 2022 12:58:45 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=836#comment-6304</guid>

					<description><![CDATA[How would I adjust this script to pull for all computers on my domain.
(I am very new at P.S.)]]></description>
			<content:encoded><![CDATA[<p>How would I adjust this script to pull for all computers on my domain.<br />
(I am very new at P.S.)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jay		</title>
		<link>https://thesysadminchannel.com/get-uptime-last-reboot-status-multiple-computers-powershell/#comment-5106</link>

		<dc:creator><![CDATA[Jay]]></dc:creator>
		<pubDate>Sun, 30 Oct 2022 20:48:04 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=836#comment-5106</guid>

					<description><![CDATA[It works perfectly.  I just change a few things]]></description>
			<content:encoded><![CDATA[<p>It works perfectly.  I just change a few things</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin		</title>
		<link>https://thesysadminchannel.com/get-uptime-last-reboot-status-multiple-computers-powershell/#comment-4197</link>

		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Mon, 10 Oct 2022 21:31:33 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=836#comment-4197</guid>

					<description><![CDATA[The article fails to mention the permission required by the account running the script.  As written it works fine only for the local computer but shows, &quot;Unable to Connect Access is denied&quot; for remote PCs run from my standard account.  Not sure why it has odd capitalization either ;-)]]></description>
			<content:encoded><![CDATA[<p>The article fails to mention the permission required by the account running the script.  As written it works fine only for the local computer but shows, &#8220;Unable to Connect Access is denied&#8221; for remote PCs run from my standard account.  Not sure why it has odd capitalization either 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ian Omar		</title>
		<link>https://thesysadminchannel.com/get-uptime-last-reboot-status-multiple-computers-powershell/#comment-2822</link>

		<dc:creator><![CDATA[Ian Omar]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 18:49:24 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=836#comment-2822</guid>

					<description><![CDATA[Hi, I copied and ran the PowerShell shell script on my local computer and it is not returning any results. What am I doing wrong?
AM I suppose to change any values on the script?

thank you.]]></description>
			<content:encoded><![CDATA[<p>Hi, I copied and ran the PowerShell shell script on my local computer and it is not returning any results. What am I doing wrong?<br />
AM I suppose to change any values on the script?</p>
<p>thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: chad		</title>
		<link>https://thesysadminchannel.com/get-uptime-last-reboot-status-multiple-computers-powershell/#comment-1175</link>

		<dc:creator><![CDATA[chad]]></dc:creator>
		<pubDate>Thu, 09 Jun 2022 01:33:30 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=836#comment-1175</guid>

					<description><![CDATA[Love this, love this, love this!!!  Can you also add the IP address and OS version to this?]]></description>
			<content:encoded><![CDATA[<p>Love this, love this, love this!!!  Can you also add the IP address and OS version to this?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
