1

Why does this answer tell me it is impossible, and this one states the opposite?


Update1:

1 Answers1

5

In the 2nd link, the use of runas with the /netonly switch tells runas to run the specified program and if the program is ever asked for remote authentication to use the supplied credentials. The program is still executed as a local user.

The 1st link has the questioner attempting to actually run the program as a domain user, which will not work(link).

sysadmin1138
  • 133,124
  • 18
  • 176
  • 300