windowsxp sp3 disable interface from command line
        Posted  
        
            by cstamas
        on Server Fault
        
        See other posts from Server Fault
        
            or by cstamas
        
        
        
        Published on 2009-09-03T15:35:40Z
        Indexed on 
            2010/03/18
            23:11 UTC
        
        
        Read the original article
        Hit count: 438
        
windows-xp
|command-line
Hi,
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!
© Server Fault or respective owner