Need to register a device with Microsoft Intune? Whether you're setting up a new device or working with an existing one, here's how to upload the hardware hash directly to Intune For New Devices During Windows Setup (OOBE) During the initial setup of Windows when you reach the sign-in prompt, you can quickly register your device: Press `Shift+F10` to open a command prompt Type `powershell.exe` to launch PowerShell Continue to the PowerShell commands section below Powershell Copy [Net.ServicePointManager] :: SecurityProtocol = [Net.SecurityProtocolType] :: Tls12 Set-ExecutionPolicy - Scope Process - ExecutionPolicy RemoteSigned Install-Script - Name Get - WindowsAutopilotInfo - Force Get-WindowsAutopilotInfo - Online What Happens Next? You'll be prompt...