NVSPBIND (Network Virtual Service Provider Bind) is a tool for modifying network bindings from the command line. It is especially useful in Server Core environments, where the lack of the traditional Windows Network Adapter UI (NCPL.CPL) poses a challenge to configuring network bindings. NVSPBIND can be used to:
NVSPBIND can be downloaded from the MSDN Code Library at http://code.msdn.microsoft.com/nvspbind.
NOTE: As with any utilitiy you use to change network configurations, test before you use this in production because you may disrupt or even lose network connectivity if you are managing a machine remotely.
To obtain a list of the parameters available with NVSPBIND, use the '/?' parameter.
When invoking NVSPBIND, if no NIC is defined the specified operation is performed on all NICs.
If no protocol is included, the specified operationis performed on all protocols.
If no options are specified, the default actionis to enumerate all bindings for the specified NIC.
For more information on using NVSPBIND, see the readme.doc included in the download package.
NOTE: While the ncpa.cpl displays a combination of IPv4 and IPv6 simultaneously, NVSPBIND requires you to change each seperately. If you wish to change both, you must do so one at a time.
To disable File and Printer Sharing for Microsoft Networks on an adapter.
C:\>nvspbind -d {F93672D9-9085-4EEF-9669154AD4391ED7} ms_server Hyper-V Network VSP Bind Application 6.1.7672.0. Copyright (c) Microsoft Corporation. All rights reserved. acquiring write lock...success
Adapters: {F93672D9-9085-4EEF-9669154AD4391ED7} "pci\ven_8086&dev_10c9&subsys_a03c8086" "Intel(R) Gigabit ET Dual Port Server Adapter": unbinding ms_server from Intel(R) Gigabit ET Dual Port Server Adapter unbinding ms_server from Intel(R) Gigabit ET Dual Port Server Adapter unbinding ms_server from Intel(R) Gigabit ET Dual Port Server Adapter unbinding ms_server from Intel(R) Gigabit ET Dual Port Server Adapter unbinding ms_server from Intel(R) Gigabit ET Dual Port Server Adapter unbinding ms_server from Intel(R) Gigabit ET Dual Port Server Adapter applying changes... cleaning up...releasing write lock...success finished
http://blogs.technet.com/jhoward/archive/2010/01/25/announcing-nvspbind.aspx
Ed Price - MSFT edited Revision 2. Comment: TOC, tags
FZB edited Revision 1. Comment: formating
ABOUT NVSPBING?