Part 10: Resources for Scripting Network Management

These resources contain additional information and tools related to the scripting tasks described in this white paper.

On This Page

Web Sites
Books
Magazines
Registry
Tools and Downloads

Web Sites

Books

  • For an introductory book on scripting, see the
    Microsoft Windows 2000 Scripting Guide,
    which is by the Microsoft Windows Resource Kit Scripting Team,
    2003, Redmond, WA: Microsoft Press.

    note.gif
      Note
    The full text of this book is available online on the TechNet Script Center
    https://go.microsoft.com/fwlink/?LinkId=24768

Magazines

Registry

For detailed information about many registry entries, see:

The Windows registry contains many network-related settings. By using the System Registry WMI provider, you can directly read and change registry settings in a script by using StdRegProv in the \Root\Default namespace.

Table 48 lists the more important registry subkeys for scripting networking-related settings.

caution.gif  Caution
Incorrectly editing the registry may severely damage your system. Before making changes to the registry, you should back up any valued data on the computer.

Table 48   Registry Subkeys for Scripting Networking-Related Settings

Registry Subkeys

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
\AdapterIdentifier

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBIOS

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netman

Tools and Downloads

  • Windows Management Instrumentation Tester (Wbemtest.exe), which is included with all versions of Windows that run WMI, for information about a tool that retrieves detailed information about WMI classes, properties, and methods.