netcfg.exe Netcfg can be used to enumerate and show adapters, networking services and protocols. Installation and removal of the same components can also be done with netcfg. When run in a command prompt just running netcfg won’t show you anything, but to get the syntax you’ll need the netcfg /?. netcfg [-v] [-e] [-winpe] [-l ] -c -i -winpe installs TCP/IP, NetBIOS and Microsoft Client for Windows preinstallation envrionment -l provides the location of INF -c provides the class of the component to be installed (p == Protocol, s == Service, c == Client) -i provides the component ID The arguments must be passed in the order shown. Examples: netcfg -l c:\oemdir\foo.inf -c p -i foo …installs protocol ‘foo’ using c:\\oemdir\\foo.inf netcfg -c s -i MS_Server …installs service ‘MS_Server’ OR netcfg [-v] -winpe Examples: netcfg -v -winpe …Installs TCP/IP, NetBIOS and Microsoft Client for Windows preinstallation environment OR netcfg [-v] -q Example: netcfg -q MS_IPX …displays if component ‘MS_IPX’ is installed OR netcfg [-v] [-e] -u Example: netcfg -u MS_IPX …uninstalls component ‘MS_IPX’ OR netcfg [-v] -s where, -s\tprovides the type of components to show \ta == adapters, n == net components Examples: netcfg -s n …shows all installed net components OR netcfg [-v] -b Examples: netcfg -b ms_tcpip …shows binding paths containing ‘MS_TCPIP’ General Notes:\n” -v Run in verbose (detailed) mode -e Use servicing environment variables during install and uninstall -? Displays this help information See the pictures for listing adapters and protocols. hvremote.wsf Hvremote lets you configure remote administration of Hyper-V hosts either it be the server or the client that’s not in a domain and so on. On the download page for hvremote they have an excellent 10-second guide. More details: http://archive.msdn.microsoft.com/HVRemote.nvspbind Nvpsbind lets you enable or disable network protocol bindings on adapters by using the command line. In Server Core or Hyper-V Server this isn’t possible otherwise since the control panel applet isn’t available (that’ll be the ncpl.cpl). Check this out for more information! nvspcrub.js And if you use the above utility a little too much, or just happen to remove the Hyper-V role from a Core-box you might need this script to rescue you. It’ll reset the network configuration and remove the Hyper-V networking components. Read more and download! |