Skip to content

One Line Installer Setup for Android Agent on Windows

dexterdreeeam edited this page Mar 6, 2023 · 16 revisions

1. Create HydraLab folder

Open Powershell in your Windows, execute following instruments.

cd C:\
mkdir HydraLab  
cd HydraLab

2. Get the Agent Configuration file

Go to the Center portal, select Authentication, and click Add Agent to create your Agent. image Download the Configuration file into folder C:\HydraLab\application.yml image

3. Back to Powershell and input the following instrument.

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; Invoke-WebRequest -Uri "https://raw.githubusercontent.com/microsoft/HydraLab/master/agent/one-line-installer-windows.ps1" -OutFile ./HydraLabInstaller.ps1; powershell ./HydraLabInstaller.ps1
Clone this wiki locally