

Up till now, we have configured IP address, subnet mask, and Default-gateway successfully. Note that the prefix length specifies the subnet mask of IP address. Replace the command parameters with your own addresses. Suppose we have the following required configurations:

New-NetIPAddress -InterfaceIndex “IndexNo” -IPAddress -PrefixLength 24 -DefaultGateway To set a new IP address, execute below command. To specifically get the Interface index, type Get-NetAdapterĪll of the above commands are used to view current configurations. It gives IP address information along with its default gateway, DNS information and Interface index.įrom Get-NetIPConfiguration Result, note down the index number of the adapter for which you want to change IP address. Get-NetIPAddress gives IP address information with prefix length and address family.Īlternatively, you can type Get-NetIPConfiguration to get some advanced details. To see the current IP configuration, type Get-NetIPAddress in PowerShell Get-NetIPAddress To Open PowerShell, type PowerShell in the search bar of your Windows 10 computer, then press Ctrl+Shift+Enter to launch it with administrator privileges. Tasks done with PowerShell does not only automated but they also save time. It's more powerful than Cmd and offers more flexibility. With PowerShell, you can gather information, change system settings and automate most anything on Windows. PowerShell may sound difficult to use and you may hesitate to work on it but it has several unique features.

PowerShell can do this tedious task very easily. But what if you have to do it on multiple systems and repeat all these steps multiple times. This whole process will take around a minute to do so. Just go to Control panel > network and internet, selecting the IPv4 Properties and change the IP address.
#How to change mac address in windows 10 using cmd how to
You may know how to change IP address via GUI.
