Update Remove-VMwareTools.ps1

This commit is contained in:
David Schroeder
2026-07-19 16:12:08 -05:00
parent 5cd020b1d1
commit 0006c58f7e
+2 -2
View File
@@ -1,2 +1,2 @@
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType] [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Tls12 Invoke-Expression "& { $(Invoke-RestMethod https://gist.githubusercontent.com/Jason-Clark-FG/68e23b534f5be4e3f3b43f3bd37f1d65/raw/3cb722298d72d2d12f2e7359473308925c4b8081/Uninstall-VMwareTools.ps1) } -Uninstall -Force" Invoke-Expression "& { $(Invoke-RestMethod https://gist.githubusercontent.com/Jason-Clark-FG/68e23b534f5be4e3f3b43f3bd37f1d65/raw/3cb722298d72d2d12f2e7359473308925c4b8081/Uninstall-VMwareTools.ps1) } -Uninstall -Force"