Usage: %1!s! name= addr= index= Parameters: Tag Value name - The name of the interface where DNS servers are added. addr ...

Usage: %1!s! [name=] [addr=] [[index=]]
 
Parameters:
 
      Tag            Value
      name         - The name of the interface where DNS servers are added.
      addr         - The IP address for the DNS server you are adding.
      index        - Specifies the index (preference) for the specified 
                     DNS server address.
 
Remarks: Adds a new DNS server IP address to the statically-configured list.
         By default, the DNS server is added to the end of the list.  If an
         index is specified, the DNS server will be placed in that position
         in the list, with other servers being moved down to make room. 
         If DNS servers were previously obtained through DHCP, the new 
         address will replace the old list.
 
Examples:
 
       %1!s! "Local Area Connection" 10.0.0.1
       %1!s! "Local Area Connection" 10.0.0.3 index=2