Dateien nach "/" hochladen

This commit is contained in:
2025-03-19 22:17:23 +01:00
commit 2d47433681

5
README Normal file
View File

@@ -0,0 +1,5 @@
qm guest exec <VM-ID> -- powershell -Command "mkdir C:\TMP"
qm guest exec <VM-ID> -- powershell -Command "Invoke-WebRequest -Uri 'https://gitea.vmd55888.de/manuel.maier/install-pcvisit-remotehost/raw/branch/main/install-pcvisit-remotehost.bat' -OutFile 'C:\TMP\install-pcvisit-remotehost.bat'"
qm guest exec <VM-ID> -- cmd /c "C:\TMP\install-pcvisit-remotehost.bat"