Skip to content

One Line Installer Setup for Android Agent on Windows

Nathan Bu edited this page Mar 4, 2023 · 16 revisions

1. Create HydraLab folder

Open Powershell in your Windows, execute following instruments.

cd C:\
mkdir HydraLab  
cd HydraLab

2. Get Agent Configuration file

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

3. Back to Powershell and input 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