I can install the Sophos Guest VM Agent with Powershell on virtual servers through some simple scripting but cannot figure out how to uninstall it with Powershell. I used the following script to install it and tried to manipulate it to uninstall the GVM.
$pathvargs = {C:\SVE-Guest-Installer.exe SVMIPAddress=<SVM IP> /S }
Invoke-Command -ScriptBlock $pathvargs
Anyway to manipulate this into an uninstall command?
This thread was automatically locked due to age.