From 1628c53eef8bf153e34f5d1cb1b1e3ab05eb989e Mon Sep 17 00:00:00 2001 From: James Stringer <38541878+jamesstringerparsec@users.noreply.github.com> Date: Wed, 12 Jan 2022 00:23:58 +0100 Subject: [PATCH] Update CopyFilesToVM.ps1 --- CopyFilesToVM.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CopyFilesToVM.ps1 b/CopyFilesToVM.ps1 index 312265a..9a0dc2a 100644 --- a/CopyFilesToVM.ps1 +++ b/CopyFilesToVM.ps1 @@ -1,5 +1,5 @@ $params = @{ - VMName = "GPUP" + VMName = "GPUPV" SourcePath = "C:\Users\james\Downloads\Win11_English_x64.iso" Edition = 6 VhdFormat = "VHDX"