Using the –no-provision directive for Vagrant when resuming machines

It seems that there is an active issue when resuming machines using Vagrant that triggers provisioning scripts on resume and not just when doing the original vagrant up command. EXAMPLE: The issue here is that I already have the build script executed on the original vagrant build of the machine.  The scripts may not be … Read more

PowerCLI – Enabling or Disabling VAAI in a vSphere Cluster

There are limited cases where you would need to do this, but since I’m a huge proponent for scripting anything I do, here is a programmatic (and quick) way to enable or disable VAAI functionality for your vSphere clusters. Why Disable VAAI? The first thing you are asking of course, is why on earth would … Read more