Is there a similar Linux su command in Windows command line? If not, what about:
- in Powershell?;
- a workaround with a *.vbs script?;
- a workaround with some of the sysinternals tools like "psexec.exe"?
Note: I am using a netcat remote shell connection, so I am not able to insert password when requested by command "runas".
Note2: "sudo" and "su" commands are different commands. "sudo" executes commands as another user. "su" changes the effective user.
Note3: Despite finding an answer to my specific issue, The answer to this question, as mentioned by @Ramhound is "not possible"