Test-DbaConnectionAuthScheme
Chrissy LeMaire (@cl), netnerds.net
Test-DbaConnectionAuthScheme View Source Chrissy LeMaire (@cl), netnerds.net Windows, Linux, macOS Synopsis Tests and reports authentication scheme and transport protocol details for SQL Server connections Description This command queries sys.dm_exec_connections to retrieve authentication and transport details for your current SQL Server session. By default, it returns key connection properties including ServerName, Transport protocol, and AuthScheme (Kerberos or NTLM). This is particularly valuable for troubleshooting authentication issues when you expect Kerberos but are getting NTLM instead.
Read more
dbatools