<?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: Update Microsoft Edge during Windows Autopilot enrollments	</title>
	<atom:link href="https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/feed/" rel="self" type="application/rss+xml" />
	<link>https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/</link>
	<description>Intune, Windows, Office 365, Microsoft 365, Azure, Automation</description>
	<lastBuildDate>Tue, 15 Oct 2024 23:11:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ben		</title>
		<link>https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-239546</link>

		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Tue, 15 Oct 2024 23:11:28 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=12346#comment-239546</guid>

					<description><![CDATA[I had the same issue as Habeeb.  Get-AppxPackage was picking up multiple versions of Edge causing errors in the script, so I put the version results into an array and then picked the highest version from the array as my  [System.Version]]]></description>
			<content:encoded><![CDATA[<p>I had the same issue as Habeeb.  Get-AppxPackage was picking up multiple versions of Edge causing errors in the script, so I put the version results into an array and then picked the highest version from the array as my  [System.Version]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-229590</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Sun, 28 Jul 2024 12:02:08 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=12346#comment-229590</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-228626&quot;&gt;Ben R&lt;/a&gt;.

I fixed the typo in the script.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-228626">Ben R</a>.</p>
<p>I fixed the typo in the script.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Habeeb		</title>
		<link>https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-229122</link>

		<dc:creator><![CDATA[Habeeb]]></dc:creator>
		<pubDate>Tue, 23 Jul 2024 09:17:58 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=12346#comment-229122</guid>

					<description><![CDATA[FYI I need to add  (Get-AppxPackage -AllUsers -Name &quot;Microsoft.MicrosoftEdge.$UpdateChannel&quot;).Version &#124; Sort-Object -Descending &#124; Select-Object -First 1 to your script when you queey versions. This is due to picking up multiple versions.]]></description>
			<content:encoded><![CDATA[<p>FYI I need to add  (Get-AppxPackage -AllUsers -Name &#8220;Microsoft.MicrosoftEdge.$UpdateChannel&#8221;).Version | Sort-Object -Descending | Select-Object -First 1 to your script when you queey versions. This is due to picking up multiple versions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ben R		</title>
		<link>https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-228626</link>

		<dc:creator><![CDATA[Ben R]]></dc:creator>
		<pubDate>Sat, 20 Jul 2024 12:08:34 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=12346#comment-228626</guid>

					<description><![CDATA[Thanks for the script - not sure if it&#039;s just me but although the version is 1.1, the $StoreResults variable is still creating the registry entry as &quot;InTheCloud247\EdgeUpdateAutopilot\v1.0&quot;, so the given detection rule for HKEY_LOCAL_MACHINE\Software\InTheCloud247\EdgeUpdateAutopilot\v1.1 is failing.]]></description>
			<content:encoded><![CDATA[<p>Thanks for the script &#8211; not sure if it&#8217;s just me but although the version is 1.1, the $StoreResults variable is still creating the registry entry as &#8220;InTheCloud247\EdgeUpdateAutopilot\v1.0&#8221;, so the given detection rule for HKEY_LOCAL_MACHINE\Software\InTheCloud247\EdgeUpdateAutopilot\v1.1 is failing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael O		</title>
		<link>https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-227405</link>

		<dc:creator><![CDATA[Michael O]]></dc:creator>
		<pubDate>Fri, 12 Jul 2024 14:48:38 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=12346#comment-227405</guid>

					<description><![CDATA[Good to know. We will try. Thanks.
I think we will try to do it in a remediation script to regularly check the version and update if needed. Obsolete versions send us a security alert.

We will search the same thing to update Chrome too.]]></description>
			<content:encoded><![CDATA[<p>Good to know. We will try. Thanks.<br />
I think we will try to do it in a remediation script to regularly check the version and update if needed. Obsolete versions send us a security alert.</p>
<p>We will search the same thing to update Chrome too.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-226907</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Wed, 10 Jul 2024 08:04:20 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=12346#comment-226907</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-226806&quot;&gt;Mathieu Ait Azzouzene&lt;/a&gt;.

That&#039;s a good one Mathieu!

Only thing that needs to be added is UseBasicParsing as parameter, otherwise it gives an error during AP enrollment;

The response content cannot be parsed because the Internet Explorer engine is not available, or Internet Explorer&#039;s first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-226806">Mathieu Ait Azzouzene</a>.</p>
<p>That&#8217;s a good one Mathieu!</p>
<p>Only thing that needs to be added is UseBasicParsing as parameter, otherwise it gives an error during AP enrollment;</p>
<p>The response content cannot be parsed because the Internet Explorer engine is not available, or Internet Explorer&#8217;s first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mathieu Ait Azzouzene		</title>
		<link>https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-226806</link>

		<dc:creator><![CDATA[Mathieu Ait Azzouzene]]></dc:creator>
		<pubDate>Tue, 09 Jul 2024 16:25:01 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=12346#comment-226806</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-226792&quot;&gt;Mathieu Ait Azzouzene&lt;/a&gt;.

First draft:
$Product = &#039;Stable&#039;
$Platform = &#039;Windows&#039;
$architecture = &#039;x64&#039;
$EdgeInfo = (Invoke-WebRequest -uri &#039;https://edgeupdates.microsoft.com/api/products?view=enterprise&#039;)
$EdgeVersion = ((($EdgeInfo.content &#124; Convertfrom-json) &#124; ? {$_.product -eq $Product}).releases &#124; ? {$_.Platform -eq $Platform -and $_.architecture -eq $architecture})[0].productversion]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-226792">Mathieu Ait Azzouzene</a>.</p>
<p>First draft:<br />
$Product = &#8216;Stable&#8217;<br />
$Platform = &#8216;Windows&#8217;<br />
$architecture = &#8216;x64&#8217;<br />
$EdgeInfo = (Invoke-WebRequest -uri &#8216;https://edgeupdates.microsoft.com/api/products?view=enterprise&#8217;)<br />
$EdgeVersion = ((($EdgeInfo.content | Convertfrom-json) | ? {$_.product -eq $Product}).releases | ? {$_.Platform -eq $Platform -and $_.architecture -eq $architecture})[0].productversion</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mathieu Ait Azzouzene		</title>
		<link>https://inthecloud247.com/update-microsoft-edge-during-windows-autopilot-enrollments/#comment-226792</link>

		<dc:creator><![CDATA[Mathieu Ait Azzouzene]]></dc:creator>
		<pubDate>Tue, 09 Jul 2024 15:15:02 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=12346#comment-226792</guid>

					<description><![CDATA[Great post! Thanks

I can&#039;t believe MS doesn&#039;t take time to update such a critical app within their new builds...

If I have time I&#039;ll update it to check Edge version online instead of checking if version is greater than 120 by parsing the following JSON.
Invoke-WebRequest -uri &#039;https://edgeupdates.microsoft.com/api/products?view=enterprise&#039;]]></description>
			<content:encoded><![CDATA[<p>Great post! Thanks</p>
<p>I can&#8217;t believe MS doesn&#8217;t take time to update such a critical app within their new builds&#8230;</p>
<p>If I have time I&#8217;ll update it to check Edge version online instead of checking if version is greater than 120 by parsing the following JSON.<br />
Invoke-WebRequest -uri &#8216;https://edgeupdates.microsoft.com/api/products?view=enterprise&#8217;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
