SQL Server 2022 Standard Tips & Tricks - Best Practices and Securing your SQL Part 1

Описание к видео SQL Server 2022 Standard Tips & Tricks - Best Practices and Securing your SQL Part 1

Support the chanel :
https://buymeacoffee.com/itwizard0
https://paypal.me/ITwizard0?country.x...

Set TLS 1.3 :

Set with Powershell :
New-Item -Path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3" -Force
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3" -Name "Enabled" -Value 1

Verify :

Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3"

Комментарии

Информация по комментариям в разработке