File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Powershell/TLS 1.2 Enforcement Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# Original Author: Kevin Holman (https://kevinholman.com/)
10
10
# Author: Blake Drumm (https://blakedrumm.com/)
11
- # v 2.0
11
+ # v 2.1
12
12
#
13
- # Last Updated: May 25th , 2023
13
+ # Last Updated: June 19th , 2023
14
14
#
15
15
# =================================================================================
16
16
<#
36
36
. PARAMETER SkipDownloadPrerequisites
37
37
Skip downloading the prerequisite files to current directory:
38
38
- msoledbsql.msi (https://learn.microsoft.com/sql/connect/oledb/download-oledb-driver-for-sql-server)
39
- - msodbcsql.msi (https://learn .microsoft.com/sql/connect/odbc/ download-odbc-driver-for-sql-server )
39
+ - msodbcsql.msi (https://www .microsoft.com/download/details.aspx?id=50420 )
40
40
- sqlncli.msi (https://www.microsoft.com/download/details.aspx?id=50402)
41
41
42
42
. PARAMETER SkipModifyRegistry
@@ -292,7 +292,7 @@ function Start-SCOMTLSEnforcement
292
292
}
293
293
if (-not $SkipDownloadPrerequisites -and $missingPreq -or $ForceDownloadPrerequisites )
294
294
{
295
- if (-NOT $AssumeYes -or $missingPreq )
295
+ if (-NOT $AssumeYes -and $missingPreq )
296
296
{
297
297
do
298
298
{
You can’t perform that action at this time.
0 commit comments