We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857ad3f commit e089444Copy full SHA for e089444
1 file changed
Update-WSUSComputerOperatingSystems.ps1
@@ -158,6 +158,20 @@ $ClientProductVersions = @(
158
OSMinorVersion = 0
159
OSBuildNumber = 26200
160
}
161
+ @{
162
+ ProductVersion = ' 11'
163
+ ProductRelease = ' 26H1'
164
+ OSMajorVersion = 10
165
+ OSMinorVersion = 0
166
+ OSBuildNumber = 28000
167
+ }
168
169
170
+ ProductRelease = ' 26H2'
171
172
173
+ OSBuildNumber = 26300
174
175
)
176
177
$ServerProductVersions = @(
0 commit comments