Running psexec against Window 7?

Posted by Jimmy C on Server Fault See other posts from Server Fault or by Jimmy C
Published on 2010-06-30T17:18:11Z Indexed on 2012/09/30 9:39 UTC
Read the original article Hit count: 223

Filed under:

I can't seem to get psexec commands to work on Windows 7 Enterprise. I'm trying to execute a command like this:

psexec.exe \\172.16.165.157 -u jc -p testing123 -c -f -i cmd.exe

But, I keep getting the error:

PsExec v1.94 - Execute processes remotely
Copyright (C) 2001-2008 Mark Russinovich
Sysinternals - www.sysinternals.com

Error copying C:\WINDOWS\system32\cmd.exe to remote system:
Access is denied.

I'm trying to execute the command from a machine running Windows XP Professional.

Has anybody seen an issue like this?

© Server Fault or respective owner

Related posts about psexec