Usage: %1!s! name= source=]dhcp|static address= |none Parameters: Tag Value name - The name or index of the interface. source ...

Usage: %1!s! [name=] [source=]dhcp|static
             [[address=]|none]
 
Parameters:
 
      Tag            Value
      name         - The name or index of the interface.
      source       - One of the following values:
                     dhcp: Sets DHCP as the source for configuring WINS
                           servers for the specific interface.
                     static: Sets the source for configuring WINS servers
                             to local static configuration.
      address      - One of the following values:
                     : An IP address for a WINS server.
                     none: Clears the list of WINS servers.
 
Remarks: Sets WINS server configuration to either DHCP or static mode. Only 
         when source is 'static', is the 'addr' option also available for 
         configuring a static list of WINS server IP addresses for the
         specified interface.
 
Examples:
 
       %1!s! name="Wired Ethernet Connection" source=dhcp
       %1!s! "Wired Ethernet Connection" static 10.0.0.1