mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
9 lines
395 B
Markdown
9 lines
395 B
Markdown
|
|
# CheckClientUpdates.ps1
|
|
The PowerShell Script currently supports the following:
|
|
* Check if SQL Server Native Client can support TLS 1.2
|
|
* Check if Microsoft ODBC Driver for SQL Server can support TLS 1.2
|
|
This script is restricted to work on x64 and x86 platforms
|
|
|
|
More details about TLS 1.2 support for SQL Server can be found on [KB3135244] (https://support.microsoft.com/en-us/kb/3135244)
|