Install Redamp.io via GPO
Learn how to install Redamp.io via the GPO (Group Policy Object) on all your Windows devices.
Prerequisites
- Windows Server 2019 or later
- Windows devices already joined to the domain
1. Generate a credentials for the GPO
-
Login to the Redamp.io as an administrator. (If you're a partner, click on specific client to open their dashboard and continue with the next step)
-
Go to the
Devices
and click on theImport via GPO
button in the top right corner.

- Click on the
Create new secret
button in the top right corner.

- Set these two important values:
Expiration Date
: Set the expiration date for the secret. After this date, devices with this secret will not be able to login to the Redamp.io platform.Associated User
: Set the user under which the devices will be seen in the Redamp.io platform.
And click on the Create
button to generate the secret.

- Download the
RedampDistribution.ps1
script by clicking on theDownload Script
button and copy the generated secret.

- Continue with the next step.
2. Install Redamp.io via GPO
- Open the
Group Policy Management
window through the search bar or through theServer Manager
->Tools
->Group Policy Management
.

- Create a new GPO by right-clicking on the
SoftwareDeployment
folder under your domain and click on theCreate a GPO in this domain, and Link it here...
option.

- Name the GPO (e.g.
Redamp.io
) and click on theOK
button.

- Right-click on the GPO and click on the
Edit
option.

- Go to the
Computer Configuration
->Policies
->Windows Settings
->Scripts
.

- Double-click on the
Startup
item.

- Click on the
PowerShell Scripts
tab and click on theAdd
button.

- Click on the
Browse
button and select theRedampDistribution.ps1
script.

- Add the following parameters (only
-Secret
is required):
Parameter | Description | Required | Example |
---|---|---|---|
-Secret | Secret generated in the 1. step | Yes | Random string |
-InstallMode | Defines if the Redamp.io will be installed with UI or without UI (headless) | No | headless or ui |

-
Click on the
OK
button to save the changes. -
Now, you can restart all your Windows devices and the Redamp.io powershell script will install the Redamp.io application on the devices.