I need to mass disable interfaces on windows machines (more than 100 machines). I tried using:
netsh interface set "VirtualBox Host-Only Network" disable
But it does not work. (I found an article describing that it works on win 2003 server). I can run commands remotely with psexec.
Do you have any hints?
Thanks in advance!
It may be that you need another "interface" keyword and "disabled" instead of "disable":
Disabling LAN interfaces with netsh doeas not work on Windows XP. The help shows following: