You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$WinCode=Read-Host-Prompt "Enter Windows version and update that you will be deploying. This will be used as a unique identifier for MDT. (default: W10-22H2)"
113
113
If ($WinCode-eq'')
114
114
{
115
-
$WinCode="W10-22H2"## Windows version and update
115
+
$WinCode="W11-24H2"## Windows version and update
116
116
}
117
117
118
118
## Windows Download Preferences
@@ -125,7 +125,7 @@ else {
125
125
126
126
If ($ConvertESD-eq"y")
127
127
{
128
-
$WinVer=Read-Host-Prompt "Do you want to deploy Windows 11? (y/N)"
128
+
$WinVer=Read-Host-Prompt "Do you want to deploy Windows 10? (y/N)"
129
129
If ($WinVer-eq'')
130
130
{
131
131
$WinVer="n"
@@ -252,22 +252,22 @@ else {
252
252
## URLs - shouldn't have to change these until MSFT release new versions
253
253
$MdtSrc="https://download.microsoft.com/download/3/3/9/339BE62D-B4B8-4956-B58D-73C4685FC492/MicrosoftDeploymentToolkit_x64.msi"## MDT main package
0 commit comments