Vbscript / Operating System / Flush Remote Dns Cache
Download psexec from www.sysinternals.com and automate the execution using a list of machine names.
psexec \computername ipconfig /flushdns
Alternatively use WMI Win32_Service to restart "dnscache".
Please note that a disclaimer applies to any code on this page.
|