Back to Learning
Windows · PowerShellBeginner

PowerShell: Recover a Disabled Network Adapter

Ethernet is disabled. Inspect adapter state, enable only the affected interface, and verify link status. Work through it yourself in the live host terminal below.

Interactive simWindowsPowerShellNetwork AdapterRecovery

Symptom

Ethernet is disabled. Inspect adapter state, enable only the affected interface, and verify link status.

Your mission

Inspect, recover, then verify

Format

Windows PowerShell

PowerShell: Recover a Disabled Network Adapter

Investigate before you configure.

Use the CLI evidence to isolate the fault, make the smallest safe correction, then verify the network state changed.

Observe the symptom and link state.

Diagnose by comparing the protocol evidence.

Verify the expected device state and confirm the original symptom is resolved.

Console access: PowerShell

This workspace stacks for portrait phones. Rotate to landscape for the full split-screen console.

Need a hint?

Reveal the root cause when you're ready.

Try the investigation first, then use this as your escape hatch, not a dead end.

Locked

Sign up with your email to open PowerShell: Recover a Disabled Network Adapter, free. You get the root cause and the full step-by-step fix.

No spam. The fix lands in your inbox too. Signing up includes 4 guided labs free, tracked against your email. After that, the Learning Pass unlocks every remaining lab.

Lab debrief

Turn the session into a repeatable troubleshooting pattern.

Use this reference after your attempt: first explain the symptom, then verify the evidence, then confirm the repair.

The problem

The laptop has no wired connectivity after a maintenance script disabled Ethernet. Wi-Fi must remain untouched.

What you'll practice

  • Inspect visible adapters with Get-NetAdapter
  • Filter by adapter name
  • Enable one adapter safely
  • Understand why disabling a remote management adapter is dangerous

The topology

One Windows laptop has disabled Ethernet and connected Wi-Fi. The learner works from the local console with administrator rights.

Commands to run yourself

The real diagnostic commands for this lab, copy-paste ready. Run these in the same order to reproduce the investigation on your own session.

List visible adapters
Get-NetAdapter
Inspect Ethernet
Get-NetAdapter -Name Ethernet

Topology diagram

Fact-checked references

The commands and behaviour in this lab were checked against these primary references.

Frequently asked

Why not enable every adapter?

Other adapters can be intentionally disabled for security, routing, or power reasons. Change only the interface supported by the evidence.

Can I do this over a remote session?

Be careful. Disabling or restarting the adapter that carries your remote session can cut off your ability to recover it.

Ready to run this lab yourself?

No setup, no image sourcing. Book a session or ask for a live demo.