January 16th, 2014

PowerTip: Get Network Adapter Power Management Settings

Doctor Scripto
Scripter

Summary:  Use Windows PowerShell to get network adapter power management settings in Windows 8.1.

Hey, Scripting Guy! Question How can I use Windows PowerShell to get the network adapter power management settings
          on my Window 8.1 computer?

Hey, Scripting Guy! Answer Use the Get-NetAdapterPowerManagement function and specify the name of the network adapter to query:

Get-NetAdapterPowerManagement -Name ethernet

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