PowerShell Logo Small

Set-SmbClientConfiguration



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

Sets the Server Message Block (SMB) client configuration.

SYNTAX


Set-SmbClientConfiguration [-AsJob] [-CimSession <CimSession[]>] [-ConnectionCountPerRssNetworkInterface <UInt32>] [-DirectoryCacheEntriesMax <UInt32>]
[-DirectoryCacheEntrySizeMax <UInt32>] [-DirectoryCacheLifetime <UInt32>] [-DormantFileLimit <UInt32>] [-EnableBandwidthThrottling <Boolean>]
[-EnableByteRangeLockingOnReadOnlyFiles <Boolean>] [-EnableLargeMtu <Boolean>] [-EnableMultiChannel <Boolean>] [-EnableSecuritySignature <Boolean>] [-ExtendedSessionTimeout
<UInt32>] [-FileInfoCacheEntriesMax <UInt32>] [-FileInfoCacheLifetime <UInt32>] [-FileNotFoundCacheEntriesMax <UInt32>] [-FileNotFoundCacheLifetime <UInt32>] [-Force]
[-KeepConn <UInt32>] [-MaxCmds <UInt32>] [-MaximumConnectionCountPerServer <UInt32>] [-OplocksDisabled <Boolean>] [-RequireSecuritySignature <Boolean>] [-SessionTimeout
<UInt32>] [-ThrottleLimit <Int32>] [-UseOpportunisticLocking <Boolean>] [-WindowSizeThreshold <UInt32>] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-SmbClientConfiguration cmdlet sets the Server Message Block (SMB) client configuration.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=289700
Get-SmbClientConfiguration

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Set-SmbClientConfiguration -ConnectionCountPerRssNetworkInterface 8
Confirm
Are you sure you want to perform this action?
Performing operation 'Modify' on Target 'SMB Client Configuration'.
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):



This example sets the SMB client configuration.




EXAMPLE 2

PS C:\>Set-SmbClientConfiguration -ConnectionCountPerRssNetworkInterface 4 -Force



This example sets the SMB client configuration without user confirmation.