Installing Redamp.io via GPO

Learn how to install Redamp.io using GPO (Group Policy Object) on all your Windows devices.

Prerequisites

1. Generating credentials for GPO

  1. Log in to Redamp.io as an administrator. (If you are a partner, click on a specific client to open their dashboard and continue to the next step)

  2. Navigate to Devices and click the Import via GPO button in the top right corner.

Redamp.io | Import via GPO
  1. Click the Create new secret button in the top right corner.
Redamp.io | Generate credentials
  1. Configure the following two key values:

Then click the Create button to generate the secret.

Redamp.io | Create new secret
  1. Download the RedampDistribution.ps1 script by clicking the Download script button and copy the generated token.
Redamp.io | Follow instructions
  1. Continue to the next step.

2. Mapping devices to email via comment attribute

To make sure the Redamp.io application signs in on each device under the intended account after installation, you must set a valid email address from your AD domain in the comment attribute. If the email is not set in this attribute, the application signs in under the first logged-in user from the AD domain, and if that process fails, a default account is assigned.

  1. Open Active Directory Users and Computers, click View, and enable Advanced Features.
Active Directory | Enable Advanced Features
  1. Open the target device account properties and go to the Attribute Editor tab.

  2. Find the comment attribute and set the target email address (for example, test.email@my_domain.com). You can use any email address from your AD domain under which the devices should be signed in.

Active Directory | Comment attribute with email
  1. Verify that all required devices are part of the selected AD group.
Active Directory | Device group
  1. Continue to the next step and configure the GPO deployment.

3. Installing Redamp.io via GPO

  1. Open the Group Policy Management window using the search box or via Server Manager -> Tools -> Group Policy Management.
Redamp.io | Server Manager
  1. Create a new GPO by right-clicking on the Group Policy Objects folder under your domain and selecting New.
Redamp.io | Create new GPO
  1. Enter the GPO name (e.g., Redamp Distribution Script) and click the Ok button.
Redamp.io | GPO Name
  1. Right-click the created GPO and select Edit....
Redamp.io | Edit GPO
  1. Navigate to Computer Configuration -> Policies -> Windows Settings -> Scripts.
Redamp.io | Script location
  1. Then right-click Startup -> Properties.

  2. Go to the PowerShell Scripts tab and click the Show Files... button.

Redamp.io | Add PowerShell script
  1. A shared directory will open; place the RedampDistribution.ps1 script you downloaded from the website.
Redamp.io | Browse shared directory
Redamp.io | Shared directory with script added
  1. You can now close the shared directory. Click the Add... button, then click Browse... and select the RedampDistribution.ps1 script you placed in the previous step.
ParameterDescriptionRequiredExample
-SecretThe secret generated in step 1YesRandom string
Redamp.io | Add script parameters
  1. Click the Ok button to save changes.

  2. Right-click your organizational unit where you want to distribute Redamp.io and select Link an existing GPO....

Redamp.io | Select organizational unit
  1. Select the GPO you created in the previous steps and click the Ok button.
Redamp.io | Select GPO
  1. To enforce the policy, change the Enforced column to Yes.
Redamp.io | Enforce policy
  1. The PowerShell script will install the Redamp.io application after the Windows device restarts.