fix: remove rename netinterface

This commit is contained in:
Winston Smith 2021-05-10 14:58:13 +02:00
parent f37543c9e6
commit c08d9fda90
1 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ Set-VM -Name CLI-01 -ProcessorCount 2
echo "Configuring adapters"
Rename-VMNetworkAdapter -VMName 'CLI-01' -NewName 'Arc-CLI'
Set-VMNetworkAdapter -VMName 'CLI-01' -Name "Arc-CLI" -DeviceNaming on
### Adding and configuring CLI-03
@ -61,7 +60,6 @@ Set-VM -Name CLI-03 -ProcessorCount 2
echo "Configuring adapters"
#Set-VMNetworkAdapter -VMNetworkAdapter $vmadapter[0] -Name "Bou-LAN" -DeviceNaming on
Rename-VMNetworkAdapter -VMName 'CLI-03' -NewName 'Bou-LAN'
Set-VMNetworkAdapter -VMName 'CLI-03' -Name "Bou-LAN" -DeviceNaming on
### Starting VMS
echo "Starting VMs"