Deploy and configure VMware NSX in 23 minutes
VMware NSX is completely software based. This means it’s flexible as heck and you can have a lot of instances running concurrently. It also means you can go crazy with your network topology designs and amount of tinkering you can do with your virtual network….
PowerShell Friday: Snapshots
Virtual machine snapshots are useful for sysadmins, since they preserve the state of a virtual machine’s virtual disk and, optionally, virtual memory before upgrading an application for example. VM Snapshots are also taken by a lot of backup applications for VMs at the start of the backup and…
PowerShell Friday: stopping VMs
This weeks PowerShell Friday is about stopping VMs with PowerCLI. If you want to gracefully shutdown your VM, which I think you will do most of the time you are better of using Shutdown-VMGuest . This will use the VMware tools to gracefully shutdown your VM. Just as…
PowerShell Friday: Starting VMs
With PowerCLI you can manage and automate your VMware infrastructure from the command line. After you connect to vCenter you can do all kinds of nifty stuff. For example it is very easy to start virtual machines. You can use the complete name of the VM,…
PowerShell Friday: Getting Started with PowerShell and PowerCLI
PowerShell was release on November 14, 2006 and is now (or should be?) one of the major components in an admins life. If you’re just getting started on Windows or are new to the whole scripting and automation scene, this one is especially for you. I…
VMware released Update 1 for vSphere 6 and much much more
Last week VMware released Update 1 for vSphere 6. But that was not the only update that was released. There was a real wave of updates for a whole range of products. Here’s recap of the updates that were published. Sit tight because it’s a…