I recently had to enable MAC address spoofing on the network adapters of two virtual machines deployed on Hyper-V 2012. Here’s how I did it using PowerShell:
First, use the following command to take a look at the current configuration of our network adapter
Get-VMNetworkAdapter -VMName VirtualMachineName –ComputerName HyperVHostName |fl Name,MacAddressSpoofing