Add Autopilot Device
Import a Windows device into Windows Autopilot
Last updated
Was this helpful?
Import a Windows device into Windows Autopilot
This runbook imports a Windows device into Windows Autopilot using the device serial number and hardware hash. It can optionally wait for the import job to finish and supports tagging during import.
Organization → Devices → Add Autopilot Device
Full Runbook name
rjgit-org_devices_add-autopilot-device
Type: Microsoft Graph
DeviceManagementServiceConfig.ReadWrite.All
Device serial number as returned by Get-WindowsAutopilotInfo.
Required
true
Default Value
Type
String
Device hardware hash as returned by Get-WindowsAutopilotInfo.
Required
true
Default Value
Type
String
Optional user to assign to the Autopilot device.
Required
false
Default Value
Type
String
If set to true, the runbook waits until the import job completes.
Required
false
Default Value
True
Type
Boolean
Optional group tag to apply to the imported device.
Required
false
Default Value
Type
String
Last updated
Was this helpful?
Was this helpful?