We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3fc1f commit e725d03Copy full SHA for e725d03
Update-WSUSComputerOperatingSystems.ps1
@@ -11,6 +11,18 @@ Import-Module SqlServer -MinimumVersion 16.5.0
11
12
$ClientProductVersions = @(
13
# Based on https://learn.microsoft.com/en-us/windows/release-health/release-information
14
+ @{
15
+ ProductVersion = ' 8'
16
+ OSMajorVersion = 6
17
+ OSMinorVersion = 2
18
+ OSBuildNumber = 9200
19
+ }
20
21
+ ProductVersion = ' 8.1'
22
23
+ OSMinorVersion = 3
24
+ OSBuildNumber = 9600
25
26
@{
27
ProductVersion = ' 10'
28
ProductRelease = ' 1507'
0 commit comments