We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d62065 commit 7f73233Copy full SHA for 7f73233
1 file changed
Update-WSUSComputerOperatingSystems.ps1
@@ -7,8 +7,8 @@ Param (
7
[Parameter()][String]$Encrypt = 'Optional'
8
)
9
10
-# Requires SqlServer PowerShell module to be installed, tested with 16.5.0
11
-Import-Module SqlServer -MinimumVersion 16.5.0
+# Requires SqlServer PowerShell module to be installed, tested with 22.3.0
+Import-Module SqlServer -MinimumVersion 22.3.0
12
13
$ClientProductVersions = @(
14
# Based on https://learn.microsoft.com/en-us/windows/release-health/release-information
0 commit comments