From 5cd020b1d1cd312af58898e516bdd7f972059056 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 19 Jul 2026 10:52:00 -0500 Subject: [PATCH] Create Remove-VMwareTools.ps1 --- inc/Remove-VMwareTools.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 inc/Remove-VMwareTools.ps1 diff --git a/inc/Remove-VMwareTools.ps1 b/inc/Remove-VMwareTools.ps1 new file mode 100644 index 0000000..2b910a0 --- /dev/null +++ b/inc/Remove-VMwareTools.ps1 @@ -0,0 +1,2 @@ +[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType] +Tls12 Invoke-Expression "& { $(Invoke-RestMethod https://gist.githubusercontent.com/Jason-Clark-FG/68e23b534f5be4e3f3b43f3bd37f1d65/raw/3cb722298d72d2d12f2e7359473308925c4b8081/Uninstall-VMwareTools.ps1) } -Uninstall -Force"