< Alle onderwerpen
Afdrukken

HWID Windows 10

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