Uw IP-adres: 216.73.216.204

HWID Windows 10 — Autopilot hardware hash ophalen

Stap-voor-stap PowerShell-procedure om de hardware hash (HWID) op te halen voor Windows Autopilot registratie.

Verzamel de Autopilot hardware hash (HWID) van een Windows 10-machine met PowerShell.

md c:\HWID
Set-Location c:\HWID
Set-ExecutionPolicy Unrestricted
Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Script -Name Get-WindowsAutopilotInfo
Get-WindowsAutopilotInfo.ps1 -OutputFile AutopilotHWID.csv