@echo off
setlocal
powershell -NoProfile -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12; $p=Join-Path $env:TEMP 'install-meshdesk-technician.ps1'; Invoke-WebRequest -UseBasicParsing -Uri 'https://meshdesk.devscloud.cc/downloads/technician/install-technician.ps1' -OutFile $p; powershell -NoProfile -ExecutionPolicy Bypass -File $p"
start "" "https://meshdesk.devscloud.cc/console/"
