Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh interface ipv6 add dnsserver ?
Usage: add dnsserver [name=][address=][[index=]]
Parameters:
Tag Value
name - The name of the interface where DNS servers are added.
address - The IPv6 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 IPv6 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.
Examples:
add dnsserver "Local Area Connection" fec0:0:0:ffff::1
add dnsserver "Local Area Connection" fec0:0:0:ffff::2 index=2