Network Adapter Cmdlets in Windows PowerShell
Windows PowerShell® is a task-based command-line shell and scripting language designed especially for system administration. This reference topic for the information technology (IT) professional provides assistance in utilizing the Windows PowerShell cmdlets to script and automate tasks.
Network Adapter
This reference provides cmdlet descriptions and syntax for all Network Adapter-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
cmdlet | Description |
---|---|
Disables a network adapter. |
|
Disables a binding to a network adapter. |
|
Disables the selected checksum offloads on the network adapter. |
|
Disables encapsulated packet task offload. |
|
Disables IPsec offload on the network adapter, so that the network adapter will not perform the per packet encryption operations. |
|
Disables all large send offload (LSO) properties, such as LSOv4 and LSOv6, of the network adapter. |
|
Disables specific power management features on the network adapter. |
|
Disables quality of service (QoS) on the network adapter, specifically data center bridging (DCB). |
|
Disables remote direct memory access (RDMA) on the network adapter. |
|
Disables receive segment coalescing (RSC). |
|
Disables receive side scaling (RSS) on the network adapter. |
|
Disables Single-Root I/O Virtualization (SR-IOV) on the network adapter. |
|
Disables the virtual machine queue (VMQ) feature on the network adapter. |
|
Enables a network adapter. |
|
Enables a binding to a network adapter. |
|
Enables checksum offloads on the network adapter. |
|
Enables encapsulated packet task offload. |
|
Enables IPsec offload on the network adapter in the AuthHeaderEspEnabled mode. |
|
Enables the large send offload (LSO) properties, such as LSOv4 and LSOv6, of the network adapter. |
|
Enables specific power management features on the network adapter. |
|
Enables quality of service (QoS) on the network adapter, specifically data center bridging (DCB). |
|
Enables remote direct memory access (RDMA) on the network adapter. |
|
Enables receive segment coalescing (RSC). |
|
Enables receive side scaling (RSS) on the network adapter. |
|
Enables Single-Root I/O Virtualization (SR-IOV) on the network adapter. |
|
Enables virtual machine queue (VMQ) on the network adapter. |
|
Gets the basic network adapter properties. |
|
Returns the advanced properties for the network adapter. |
|
Returns a list of bindings for a network adapter. |
|
Gets the various checksum offload settings from network adapters that support these checksum offloads. |
|
Gets the network adapters that support encapsulated task offload. |
|
Gets the hardware information of the network adapter. |
|
Gets the IPsec offload properties of the network adapter. |
|
Gets the large send offload (LSO) properties of the network adapter. |
|
Gets the power management features of the network adapter. |
|
Gets the quality of service (QoS) properties of the network adapter, specifically data center bridging (DCB) settings. |
|
Gets the remote direct memory access (RDMA) properties for this network adapter. |
|
Gets network adapters that support receive segment coalescing (RSC). |
|
Gets receive side scaling (RSS) properties of the network adapter. |
|
Gets the Single-Root I/O Virtualization (SR-IOV) properties of the network adapter. |
|
Displays the Single-Root I/O Virtualization (SR-IOV) virtual function (VF) settings. |
|
Gets statistics from the network adapter. |
|
Gets the virtual machine queue (VMQ) properties of the network adapter. |
|
Gets the virtual machine queues (VMQs) allocated on a network adapter. |
|
Displays the network adapter virtual port (VPort) settings for a Single-Root I/O Virtualization (SR-IOV) or virtual machine queue (VMQ) VPort. |
|
Creates a new advanced property for the network adapter. |
|
Removes an advanced property from the network adapter. |
|
Renames a network adapter. |
|
Resets the advanced properties of a network adapter to their factory default values. |
|
Restarts a network adapter by disabling and then re-enabling the network adapter. |
|
Sets the basic network adapter properties. |
|
Sets the advanced properties of a network adapter. |
|
Sets the binding state of a transport or filter on a network adapter. |
|
Sets the various checksum offload settings. |
|
Sets the encapsulated packet task offload property of the network adapter. |
|
Sets the IPsec offload properties of the network adapter. |
|
Sets the large send offload (LSO) properties of the network adapter. |
|
Sets power management properties on the network adapter. |
|
Sets the quality of service (QoS) properties of the network adapter, specifically data center bridging (DCB). |
|
Sets the remote direct memory access (RDMA) properties on the network adapter. |
|
Sets the enabled state of receive segment coalescing (RSC). |
|
Sets the receive side scaling (RSS) properties on the network adapter. |
|
Sets the Single-Root I/O Virtualization (SR-IOV) properties of the network adapter, such as the number of virtual functions (VFs), the number of virtual ports (VPorts), and the number of queue pairs for default and non-default VPorts. |
|
Sets the virtual machine queue (VMQ) properties of the network adapter. |
Observação
To list all the cmdlets that are available, use the Get-Command -Module NetAdapter
cmdlet.
Para obter mais informações sobre qualquer cmdlet ou sua sintaxe, use o cmdlet Get-Help
<nome do cmdlet>, em que <nome do cmdlet> é o nome do cmdlet que você deseja pesquisar. Para obter informações mais detalhadas, você pode executar qualquer um dos seguintes cmdlets:
● Get-Help
<nome do cmdlet> -Detailed
● Get-Help
<nome do cmdlet> -Examples
● Get-Help
<nome do cmdlet> -Full