Script Deployment

Execute scripts across devices and monitor outcomes in real time.

SignalR: connected
Connection stable Ready for dispatch

Quickly pick, open, and run reusable scripts.

Selected script

Install Docker (Hybrid)

8 selected / 42 total Active executions: 3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Write your deployment script here
Write-Host "Initializing LabSync deployment..."
# Install packages
$packages = @("Docker.DockerDesktop", "Microsoft.VisualStudioCode", "Git.Git")
foreach ($pkg in $packages) {
Write-Host "Installing $pkg..."
winget install -e --id $pkg
if ($LASTEXITCODE -ne 0) {
Write-Error "Failed to install $pkg"
}
Write-Host "Deployment complete."

Target Selection

Filter and bulk-select devices quickly.

Groups

Devices

Execution Monitor

7 shown
Machine Task ID Interpreter Status Progress Actions
LAB-PC-01 task-82a3 powershell Running
65%
LAB-PC-02 task-3f9b powershell Success
100%