I need to be able to run the command
ipconfig /flushdns remotely on all the client machines
i saw the article
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Q_22549410.htmlI downloaded psexec
Created a bat file that has the following commands
@echo off
cmd /c ipconfig /flushdns
Then i ran the following command but it is not working
psexec [\\computer @file c:\computers.txt -u powelladmin -p ciscoccna -n 5 -e -x -d
I get this error in the cmd prompt
PsExec v1.94 - Execute processes remotely
Copyright (C) 2001-2008 Mark Russinovich
Sysinternals -
www.sysinternals.comPsExec could not start [\\computer:
The system cannot find the file specified.
Start Free Trial