PowerShell Logo Small

Update-SmbMultichannelConnection



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

Forces the Server Message Block (SMB) client to update the multi-channel-related information.

SYNTAX


Update-SmbMultichannelConnection [[-ServerName] <String>] [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Update-SmbMulitchannelConnection cmdlet forces the Server Message Block (SMB) client to update the multi-channel-related information. To do this the SMB client will
communicate with one or more servers to which it is connected, to get the latest information on the network interfaces that is shared. If a server name is provided, then the
SMB client will communicate with only that server to get the information. If no parameter is provided, then the SMB client will communicate with all of the servers to which
it is connected.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=291241
Get-SmbMultichannelConnection

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Update-SmbMulitchannelConnection



This example forces the SMB client to update the multi-channel-related information.




EXAMPLE 2

PS C:\>Update-SmbMultichannelConnection -ServerName Contoso-SO



This example forces the SMB client to update the multi-channel-related information for the SMB server named Contoso-SO.