<?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: Windows deployment with Windows Autopilot [UPDATED]	</title>
	<atom:link href="https://inthecloud247.com/windows-deployment-with-windows-autopilot/feed/" rel="self" type="application/rss+xml" />
	<link>https://inthecloud247.com/windows-deployment-with-windows-autopilot/</link>
	<description>Intune, Windows, Office 365, Microsoft 365, Azure, Automation</description>
	<lastBuildDate>Tue, 03 Dec 2019 19:42:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jan		</title>
		<link>https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-26555</link>

		<dc:creator><![CDATA[Jan]]></dc:creator>
		<pubDate>Fri, 22 Dec 2017 14:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://inthecloud247.com/?p=412#comment-26555</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23661&quot;&gt;Andreas&lt;/a&gt;.

Hi Andreas, need any help?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23661">Andreas</a>.</p>
<p>Hi Andreas, need any help?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23743</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Tue, 07 Nov 2017 20:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://inthecloud247.com/?p=412#comment-23743</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23661&quot;&gt;Andreas&lt;/a&gt;.

When I use the script I don`t see the dashes either. There is also some sort of issue with the format of the output file, cannot upload it in the Partner Center. When I copy the line with the serial etc in the example file, than I`m able to upload the file and the device shows up. But I cannot test Autopilot because it`s my own laptop :)

Or use the separate commands to collect the information and put it in the example file and try it that way, I see more people have issues with PS:
wmic bios get serialnumber

Get-ItemPropertyValue &quot;hklm:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DefaultProductKey2\&quot; &quot;ProductId&quot;

$wmi = Get-WMIObject -Namespace root/cimv2/mdm/dmmap -Class MDM_DevDetail_Ext01 -Filter &quot;InstanceID=&#039;Ext&#039; AND ParentID=&#039;./DevDetail&#039;&quot;
$wmi.DeviceHardwareData &#124; Out-File &quot;$($env:COMPUTERNAME).txt&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23661">Andreas</a>.</p>
<p>When I use the script I don`t see the dashes either. There is also some sort of issue with the format of the output file, cannot upload it in the Partner Center. When I copy the line with the serial etc in the example file, than I`m able to upload the file and the device shows up. But I cannot test Autopilot because it`s my own laptop 🙂</p>
<p>Or use the separate commands to collect the information and put it in the example file and try it that way, I see more people have issues with PS:<br />
wmic bios get serialnumber</p>
<p>Get-ItemPropertyValue &#8220;hklm:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DefaultProductKey2\&#8221; &#8220;ProductId&#8221;</p>
<p>$wmi = Get-WMIObject -Namespace root/cimv2/mdm/dmmap -Class MDM_DevDetail_Ext01 -Filter &#8220;InstanceID=&#8217;Ext&#8217; AND ParentID=&#8217;./DevDetail'&#8221;<br />
$wmi.DeviceHardwareData | Out-File &#8220;$($env:COMPUTERNAME).txt&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andreas		</title>
		<link>https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23661</link>

		<dc:creator><![CDATA[Andreas]]></dc:creator>
		<pubDate>Mon, 06 Nov 2017 11:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://inthecloud247.com/?p=412#comment-23661</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23491&quot;&gt;Peter&lt;/a&gt;.

Hi Peter
Thanks.
My file hasn&#039;t got the dashes in the serial, nor the product ID. Also the hardware hash is extremely long.
I&#039;ve used the power shell script from Github.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23491">Peter</a>.</p>
<p>Hi Peter<br />
Thanks.<br />
My file hasn&#8217;t got the dashes in the serial, nor the product ID. Also the hardware hash is extremely long.<br />
I&#8217;ve used the power shell script from Github.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23491</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Fri, 03 Nov 2017 14:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://inthecloud247.com/?p=412#comment-23491</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23427&quot;&gt;Andreas&lt;/a&gt;.

No sorry. Maybe something is wrong with your csv file which you use to add devices. Compare yours with the example csv file.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23427">Andreas</a>.</p>
<p>No sorry. Maybe something is wrong with your csv file which you use to add devices. Compare yours with the example csv file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andreas		</title>
		<link>https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23427</link>

		<dc:creator><![CDATA[Andreas]]></dc:creator>
		<pubDate>Thu, 02 Nov 2017 20:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://inthecloud247.com/?p=412#comment-23427</guid>

					<description><![CDATA[Hi,
My devices aren&#039;t picked up by autopilot even though I&#039;m online and all devices are added to the list of devices.
Any idea why this happens? (Or doesn&#039;t happen?)]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
My devices aren&#8217;t picked up by autopilot even though I&#8217;m online and all devices are added to the list of devices.<br />
Any idea why this happens? (Or doesn&#8217;t happen?)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23419</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Thu, 02 Nov 2017 19:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://inthecloud247.com/?p=412#comment-23419</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23016&quot;&gt;park&lt;/a&gt;.

Hi Park,
Compare the value of ProductId you find under defaultproductkey and the one you will find under Settings, System, About and you have your answer.
I have defaultproductkey and defaultproductkey2, but defaultproductkey contains a value with OEM in it which is different from what I see at Settings, System, About.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23016">park</a>.</p>
<p>Hi Park,<br />
Compare the value of ProductId you find under defaultproductkey and the one you will find under Settings, System, About and you have your answer.<br />
I have defaultproductkey and defaultproductkey2, but defaultproductkey contains a value with OEM in it which is different from what I see at Settings, System, About.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23418</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Thu, 02 Nov 2017 19:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://inthecloud247.com/?p=412#comment-23418</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23413&quot;&gt;Nigel&lt;/a&gt;.

Hi Nigel,
Yes that is normal, see that in my string a well.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23413">Nigel</a>.</p>
<p>Hi Nigel,<br />
Yes that is normal, see that in my string a well.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nigel		</title>
		<link>https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23413</link>

		<dc:creator><![CDATA[Nigel]]></dc:creator>
		<pubDate>Thu, 02 Nov 2017 17:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://inthecloud247.com/?p=412#comment-23413</guid>

					<description><![CDATA[My hardware hash shows a long repeating &#039;AAAAAAAAAA&#039; string after quite a long hash. Is this normal? 

I have tested on a few Lenovo 1703 devices with the same result.]]></description>
			<content:encoded><![CDATA[<p>My hardware hash shows a long repeating &#8216;AAAAAAAAAA&#8217; string after quite a long hash. Is this normal? </p>
<p>I have tested on a few Lenovo 1703 devices with the same result.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: park		</title>
		<link>https://inthecloud247.com/windows-deployment-with-windows-autopilot/#comment-23016</link>

		<dc:creator><![CDATA[park]]></dc:creator>
		<pubDate>Fri, 27 Oct 2017 06:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://inthecloud247.com/?p=412#comment-23016</guid>

					<description><![CDATA[Hello,
Thanks for your post.

I am interested in AutoPilot  now, so I have done it.  But I have a question about process in progress.
There is a part that the product ID should be found out, In my case, I cannot find out the defaultproductkey2.
So, is It possible to use the defaultproductkey instead of defaultproductkey2??

I am looking for your reply
Thank you in advance.]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
Thanks for your post.</p>
<p>I am interested in AutoPilot  now, so I have done it.  But I have a question about process in progress.<br />
There is a part that the product ID should be found out, In my case, I cannot find out the defaultproductkey2.<br />
So, is It possible to use the defaultproductkey instead of defaultproductkey2??</p>
<p>I am looking for your reply<br />
Thank you in advance.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
