PowerShell Logo Small

Disable-NetAdapterRdma



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

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

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287376
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.