Posts

Showing posts from August, 2018

CredSSP Message when using Remote Desktop

When connecting using Windows Remote Desktop this message is displayed. An authentication error has occurred. The function is not supported This could be due to CredSSP encryption oracle remediation. For more information, see https://go.microsoft.com/fwlink/?linkid=866660 The fix is to change the group policy setting on the connecting PC as follows:- Run gpedit.msc Go to: Computer Configuration -> Administrative Templates -> System -> Credentials Delegation -> Encryption Oracle Remediation Open - Encryption Oracle Remediation and choose 'Enable' Change the protection level to Vulnerable and click Apply

Unable to find SQL Server Configuration Manager on Windows 10

The newer Microsoft SQL Server Configuration Manager is a snap-in for the Microsoft Management Console program. It is not a standalone program as used in previous versions of Microsoft Windows operating systems. To open SQL Server Configuration Manager on Windows 10 follow these instructions: - Right click on the start button and select 'Run'. Type one of the commands listed below (depending on which version of SQL Server you have installed) and press 'Enter'. [SQL Server 2017] - SQLServerManager14.msc [SQL Server 2016] - SQLServerManager13.msc [SQL Server 2014] - SQLServerManager12.msc [SQL Server 2012] - SQLServerManager11.msc [SQL Server 2008] - SQLServerManager10.msc