View Interfaces: netsh interface ipv4 show interfaces
Set IP for Interface: Netsh interface ipv4 set address “InterfaceName” static 17.17.0.2 255.0.0.0 17.17.0.1
Set DNS Server Addresses: netsh interface ipv4 add dnsserver name=”InterfaceID” address=”DNSIPAddress”
Run again for additional DNS Servers.