|
New-VMHostNetworkAdapter -PortGroup (Get-VirtualPortGroup -Name "cpt.local Management" -VMHost $vmHost) -VirtualSwitch (Get-VirtualSwitch -Name "cpt.local" -VMHost $vmHost) -ManagementTrafficEnabled $true -IP "172.20.20.2" -SubnetMask "255.255.255.0" | Out-Null |
Adjust the end of this line to -Mac "00:50:56:17:90:02" in place of -IP "172.20.20.2" -SubnetMask "255.255.255.0"
Pththya/pththya.ps1
Line 62 in a1eab3a
Adjust the end of this line to
-Mac "00:50:56:17:90:02"in place of-IP "172.20.20.2" -SubnetMask "255.255.255.0"