PowerShell Logo Small

Enable-NetAdapterRdma



This is the built-in help made by Microsoft for the command 'Enable-NetAdapterRdma', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Enables remote direct memory access (RDMA) on the network adapter.

SYNTAX


Enable-NetAdapterRdma [[-Name] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
[<CommonParameters>]
Enable-NetAdapterRdma [-AsJob] [-CimSession <CimSession[]>] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf]
[<CommonParameters>]
Enable-NetAdapterRdma [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>] -InterfaceDescription <String[]> [-Confirm]
[-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-NetAdapterRdma cmdlet enables remote direct memory access (RDMA) on the network adapter. RDMA can increase networking throughput, reduce latency, and reduce
processor utilization.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287389
Disable-NetAdapterRdma
Get-NetAdapterRdma
Set-NetAdapterRdma

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Enable-NetAdapterRdma –Name MyAdapter



This example enables RDMA on the RDMA-capable network adapter named MyAdapter and restarts the network adapter.




EXAMPLE 2

PS C:\>Enable-NetAdapterRdma –Name *



This example enables RDMA on all RDMA-capable network adapters.