From 753e6a58e4ff9d641dbd28891a5e6a7ea79c5517 Mon Sep 17 00:00:00 2001 From: James Stringer <38541878+jamesstringerparsec@users.noreply.github.com> Date: Wed, 17 Nov 2021 13:50:53 +0100 Subject: [PATCH] remove spaces --- CopyFilesToVM.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CopyFilesToVM.ps1 b/CopyFilesToVM.ps1 index 44ca541..c3037f5 100644 --- a/CopyFilesToVM.ps1 +++ b/CopyFilesToVM.ps1 @@ -1,16 +1,16 @@ $params = @{ VMName = "GPUP" - SourcePath = "C:\Users\james\Downloads\Win11_English_x64.iso" - Edition = 6 + SourcePath = "C:\Users\james\Downloads\Win11_English_x64.iso" + Edition = 6 VhdFormat = "VHDX" DiskLayout = "UEFI" SizeBytes = 40gb MemoryAmount = 8GB CPUCores = 4 UnattendPath = "$PSScriptRoot"+"\autounattend.xml" - GPUName = "NVIDIA Geforce RTX 2060 SUPER" - GPUResourceAllocationPercentage = 50 - Team_ID = "" + GPUName = "NVIDIA Geforce RTX 2060 SUPER" + GPUResourceAllocationPercentage = 50 + Team_ID = "" Key = "" Username = "GPUVM" Password = "CoolestPassword!"