December 29th, 2013

PowerTip: Use PowerShell to Disable Network Adapter

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to disable a network adapter.

Hey, Scripting Guy! Question How can I use Windows PowerShell to disable a network adapter on my Windows 8.1 laptop named Wireless?

Hey, Scripting Guy! Answer Use the Disable-NetAdapter cmdlet and provide the name of Wireless to the command:

Disable-NetAdapter –name wireless

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback