Option 1: Manual Enrollment

  1. Download the file autopilot.ps1

  2. Run the following PowerShell command AS ADMINISTRATOR:
    set-executionpolicy unrestricted -scope process; & "$env:USERPROFILE\Downloads\autopilot.ps1"
    If asked to run the file, select "r". If asked to install additional PowerShell module(s), select "y".

    NOTE: This assumes you have downloaded the file to C:\Users\Yourusername\Downloads

  3. Create a BSD ticket for "autopilot enrollment" and attach the CSV file saved in C:\temp.


Option 2: (semi-)Automatic Enrollment

  1. Run the following PowerShell command AS ADMINISTRATOR:
    set-executionpolicy unrestricted -scope process; iwr https://autopilot.bouvet.no/autopilot.ps1 -usebasicparsing | iex
    If asked to install additional PowerShell module(s), select "y".


  2. Create a BSD ticket for "autopilot enrollment" and attach the CSV file saved in C:\temp.