PowerShell Logo Small

Enable-NetAdapterRdma



This is the built-in help made by Microsoft for the command 'Enable-NetAdapterRdma', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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] [-WhatI
f] [<CommonParameters>]
Enable-NetAdapterRdma [-AsJob] [-CimSession <CimSession[]>] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf] [<Comm
onParameters>]
Enable-NetAdapterRdma [-AsJob] [-CimSession <CimSession[]>] [-IncludeHidden] [-NoRestart] [-PassThru] [-ThrottleLimit <Int32>] -InterfaceDescription <String[]> [-Conf
irm] [-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 reduc
e 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.