PowerShell Logo Small

Get-SmbMultichannelConstraint



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

Retrieves the constraints that define how the Server Message Block (SMB) client uses network interfaces to connect to the servers.

SYNTAX


Get-SmbMultichannelConstraint [[-ServerName] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-SmbMultichannelConstraint cmdlet retrieves the constraints that define how the Server Message Block (SMB) client uses network interfaces to connect to the ser
vers.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=289514
New-SmbMultichannelConstraint
Remove-SmbMultichannelConstraint

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-SmbMultichannelConstraint
InterfaceAlias : RDMA1
InterfaceGuid : {597b0a73-2b66-4be0-9e6d-f42eae8a35d6}
InterfaceIndex : 12
ServerName : Contoso-SO
PSComputerName :

InterfaceAlias : RDMA2
InterfaceGuid : {bd3c4a04-64cf-4205-88f5-38c4c35dfc38}
InterfaceIndex : 15
ServerName : Contoso-SO
PSComputerName :



This example retrieves the constraints that define how the SMB client uses network interfaces to connect to the servers.