Windows Core Set IPAddress
Get-NetIPConfiguration
Get-NetAdapter
Get-NetIPConfiguration -InterfaceIndex 3
Remove-NetIPAddress -InterfaceIndex 3
New-NetIPAddress -InterfaceIndex 3 -IPAddress 192.168.0.18 -PrefixLength 24 -DefaultGateway 192.168.0.1
ipconfig
Set-DnsClientServerAddress -InterfaceIndex 3 -ServerAddresses "192.168.1.2"
ping gayl.dom