Get-WindowsAutoPilotInfo

2.6

This script uses WMI to retrieve properties needed for a customer to register a device with Windows Autopilot.  Note that it is normal for the resulting CSV file to not collect a Windows Product ID (PKID) value since this is not required to register a device.  Only the serial number and hardware hash will be populated.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Get-WindowsAutoPilotInfo -RequiredVersion 2.6

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

Author(s)

  • Michael Niehaus

Tags

Windows AutoPilot

Dependencies

This script has no dependencies.

Release Notes

Version 1.0:  Original published version.
Version 1.1:  Added -Append switch.
Version 1.2:  Added -Credential switch.
Version 1.3:  Added -Partner switch.
Version 1.4:  Switched from Get-WMIObject to Get-CimInstance.
Version 1.5:  Added -GroupTag parameter.
Version 1.6:  Bumped version number (no other change).
Version 2.0:  Added -Online parameter.
Version 2.1:  Bug fix.
Version 2.3:  Updated comments.
Version 2.4:  Updated "online" import logic to wait for the device to sync, added new parameter.
Version 2.5:  Added AssignedUser for Intune importing, and AssignedComputerName for online Intune importing.
Version 2.6:  Added support for app-based authentication via Connect-MSGraphApp.

FileList

Version History

Version Downloads Last updated
3.9 27,337,680 7/6/2023
3.8 2,363,742 6/12/2023
3.7 6,954 6/12/2023
3.6 210,407 6/10/2023
3.5 46,542,363 9/21/2020
3.4 53,267 9/8/2020
3.3 273,864 7/27/2020
3.1 7,134 7/26/2020
3.0 7,512 7/23/2020
2.9 424 7/23/2020
2.7 14,237 7/21/2020
2.6 (current version) 6,034 7/19/2020
2.5 26,002 7/14/2020
2.4 5,161 7/13/2020
2.3 280,159 5/16/2020
Show less