Disabling Copy Paste – The PowerCLI way

Today I needed to disable the VMware tools/console copy & paste functionality… on a lot of VMs (well… more than one is a lot). In doing this, I came across these directions from vmzare: How To disable copy and paste operations between the guest operating system and remote console ? 1. Log on to the
-> Continue reading Disabling Copy Paste – The PowerCLI way

A Quick PowerCLI Lesson – Digging for Info (Who Powered Off that VM)

I recently got a comment on a post I had done a while back on VMware tools and Time Sync. While the one-liners there may be useful, they don’t particularly explain how they got to the end results. With that in mind, today I hope to explain some of the logic used when you need
-> Continue reading A Quick PowerCLI Lesson – Digging for Info (Who Powered Off that VM)

PowerCLI Script of the Week – Set-Keydelay.ps1

Ever have to log into a the console of an ESX VM… over a slow connection? Then you’ll know all about the character repeat that comes along with that. If you haven’t experienced this… consider yourself lucky. It is especially interesting when trying to type passwords. So how do you defeat this? You set the
-> Continue reading PowerCLI Script of the Week – Set-Keydelay.ps1

11 Awesome PowerCLI Resources

While searching for some snippets of VMware PowerCLI code earlier in the week I came across some awesome resources, both resources I’ve not seen/used before, as well as those that I’ve used, but have not linked prior. Note, that most of these are just the PowerCLI section of an equally awesome blog. VMware PowerCLI Community
-> Continue reading 11 Awesome PowerCLI Resources

Time Is Marching On… Disabling TimeSync, Completely.

Time is critical. In VMs this criticality is even more pronounced. Time slips… CPU instructions go askew, and things get weird. That said, there are situations when you may wish to disable the built in VMware Tools Time sync service… completely. What do I mean by completely? Well, even with the tools time sync set
-> Continue reading Time Is Marching On… Disabling TimeSync, Completely.

Scheduling VMware’s FT (Fault Tolerance)

What is VMware Fault Tolerance (FT)? I’d start with reviewing the overview page. VMware Fault Tolerance, based on vLockstep technology, provides zero downtime, zero data loss continuous availability for your applications, without the cost and complexity of traditional hardware or software clustering solutions. Pretty awesome no? FT has it’s limits (1 vCPU, etc) and it
-> Continue reading Scheduling VMware’s FT (Fault Tolerance)

Four PowerCLI One-Liners That Saved The World!

Ok, So maybe they didn’t save the world, but the sure saved my weekend. Rather than spend a lot of time on the intro, let’s dive right in. These will be in Problem/PowerShell/Output format. The Problem: More spaghetti environments, this time we need to count some resources. The first counts CPU, the second Memory. Yes
-> Continue reading Four PowerCLI One-Liners That Saved The World!

vSphere 4 Hot Add Hardware and PowerShell

One of the most amazing new features of vSphere is the ability to hot add hardware into a supported guest OS. However, when you need to upgrade your 20 node web farm, all of the right clicks and slider moves can become cumbersome. That is where VMware PowerCLI (PowerShell) comes to the rescue! A few
-> Continue reading vSphere 4 Hot Add Hardware and PowerShell