Hi,
have the same issue and more details:
I use runas.exe to start SSMS with different user credentials.
Till Windows 10 22H2 this was no issue and working fine.
Since the update to Windows 11 22H2 this doesn't work anymore.
If no credentials saved and you start ssms with:
*C:\Windows\System32\runas.exe /savecred /user:"DOMAIN\USER" "C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Ssms.exe"
*
The console ask for the password and it will be saved in the Windows Webcredentials.
After SSMS opened it is possible to login to the SQL Instance with the different user
After closing ssms and open the comand above again, it will not ask for the credentials again (because of the /savecred parameter), ssms open and it is not able to connect to the sql server again.
Follow error message is showing up
***Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
With using the command C:\Windows\System32\runas.exe /user:"DOMAIN\USER" "C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Ssms.exe" (without the /savecred parameter) you need to enter the password everytime but the ssms session works and will connect to the SQL Server with the right credentials.
Best Regards