Domain – Add a domain user to the Administrator group of a WORKGROUP machine not joined to the domain

domainwindows-8.1workgroup

So I'm at a client and to connect to their SQL Server, I need to use SQL Server Windows Authentication.

The thing is that I do have a user that allowed me to connect to their TFS server without any problems. I've been trying to add a user of their domain to my Administrator groups and it doesn't seem to be able to do so.

I've tried through the GUI or through the command line (net localgroup Administrators….).

No chance so far.

Is it even possible?

Best Answer

No, that is not possible.

If you create a local account with the same username+password, that should work for many activities. It's fairly easy to setup and test, so you may want to try that.