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!