Uw IP-adres: 216.73.216.184

HWID Windows 10 — Autopilot hardware hash ophalen

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

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