PowerShell Logo Small

Disable-NetAdapterRdma



This is the built-in help made by Microsoft for the command 'Disable-NetAdapterRdma', 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

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

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

Enable-NetAdapterRdma
Get-NetAdapterRdma
Set-NetAdapterRdma

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Disable-NetAdapterRdma –Name MyAdapter



This example disables RDMA on the network adapter named MyAdapter and restarts the network adapter.