Add proxGuestAgent.ps1

This commit is contained in:
Upgrayedd 2024-08-19 23:27:18 -05:00
parent 0fd9c4ef03
commit 54793c1173

7
proxGuestAgent.ps1 Normal file
View file

@ -0,0 +1,7 @@
$info = Mount-DiskImage -ImagePath "\\SynCloud\Data\Resources\virtio-win-0.1.262.iso"
$Drive = ($info | get-volume)
$Source = $Drive.DriveLetter+":\guest-agent\qemu-ga-x86_64.msi"
msiexec.exe /i $Source /qn
Dismount-DiskImage -ImagePath "\\SynCloud\Data\Resources\virtio-win-0.1.262.iso"