Skip to main content
Jorge Bernhardt Jorge Bernhardt

Microsoft Windows

2018

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 create a Storage Pool using PowerShell
·238 words·2 mins· 100 views · 5 likes
Get-PhysicalDisk Get-StorageSubsystem Microsoft Microsoft Windows
In this post, I want to show you how to create a Storage Pool with Powershell; the cmdlet that I will use is: New-StoragePool To create a Storage Pool with PowerShell, use the New-StoregePool cmdlet with the following syntax:
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.
How to rename a computer with PowerShell
·317 words·2 mins· 100 views · 5 likes
Microsoft Microsoft Windows PowerShell Rename-Computer
In this post, I want to show you how to rename a local or remote computer with the PowerShell cmdlet: Rename-Computer. To rename a computer with PowerShell, use the Rename-Computer cmdlet with the following syntax: