You may encounter issues on Windows Server when surfing the web, SSL certificates appear to be invalid, even though your locale/region settings and date/time are correct. In this scenario; Generate …
I’ve created the following Powershell script which will uninstall all versions of VMware Tools from a server. Particularly handy for SCCM deployment. uninstall_vmware_tools.ps1 $regpath = “HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” $regkey = gci $regpath …