Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UmeshPandit/9dc2eb441ef17b1ff7c748093aae4782 to your computer and use it in GitHub Desktop.
Save UmeshPandit/9dc2eb441ef17b1ff7c748093aae4782 to your computer and use it in GitHub Desktop.
How to login SSMS as windows authentication (Domain User) on Non-Domain Computer connected to VPN
How to login SSMS as windows authentication (Domain User) on Non-Domain Computer connected to VPN:
Below command is for launching SSMS for SQL Server 2017 (with a default install location):
runas /netonly /user:domainname\username "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Ssms.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment