Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

hiof/hwid

Instructions

Download all the contents of this repository and save them to a USB drive. To download it, click the green "Code" button in the top-right corner of hiof/hwid, then click "Download ZIP." Extract the contents of the ZIP archive to the USB drive.

Note

In the examples here, "D:" is the drive letter for the USB drive. This may vary if you have multiple USB storage devices or partitions attached.

Getting HWID from a new device

  1. Start the device you want to fetch the HWID from.

  2. When the Windows Setup screen appears, press the key combination Fn + Shift + F10 to open a Command Prompt window.

  3. Enter the following command:

     powershell.exe -ExecutionPolicy Bypass -File "D:\Get-HWID.ps1"
  4. Wait until "HWID saved!" appears in the console.

  5. Shut down the PC.

    shutdown /s /t 0

The HWID file will be saved as serialnumber.csv in a folder named "HWID" on the USB drive.

Getting HWID from a device that is already set up

  1. Open a Command Prompt window as an administrator.

  2. Enter the following command:

    powershell.exe -ExecutionPolicy Bypass -File "D:\Get-HWID.ps1"
  3. Wait until "HWID saved!" appears in the console.

  4. Eject the USB drive.

Merging multiple HWIDs

To import multiple HWIDs into Intune, you will need to combine the CSV files before importing them.

  1. Open a "Run" window (Win+R).

  2. Enter the following command:

     powershell.exe -ExecutionPolicy Bypass -File "D:\HWID-merger.ps1"
  3. Enter the path to the HWID folder on your USB drive when prompted.

  4. Wait until "HWIDs combined!" appears in the console.

  5. Upload the "Autopilot-HWID.csv" file in the "HWID" folder on the USB drive to Intune.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages