Summary: Use Windows PowerShell to get network adapter power management settings in Windows 8.1.
How can I use Windows PowerShell to get the network adapter power management settings
on my Window 8.1 computer?
Use the Get-NetAdapterPowerManagement function and specify the name of the network adapter to query:
Get-NetAdapterPowerManagement -Name ethernet