Hyper-v 3.0 PowerShell–Automated Virtual Hard Disk Renaming
Continuing with my series on Hyper-v 3.0 PowerShell, I wrote a script to rename the the Virtual Hard Disks (VHD) attached to a Virtual Machine (VM). The script will query the VM to determine the attached VHDs. It will then rename the VHDs using the naming convention: <VM Name>_<Controller Type>_<Controller Number>_<Controller Location> e.g. TestVM1_IDE_0_0.vhd After…