Forum Discussion
LearningSponge
Sep 26, 2025Copper Contributor
Deploy an application to Windows devices with specific serial numbers
I have a total of 200 new laptops which I would like to deploy a specific application using InTune. I have the serial number of all the laptops. These laptop are only identifiable by the serial numb...
najiy
Sep 29, 2025Copper Contributor
Yes, this is possible but not directly with serial number alone. In Intune, device identification relies on either Windows Autopilot hardware hash or an Azure AD object, not raw serials. You’ll need to request the full Autopilot CSV (which includes serial plus hardware hash) from your OEM or generate it manually with the Get-WindowsAutopilotInfo.ps1 script, then upload it to Intune. Once registered, you can assign the deployment profile and push your application at enrollment.