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

Usage: %1!s! [name=] [source=]dhcp|static [addr=]|none   Parameters:         Tag            Value       name         - The name 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.       addr         - 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="Local Area Connection" source=dhcp        %1!s! "Local Area Connection" static 10.0.0.1