PowerShell Logo Small

Get-NetAdapterPowerManagement



This is the built-in help made by Microsoft for the command 'Get-NetAdapterPowerManagement', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the power management features of the network adapter.

SYNTAX


Get-NetAdapterPowerManagement [[-Name] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-ThrottleLimit <Int32>]
[<CommonParameters>]
Get-NetAdapterPowerManagement [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-ThrottleLimit <Int32>] -InterfaceDescription <String[]>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-NetAdapterPowerManagement cmdlet gets the state of the power management features of a Power Management capable network adapter. You
must be an administrator in order to run this cmdlet.



<

RELATED LINKS

Format-List
Disable-NetAdapterPowerManagement
Enable-NetAdapterPowerManagement
Set-NetAdapterPowerManagement

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-NetAdapterPowerManagement –Name *



This example gets all of the power management capable network adapters.




EXAMPLE 2

PS C:\> Get-NetAdapterPowerManagement –Name Ethernet



This example gets the power management properties of the network adapter named Ethernet.




EXAMPLE 3

PS C:\> Get-NetAdapterPowerManagment –Name Ethernet | Format-List -Property *



This example displays all of the power management properties of the network adapter named Ethernet.