Question: Create VMs #remove if the vm is still there Remove-VM -Name $VMName -Force New-VM -Name $VMName -BootDevice VHD -VHDPath c:miaomiaoAccounting.vhdx -Path D:miao -Generation 2 SET-VMProcessor

Create VMs #remove if the vm is still there Remove-VM -Name $VMName -Force New-VM -Name $VMName -BootDevice VHD -VHDPath c:\miao\miaoAccounting.vhdx -Path D:\miao -Generation 2 SET-VMProcessor -VMName $VMName -count 7 Set-VMMemory $VMName -StartupBytes 8GB remove-VMNetworkAdapter -VMName $VMName -Name "Network Adapter" Add-VMNetworkAdapter -VMName $VMName -Name "financeNetNIC" -SwitchName "miaoFinanceNet" -StaticMacAddress $mac1 Set-VMProcessor -VMName $VMName -ExposeVirtualizationExtensions $true Get-VMNetworkAdapter -VMName $VMName | Set-VMNetworkAdapter -MacAddressSpoofing On

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!