diff --git a/CopyFilesToVM.ps1 b/CopyFilesToVM.ps1 index dfc4f82..3105edd 100644 --- a/CopyFilesToVM.ps1 +++ b/CopyFilesToVM.ps1 @@ -8,7 +8,7 @@ MemoryAmount = 8GB CPUCores = 4 # Make sure your specified switch is configured for the external network. A internet connection is required on the first boot. - NetworkSwitch = "Default switch" + NetworkSwitch = "Default Switch" VHDPath = "C:\ProgramData\Microsoft\Windows\Virtual Hard Disks\" UnattendPath = "$PSScriptRoot"+"\autounattend.xml" GPUName = "AUTO"