From eac373870652211ca1e23c0ac71981d95968f511 Mon Sep 17 00:00:00 2001 From: Tim Lodemann Date: Thu, 25 Jul 2024 23:43:40 +0200 Subject: [PATCH] Reset params --- CopyFilesToVM.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"