From f687e6e2f6b2c0664fe6f7453bf1879a3492ace1 Mon Sep 17 00:00:00 2001 From: ii-batman <60931858+ii-batman@users.noreply.github.com> Date: Mon, 14 Jun 2021 11:26:20 +0100 Subject: [PATCH] Update 1_Optimize_OS_for_WVD.ps1 The The-Virtual-Desktop-Team changed there file structure, this is to reflect that and I would like to test it. --- solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1 b/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1 index 0af8395..1f27977 100644 --- a/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1 +++ b/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1 @@ -5,7 +5,8 @@ New-Item -Path $drive -Name $appName -ItemType Directory -ErrorAction SilentlyContinue $LocalPath = $drive + '\' + $appName set-Location $LocalPath - $osOptURL = 'https://github.com/The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool/archive/master.zip' + #$osOptURL = 'https://github.com/The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool/archive/master.zip' + $osOptURL = 'https://github.com/The-Virtual-Desktop-Team/Virtual-Desktop-Optimization-Tool/archive/main.zip' $osOptURLexe = 'Windows_10_VDI_Optimize-master.zip' $outputPath = $LocalPath + '\' + $osOptURLexe Invoke-WebRequest -Uri $osOptURL -OutFile $outputPath @@ -49,4 +50,4 @@ - \ No newline at end of file +