PowerShell Logo Small

Remove-SmbMultichannelConstraint



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

Removes one or more specified Server Message Block (SMB) multi-channel constraints, which determine the network interfaces to be used when connecting to specific servers.

SYNTAX


Remove-SmbMultichannelConstraint [-ServerName] <String[]> [[-InterfaceIndex] <UInt32[]>] [-AsJob] [-CimSession <CimSession[]>] [-Force] [-PassThru] [-ThrottleLimit <Int32>]
[-Confirm] [-WhatIf] [<CommonParameters>]
Remove-SmbMultichannelConstraint [-ServerName] <String[]> [[-InterfaceAlias] <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-Force] [-PassThru] [-ThrottleLimit <Int32>]
[-Confirm] [-WhatIf] [<CommonParameters>]
Remove-SmbMultichannelConstraint [-AsJob] [-CimSession <CimSession[]>] [-Force] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-SmbMultichannelConstraint cmdlet removes one or more specifiesoft.com/fwlink/?LinkId=289683">http://go.microsoft.com/fwlink/?LinkId=289683
Get-SmbMultichannelConstraint
New-SmbMultichannelConstraint

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Remove-SmbMultichannelConstraint -ServerName Contoso-SO
Confirm
Are you sure you want to perform this action?
Performing operation 'Remove-SmbMultiChannelConstraint' on Target 'Contoso-SO,{597b0a73-2b66-4be0-9e6d-f42eae8a35d6}'.
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): N

Confirm
Are you sure you want to perform this action?
Performing operation 'Remove-SmbMultiChannelConstraint' on Target 'Contoso-SO,{bd3c4a04-64cf-4205-88f5-38c4c35dfc38}'.
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): N



This example removes one or more specified SMB multi-channel constraints, which determine the network interfaces to be used when connecting to specific servers.




EXAMPLE 2

PS C:\>Remove-SmbMultichannelConstraint -ServerName Contoso-SO -InterfaceIndex 12 -Force



This example removes one or more specified SMB multi-channel constraints, which determine the network interfaces to be used when connecting to specific servers without user
confirmation.