@echo off
title Installation Agent ITHub
echo.
echo Installation de l'agent ITHub en cours...
echo Veuillez autoriser l'execution dans la fenetre UAC.
echo.
powershell -NoProfile -ExecutionPolicy Bypass -Command "Start-Process powershell -Verb RunAs -ArgumentList '-NoProfile -ExecutionPolicy Bypass -Command "iwr -UseB https://100.ithub.siliteo.com/api/agents/script/windows | iex"'"
echo.
echo Installation lancee. La fenetre PowerShell se fermera automatiquement.
timeout /t 5 >nul
