→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎03-29-2012 02:12 AM
‎01-09-2013 04:18 PM
kamranfalahat wrote:
When I think about the following should do the task just fine
cmd.exe /k "\\{computer}\C$\Windows\System32\ipconfig.exe /flushdns"
However, when I run the action, it will perform it on my own machine and not the targeted machine.
I was wondering if anyone could be kind enough to help =D
Cheers
‎05-09-2012 06:52 PM
wmic /node:"{computer}" process call create "cmd.exe /c ipconfig /flushdns >> c:\temp\outputflushdns.txt"
Executing (Win32_Process)->Create()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ProcessId = 2692;
ReturnValue = 0;
};
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
‎03-29-2012 05:44 PM
‎03-29-2012 11:15 AM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now