Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 20H2 Unattend.xml AuditUser Hardware Hash not available #7

Open
Mempain opened this issue Dec 2, 2020 · 4 comments
Open

Comments

@Mempain
Copy link

Mempain commented Dec 2, 2020

Hello,

In first, Thank's for your great job !.
I use an unattend.xml file to send the hardware hash (Autopilot Enrollment)
With Windows 10 2004 all is good,
With 20h2 is not the same, it is the end for this method ?
Unattend.xml in AuditUser mode -> launch a Powershell who install Windowsautopilotintune to get the hardware Hash
If I check with a query Wmi, i can take the serial number but not the Class MDM_DevDetail_Ext01
Get-WmiObject -namespace root/cimv2/mdm/dmmap -class MDM_DevDetail_Ext01 return an error.
Do you Have already Tested ?

Sorry for my English...:)
Best regards,
Michel

@rzander
Copy link
Owner

rzander commented Dec 2, 2020

I'm using the AutoPilotConfigurationFile.json as described here (https://docs.microsoft.com/en-us/mem/autopilot/existing-devices) to do AutoPilot without registerring the hardware hash... Just place the File in .\sources\$OEM$\$$\provisioning\Autopilot\AutopilotConfigurationFile.json

I'm on 20H2 and I can get the HardwareHash by using your PowerShell command... Have you tried to run the command when the device is completely installed and running? Maybe it's a problem during AuditUser ?

@Mempain
Copy link
Author

Mempain commented Dec 3, 2020

I'm use a AutoconfigurationFile.json file too.
I have restriction to personall device, so i must have the hardware hash first to complete auto-enrollment and it's not possible with the partner for the moment.
I created a ticket on Microsoft, the problem is only in AuditUser Mode, after sysprep i have the class MDM_DevDetail_Ext01.

@rzander
Copy link
Owner

rzander commented Dec 3, 2020

Strange... please send feedback if you hear something from MS.
I know a few customers who will also run in troubles... not many have 20H2 but this will change in the next month...

@Mempain
Copy link
Author

Mempain commented Dec 3, 2020

Ok, no problem, for the moment I test the script with SHIFT F10 on OOBE and launch a ps1 file to send the hardware hash and waiting the profile is assign...
I send feedback a soon as possible ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants