Browse by Tags

Check ntp status and time on your ESX servers
30 sep 2009 21:10
Inspired by dkfbp in the VMware Community forums, i made this simple script that checks the date/time and ntpd service status of your ESX servers. Its a Powershell/vSphere PowerCLI script that basically serves as a wrapper for plink.exe which then executes commands to a list of provided ESX servers to check. You can download plink from http://www.chiark.greenend... Read More...
set hardware acceleration using scripts
8 jan 2009 16:38
If you have tried installing VMware Tools, you know that at the end it prompts you for changing hardware acceleration levels (which you always want to change anyways...). This is tedious process doing manually but can be automated. Attached is a VBscript that changes the level to "Full" (just rename to .vbs and run). It works on Server 2003/2008 i assume... Read More...