Skip to content

RoyHeZ/AutoPilot_Import_GUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

AutoPilot Import GUI

Twitter Follow LinkedIn Website License: MIT

Introduction

The goal of this script is to help with the import process of a device into AutoPilot and simplifying this by using a User Interface (GUI). You will be able to select a Group Tag if you use them and the script will reboot after the deployment profile was successfully assigned. It will also help to troubleshoot possible Network requirements by running a connectivitiy check. This GUI uses the Powershell Script Get-WindowsAutoPilotInfo of Michael Niehaus.

Blog post with additional infos:

Here is the link to Powershell Gallery where you will find the source code. This is the Script which will be downloaded if you run "Install-Script Get-WindowsAutopilotImportGui" which is the same as the .ps1 file you find in this repository.

How it looks like

image

How to use the GUI

Attention: This GUI does not work in WinPE because WinPE does not support Powershell natively.

Step by Step:

  1. In OOBE: Start the Command Line by simultaneously pressing Shift + F10.
  2. Open Powershell by typing in Powershell.
  3. Run "Set-Executionpolicy RemoteSigned"
  4. Run "Install-Script Get-WindowsAutopilotImportGUI"
  5. Run "Get-WindowsAutopilotImportGUI"
  6. Done. See below for Walkthrougs in three different scenarios.

The third step is particulary important to tell Powershell to trust the downloaded script from step four. The Executionpolicy in Powershell is a security layer to block malicious scripts. By default the executionpolicy is set to Restricted which we have to change to successfully run our script. There are multiple options but we will use RemoteSigned. This way Powershell still has the security layer by only trusting signed scripts which this is by downloading it from PowerShell Gallery.

Examples - Videos

  1. With Group Tag
  2. Without Group Tag
  3. Network Connectivity Check

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%