03
Hyper-V Getting MAC Address using VM Name
— As part of my automated provisioning (yes – System Center and Sysprep will probably be a better option, but hey whatever) script, I need to be able to automatically assign an IP address to a VM....
— As part of my automated provisioning (yes – System Center and Sysprep will probably be a better option, but hey whatever) script, I need to be able to automatically assign an IP address to a VM....
— While I initially tried to get the Powershell Mount-VHD cmdlet working – I gave up as it didn’t seem to exist (despite obvious documentation: https://technet.microsoft.com/en-us/library/hh848551.aspx) I was using a Server 2012 DS for testing...
— Draft for a PowerShell script that will copy a file to a uniquely identified VHD to assist in automated provisioning.