Windows – PsExec Couldn’t access Windows cannot find the network path

pstoolswindows

Using PsExec v1.96 and given the below command:

psexec -u ADMIN_USER_NAME -p ADMIN_PWD

I get the below error:

Couldn't access
Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator.

Best Answer

Target is missing. Please try

psexec \\\HOSTNAME -u ADMIN_USER_NAME -p ADMIN_PWD

Also the command you want to execute is missing at the end.