Would you like to learn how to disable IPV6 on a network interface of Windows using Powershell? In this tutorial, we are going to show you how to use Powershell to disable IPV6 on a network interface of a computer running Windows.
• Windows 2012 R2
• Windows 2016
• Windows 2019
• Windows 10
• Windows 7
Equipment list
The following section presents the list of equipment used to create this tutorial.
As an Amazon Associate, I earn from qualifying purchases.
Related tutorial – PowerShell
On this page, we offer quick access to a list of tutorials related to PowerShell.
Tutorial Powershell – Configure DNS server
As an Administrator, start an elevated Powershell command-line.
List all network adapters available.
Here is the command output.
Take note of the desired network interface index.
Configure the DNS servers of a network adapter.
Verify the DNS servers configured on a network interface.
Here is the command output.
In our example, the network adapter named Ethernet has the index number 21.
In our example, we configured the DNS addresses 8.8.8.8 and 8.8.4.4 on the ethernet network interface.
Optionally, get the DNS addresses from the DHCP server.
Congratulations! You are able to configure the DNS addresses on a network interface using Powershell.