WindowsAutoPilotIntune
2.7
Sample module to manage AutoPilot devices using the Intune Graph API
Installation Options
Owners
Copyright
(c) 2018 Microsoft. All rights reserved.
Package Details
Author(s)
- Michael Niehaus
Functions
Get-AuthToken Connect-AutoPilotIntune Get-AutoPilotDevice Set-AutoPilotDeviceAssignedUser Remove-AutoPilotDevice Get-AutoPilotImportedDevice Add-AutoPilotImportedDevice Remove-AutoPilotImportedDevice Get-AutoPilotProfile Set-AutoPilotProfile Get-AutoPilotOrganization ConvertTo-AutoPilotConfigurationJSON Import-AutoPilotCSV Invoke-AutopilotSync
Dependencies
This module has no dependencies.
Release Notes
Version 2.7: Added support for using GroupTag instead of OrderID for uploading batches of devices
Version 2.6: Added the ability to read the OrderID value from a CSV file; fixed "Waiting for 1 of" message
Version 2.5: Modified ConvertTo-AutopilotConfigurationJSON to set ZtdCorrelationId to the ID of the profile; added Set-AutoPilotDeviceAssignedUser function (thanks to Oliver Kieselbach)
Version 2.4: Modified ConvertTo-AutopilotConfigurationJSON to properly support available AAD user-driven options
Version 2.3: Added new Invoke-AutopilotSync method (equivalent to clicking "Sync" in the Intune console)
Version 2.2: Added pagination support (thanks to Oliver Kieselbach)
Version 2.1: Fixed syntax issue in connect method
Version 2.0: Added cmdlet help (and fixed the mistake of using 1.41 as a verion, since 1.41 is considered > 1.5 because 41 is greater than 5)
Version 1.4: Added functions to delete a device, to list Autopilot profiles, and to convert Autopilot profiles into JSON.
Version 1.3: Fixed module manifest to export functions
FileList
- WindowsAutoPilotIntune.nuspec
- WindowsAutoPilotIntune.psd1
- WindowsAutoPilotIntune.psm1