I am getting the "access is denied" error even though I have no problem connecting with Remote Desktop Connection. My computer is Win7, the targets are WinXP or Server 2003.
Perhaps I am specifying the SERVER name incorrectly:
qwinsta /SERVER:XXYYZZ02
I have tried
qwinsta /SERVER:\\XXYYZZ02
qwinsta /SERVER:domain\XXYYZZ02
qwinsta /SERVER:domain/XXYYZZ02
qwinsta /SERVER:1.2.3.4
Am I doing something wrong? TIA...
(The problem I'm trying to solve is several support personnel needing to connect to the same servers and disconnecting each other mid-session.)
psexec \\remotepc cmd
followed byqwinsta
worked for me. Thanks! – Auvil