Get-CenAutoPilot
4.0.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
Owners
Package Details
Author(s)
- Matthew Shortland
Tags
Functions
BoolToString Get-AutopilotDevice Get-AutopilotImportedDevice Add-AutopilotImportedDevice
Dependencies
This script has no dependencies.
Release Notes
Version 4.0.0: Hacked at for PAW-CSM devices from the original get-windowsautopilotinfo.
Version 4.0.1: Forced the use of graph 2.25.0 as there is an auth bug in 2.26.o https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/3197
Version 4.0.2: Had to change the install order of modules so 2.25 is used across dependencies
Version 4.0.3: ripped functions out of the windowsautopilotintune module so i dont have to download it
Version 4.0.4: added the intune module as a dependency
Version 4.0.5: Fixed auth error in function ripped from windowsautopilotintune, defaulting to DeviceLogin
Version 4.0.6: Fixed mistake in setting extensionattribute1
FileList
- Get-CenAutoPilot.nuspec
- Get-CenAutoPilot.ps1