Archive | February 2017

PowerShell Script to Move Hyper-V VM’s

Quick easy PowerShell script to move VM’s from one Hyper-V host to another:

Get-VM -computer SOURCESERVERNAME | Out-GridView -Title “Select one or more VMs to Live Migrate” -PassThru | Move-VM -DestinationHost DESTINATIONSERVERNAME -DestinationStoragePath J:\Hyper-V (Or whatever your destination path is)

Updates (or the lack)…

Apologies for the lack of updates – it’s been a crazy few months!  Have just moved back to New Zealand after 14 months in the U.S. and have started my own business.  I’ll try and do a bit better with updating this blog moving forward. Appreciate the patience!