When you try to run a process on a remote machine using PSEXEC.EXE, you receive this error:
PsExec v1.94 - Execute processes remotely
Copyright (C) 2001-2008 Mark Russinovich
Sysinternals - www.sysinternals.com
Couldn't access SERVER01: The specified network name is no longer available.
Usually this error appears when PSEXESVC service is installed on the remote machine and
Solution:
SC \\SERVER01 stop psexesvc
SC \\SERVER01 delete psexesvc
2 comments:
Hi,
I am having the same problem but as you have mentioned "psexesvc" is not installed at all.
I want execute psexec command on a PC running Windows 2003.
Looks like its a different problem.
Cheers,
Vikram
Post a Comment