Skip to main content
Jorge Bernhardt Jorge Bernhardt

Get-NetAdapter

2018

How to rename a Network Adapter using Rename-NetAdapter cmdlet
·126 words·1 min· 100 views · 5 likes
Get-NetAdapter Microsoft Microsoft Windows PowerShell
Today I want to show you how to rename network interfaces using the Rename-NetAdapter cmdlet. It is a good practice to change the name of the network interfaces to facilitate the management of servers with several network cards.
How to disable IPv6 on network adapter using PowerShell
·176 words·1 min· 100 views · 5 likes
Disable-NetAdapterBinding Get-NetAdapter Get-NetAdapterBinding Microsoft
IPv6 is enabled by default in Windows, but sometimes you have a reason you need to disable IPv6. In this post, I want to show you how to do it using PowerShell.
How to set primary and secondary DNS server addresses with PowerShell
·221 words·2 mins· 100 views · 5 likes
DNS Enter-PSSession Get-DnsClientServerAddress Get-Help
In this post, I want to show how to configure your computer’s primary and secondary DNS servers using PowerShell. In this case, we will use the Set-DnsClientServerAddress cmdlet. The workaround in a local computer: The Get-NetAdapter cmdlet obtains the basic properties of the network adapter.