Deploy the Gorelo agent via PPKG

Written By Mikel from Gorelo

Last updated About 1 month ago

You can use a Provisioning Package to wipe Windows and install fresh with the Gorelo agent.

Create the Gorelo install script

  1. Navigate to the Asset List

  2. Click ‘+ Assets’ up the top-right and then ‘Agent Asset’

  3. Select Client/Location (optional) and then Request Agent

  4. Copy the PowerShell script and save it somewhere as ‘GoreloInstall.ps1’

Create the Provisioning Package (PPKG)

  1. Install Windows Configuration Designer from the Microsoft Store

  2. Open Windows Configuration Designer and choose ‘Provision desktop devices’

  3. Enter the project name, choose a location for the project folder — and click Finish

  4. Follow the Wizard and configure anything you feel necessary

  5. Enter the Device name, toggle on Remove pre-installed software (wipes the device) — and click Next

  6. Enter Set up network details or toggle off for wired connections only — and click Next

  7. Select ‘Local Admin’ and enter details — and click Next

  8. Add an Application with the below details — and click Next

    • Application name: Gorelo Install

    • Installer path: Browse to the previously created GoreloInstall.ps1

    • Command line arguments:
      powershell.exe -executionpolicy bypass -file "goreloinstall.ps1"

    • Click 'Add' — and click Next

  9. Click Next on Add certificates to skip

  10. Click ‘Create’ to generate the PPKG

  11. Apply the PPKG during the OOBE or directly by double-clicking