Skip to content

Commit 89e6273

Browse files
authored
Update link to download prerequisites 🛠️
1 parent 6026ba3 commit 89e6273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Powershell/TLS 1.2 Enforcement/Invoke-EnforceSCOMTLS1.2.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
.PARAMETER SkipDownloadPrerequisites
3737
Skip downloading the prerequisite files to current directory:
3838
- msoledbsql.msi (https://learn.microsoft.com/sql/connect/oledb/download-oledb-driver-for-sql-server)
39-
- msodbcsql.msi (https://www.microsoft.com/download/details.aspx?id=50420)
39+
- msodbcsql.msi (https://learn.microsoft.com/sql/connect/odbc/download-odbc-driver-for-sql-server)
4040
- sqlncli.msi (https://www.microsoft.com/download/details.aspx?id=50402)
4141
4242
.PARAMETER SkipModifyRegistry
@@ -1906,4 +1906,4 @@ if ($AssumeYes -or $SkipDotNetCheck -or $SkipModifyRegistry -or $SkipRoleCheck -
19061906
else
19071907
{
19081908
Start-SCOMTLSEnforcement
1909-
}
1909+
}

0 commit comments

Comments
 (0)