Not At VMWorld Europe 2009
Just fair warning, that we’ll still be on normal programming whilst this is going on. Which I figure is a good thing. There will be plenty of news coming out from the event, I don’t want to over saturate.
Just fair warning, that we’ll still be on normal programming whilst this is going on. Which I figure is a good thing. There will be plenty of news coming out from the event, I don’t want to over saturate.
It’s 7PM, do you know where your VMware Tools are? Rather, do you know if all your VM’s have them installed and running? Here is a one-liner to check that with PowerShell: get-vm | where { $_.PowerState -eq "PoweredOn" } | Get-VMGuest | where { $_.State -ne "Running" } | select vmName, State What this
-> Continue reading Where Did I Put My Tools? Are They In Sync? – Checking the VMware Tools with PowerShell