I would like to ask if it is possible to run a session as different user, but use the credential for the network access only.
I need to launch Management Studio, but the credential for the integrated security should be used for remote access only.
I mean something like running
It would be very useful for managing remote servers where server local accounts has to be used for connection.
I need to launch Management Studio, but the credential for the integrated security should be used for remote access only.
I mean something like running
runas /netonly /user:domain\username ssms.exe
It would be very useful for managing remote servers where server local accounts has to be used for connection.