{
  "name": "core",
  "version": "1.0.0",
  "description": "RMM + NOC + SOC",
  "steps": [
    { "type": "download", "source": "/artifacts/agents/rmm/latest/BSecureIT-Agent.exe", "target": "BSecureIT-Agent.exe" },
    { "type": "download", "source": "/artifacts/scripts/onboarding/install-rmm.ps1", "target": "install-rmm.ps1" },
    { "type": "download", "source": "/artifacts/scripts/onboarding/install-noc.ps1", "target": "install-noc.ps1" },
    { "type": "download", "source": "/artifacts/scripts/onboarding/install-soc.ps1", "target": "install-soc.ps1" },
    { "type": "exec", "command": "powershell.exe -ExecutionPolicy Bypass -File install-rmm.ps1" },
    { "type": "exec", "command": "powershell.exe -ExecutionPolicy Bypass -File install-noc.ps1" },
    { "type": "exec", "command": "powershell.exe -ExecutionPolicy Bypass -File install-soc.ps1" }
  ]
}
