Trying to run chef-client command remotely. Installed PSEXEC for that. When I try running ipconfig, it runs fine and give proper result. But "chef-client" is not running.
C:\Users\Administrator.PM-DDMA-C1-DEV>psexec \10.x.x.x chef-client
PsExec v2.11 - Execute processes remotely Copyright (C) 2001-2014 Mark Russinovich Sysinternals - www.sysinternals.com
PsExec could not start chef-client on 10.106.69.76: The system cannot find the file specified.
Any suggestions?
chef-client. It's not on whatever pathPsExecis getting when it starts the remote session. - arco444