JJustino's Accepted Solutions

Good afternoon,     Following the line to change the mac adress of a virtual machine, preferably that VMs are off. Get-VM teste | Get-NetworkAdapter -Name "Network adapter1" | Set-Networ... See more...
Good afternoon,     Following the line to change the mac adress of a virtual machine, preferably that VMs are off. Get-VM teste | Get-NetworkAdapter -Name "Network adapter1" | Set-NetworkAdpater -MacAddress 00:50:56:3F:FF:FF -confirm:$false