update to version 21H1

This commit is contained in:
2021-05-21 15:30:53 -04:00
parent 2f78034da3
commit ce8a829814
+1 -1
View File
@@ -2,7 +2,7 @@
If ( IsWindowsVersion -ge "10.0" ) {
## Make sure the endpoint isn't already running 2004
If ( IsWindowsBuild -lt 19042 ) {
If ( IsWindowsBuild -lt 19043 ) {
## Set the directory where the Windows Update Assistant will be downloaded to
$DOWNLOADS = $Env:TEMP