I am trying to silently uninstall GoToMyPC. I found doumentation here that states to use the host installer with switches -s -a -s -silentRemove. However, this seams to uninstall and then immediatly reinstall the program like it does not see the silentremove part. I have to uninstall the program on 200 PC's and would like to automate it. Anyone have any ideas?
I was able to uninstall silently and remotely with
Get-Package -Name "GoToMyPC" | Uninstall-Package
If you found this discussion useful, why not register/sign-in? It only takes a minute to share your feedback, ask a question, or vote for a new feature!