Usage: %1!s! name= source=]dhcp|static address= |none register=]none|primary|both Parameters: Tag Value name - The name of ...

Usage: %1!s! [name=] [source=]dhcp|static              [[address=]|none]              [[register=]none|primary|both]   Parameters:         Tag            Value       name         - The name of the interface.       source       - One of the following values:                      dhcp: Sets DHCP as the source for configuring DNS                            servers for the specific interface.                      static: Sets the source for configuring DNS servers                              to local static configuration.       address      - One of the following values:                      : An IP address for a DNS server.                      none: Clears the list of DNS servers.       register     - One of the following values:                      none: Disables Dynamic DNS registration.                      primary: Register under the primary DNS suffix only.                      both: Register under both the primary DNS suffix, as                            well as under the connection-specific suffix.   Remarks: Sets DNS 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 DNS 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 primary