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 – Disable IPV6
As an Administrator, start an elevated Powershell command-line.
List all network adapters available.
Here is the command output.
List all network adapters with IPV6 support.
Here is the command output.
Disable IPV6 on a network adapter.
Optionally, use the network interface name.
In our example, we disabled the IPV6 support on a network interface named ETHERNET.
Congratulations! You are able to disable IPV6 on a network interface using Powershell.
Tutorial Powershell – Enable IPV6
As an Administrator, start an elevated Powershell command-line.
List all network adapters available.
Here is the command output.
List all network adapters with IPV6 support.
Here is the command output.
Enable IPV6 on a network adapter.
Optionally, use the network interface name.
In our example, we enabled the IPV6 support on a network interface named ETHERNET.
Congratulations! You are able to enable IPV6 on a network interface using Powershell.