Skip to content

A module designed to import devices to Intune / Autopilot (directly) using Microsoft Partner delegation.

Notifications You must be signed in to change notification settings

Onslivion/AutopilotPartner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutopilotPartner

This module is intended for deploying devices directly into the Windows Autopilot mechanism in a Partner client's tenant. This is not for deploying through Partner Center APIs. This will enhance technicians efficiency, as it only requires the device to be connected to the Internet.

Pre-requisites

  • An application ID in the Partner tenant that has the user_impersonation permission for Microsoft Partner Center.
  • Each technician involved should be in the appropriate Entra ID group that grants Partner Center access (this is generally called AdminAgents).
  • The GDAP relationship for the intended client tenant must have Intune Administrator.

Usage

AutopilotPartner

The module requires a settings.json file. By default, AutopilotPartner will attempt to locate the file in the current directory. Please read through the settings.json file carefully to better customize your experience.

You can manually specify a path:

AutopilotPartner -SettingsPath C:\Windows\Temp\settings.json

Additionally, a group tag and/or tenant can be specified directly:

AutopilotPartner [-GroupTag <grouptag>] [-ClientTenant <tenant ID or domain>]

Credits and Inspiration

About

A module designed to import devices to Intune / Autopilot (directly) using Microsoft Partner delegation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published