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.
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
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.
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.
Get-NetAdapterGet-NetAdapter -Name EthernetTopology 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.