Yes, but I'm not having a good go of it. Here's what's in the script:
Code:
  
$x=RemoteExec('\\$pc\admin$\system32\netsh int ip set wins "Local Area Connection" dhcp', $pc)

$x=RemoteExec('\\$pc\admin$\system32\netsh int ip set dns "Local Area Connection" dhcp', $pc)



The RemoteExec function code is above in my first posting. I think perhaps I better try adding "name=" in front of Local Area Connection, and adding "source=" in front of dhcp. What do you think?