Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


https://devblogs.microsoft.com/scripting/enabling-and-disabling-network-adapters-with-powershell/


List interfaces

Get-NetAdapter

list only interface not UP

Get-NetAdapter | ? status -ne up



disabledisable-NetAdapter -Name Ethernet2
enale
  • No labels