Skip to content

Commit e089444

Browse files
authored
Support for Windows 11 26H1 and 26H2
1 parent 857ad3f commit e089444

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Update-WSUSComputerOperatingSystems.ps1

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,20 @@ $ClientProductVersions = @(
158158
OSMinorVersion = 0
159159
OSBuildNumber = 26200
160160
}
161+
@{
162+
ProductVersion = ' 11'
163+
ProductRelease = ' 26H1'
164+
OSMajorVersion = 10
165+
OSMinorVersion = 0
166+
OSBuildNumber = 28000
167+
}
168+
@{
169+
ProductVersion = ' 11'
170+
ProductRelease = ' 26H2'
171+
OSMajorVersion = 10
172+
OSMinorVersion = 0
173+
OSBuildNumber = 26300
174+
}
161175
)
162176

163177
$ServerProductVersions = @(

0 commit comments

Comments
 (0)