I was maybe half an hour away from giving up on my Hyper-V Server Core box and doing a "Full" install. The solution, once you know it, is simple... the problem was there seemed no way to reattach a previously created virtual machine. I hadn't done an
Read More...
Using the script from here , I can patch my Core box. I've added some code ( bold ) so I don't have to look up the return codes (which can be found here ). Dim myResultCode(5) myResultCode(0) = "Not started" myResultCode(1) = "In Progress" myResultCode(2)
Read More...