Skip to content

Commit 7f73233

Browse files
authored
Update required SQLServer module version to 22.3.0 to support Encrypt parameter
1 parent 1d62065 commit 7f73233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Update-WSUSComputerOperatingSystems.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Param (
77
[Parameter()][String]$Encrypt = 'Optional'
88
)
99

10-
# Requires SqlServer PowerShell module to be installed, tested with 16.5.0
11-
Import-Module SqlServer -MinimumVersion 16.5.0
10+
# Requires SqlServer PowerShell module to be installed, tested with 22.3.0
11+
Import-Module SqlServer -MinimumVersion 22.3.0
1212

1313
$ClientProductVersions = @(
1414
# Based on https://learn.microsoft.com/en-us/windows/release-health/release-information

0 commit comments

Comments
 (0)