Skip to content

DeanAmiridis/psGenerateAzureHWID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psGenerateAzureHWID

psGenerateAzureHWID Codacy Badge psGenerateAzureHWID psGenerateAzureHWID

This is a simple UI tool that follows the official microsoft manual process to generate the AzureHWID CSV on workstations (shown below). Rather the HWID directory be made, it generates the AutopilotHWID.csv in the location of the exe.

New-Item -Type Directory -Path "C:\HWID"
Set-Location -Path "C:\HWID"
$env:Path += ";C:\Program Files\WindowsPowerShell\Scripts"
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSigned
Install-Script -Name Get-WindowsAutopilotInfo
Get-WindowsAutopilotInfo -OutputFile AutopilotHWID.csv

UI:

psGenerateAzureHWID

Usage:

  1. Download file from releases page (here)
  2. Run EXE as administrator/elevated permissions
  3. Press "Generate" File will generate in same path as exe as "AutopilotHWID.csv"

That's it!

About

UI that simply generates Autopilot HWID CSV for import

Resources

Stars

Watchers

Forks

Packages

No packages published