July 19, 2008
1:17 am
Mike notifies that he has found an workaround to Hyper-V FreeBSD shutdown problem, that uses a PowerShell Hyper-V script. It has a lot of functions already, and I added a “Kill-VM” function that automates the kill process:
Kill-VM <VM name>
To use it, you need to install PowerShell (Under Server Manager -> Features in Win2008). Once installed, run PowerShell from Start -> Search, find the script, and and type:
. .\hyperv.ps1
Once loaded into memory, type:
Kill-VM <VM Name>
Download: Hyper-V script

TrackBack URI Leave a comment »