Code Monkey home page Code Monkey logo

hwid's Introduction

hiof/hwid

Instructions

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

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 CMD-window.

  3. Enter the following command:

     powershell D:\Get-HWID.ps1
  4. Wait until "HWID saved!" is logged to the console.

  5. Shut down the PC

    shutdown /s /t 0

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

Getting HWID from a device that is already set up

  1. Open a CMD-window as administrator.

  2. Enter the following command:

    powershell -executionpolicy bypass D:\Get-HWID.ps1
  3. Wait until "HWID saved!" is logged to the console.

  4. Eject the USB-drive

Merging multiple HWIDs

To import multiple HWIDs to Intune, you will need to combine the csv-files before importing.

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

  2. Enter the following command:

     powershell.exe -executionpolicy bypass -command "D:\HWID-merger.ps1"
  3. Enter the path to the HWID folder on your USB-drive when prompted.

  4. Wait until "HWIDs combined!" is logged to the console.

  5. Upload the "Autopilot-HWID.csv" file located under "HWID" on the USB-drive to Intune.

Note

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

hwid's People

Contributors

oliverskivdal avatar

Watchers

Jens Torgeir Solaugsten avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.