Reset-SmbClientConfiguration
Resets the Server Message Block (SMB) client configuration parameters to their default values.
Syntax
Reset-SmbClientConfiguration
[-All]
[-CompressibilitySampling]
[-ConnectionCountPerRssNetworkInterface]
[-DirectoryCacheEntriesMax]
[-DirectoryCacheEntrySizeMax]
[-DirectoryCacheLifetime]
[-DisableCompression]
[-DormantFileLimit]
[-EnableBandwidthThrottling]
[-EnableByteRangeLockingOnReadOnlyFiles]
[-EnableLargeMtu]
[-EnableLoadBalanceScaleOut]
[-EnableMultiChannel]
[-EncryptionCiphers]
[-ExtendedSessionTimeout]
[-FileInfoCacheEntriesMax]
[-FileInfoCacheLifetime]
[-FileNotFoundCacheEntriesMax]
[-FileNotFoundCacheLifetime]
[-ForceSMBEncryptionOverQuic]
[-KeepConn]
[-MaxCmds]
[-MaximumConnectionCountPerServer]
[-OplocksDisabled]
[-RequestCompression]
[-SessionTimeout]
[-SkipCertificateCheck]
[-UseOpportunisticLocking]
[-WindowSizeThreshold]
[-Force]
[-CimSession <CimSession[]>]
[-ThrottleLimit <Int32>]
[-AsJob]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Reset-SmbClientConfiguration
cmdlet resets SMB client configuration parameters to their
default values.
Note
This cmdlet is available beginning with 2022-06 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems (KB5014665), and Cumulative Update for Windows 11, version 22H2 (KB5014668).
The CompressibilitySampling and RequestCompression parameters are available beginning with 2022-08 Cumulative Update for Microsoft server operating system version 21H2 for x64-based Systems (KB5016693), and Cumulative Update for Windows 11, version 22H2 (KB5016691).
Examples
Example 1: Reset the large MTU behavior
Reset-SmbClientConfiguration -EnableLargeMtu -Confirm:$false
This commands resets only the large MTU behavior to its default value without user confirmation.
Parameters
-All
Resets all the SMB client configuration parameters to their default values.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AsJob
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-CimSession
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.
Type: | CimSession[] |
Aliases: | Session |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-CompressibilitySampling
Resets the compression sampling behavior to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ConnectionCountPerRssNetworkInterface
Resets the SMB connection count for each RSS network interface to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DirectoryCacheEntriesMax
Resets the maximum cache entries that can be in the directory cache to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DirectoryCacheEntrySizeMax
Resets the maximum size of directory cache entry value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DirectoryCacheLifetime
Resets the directory cache lifetime to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DisableCompression
Resets the SMB compression behavior to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DormantFileLimit
Resets the dormant file limit to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableBandwidthThrottling
Resets the bandwidth throttling behavior to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableByteRangeLockingOnReadOnlyFiles
Resets the enabled byte range locking behavior on read-only file to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableLargeMtu
Resets the enable large MTU value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableLoadBalanceScaleOut
Resets the enable load balance scale out value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnableMultiChannel
Resets the enable multi-channel value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EncryptionCiphers
Resets the encryption ciphers used by the SMB client to its default value and order.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ExtendedSessionTimeout
Resets the extended session time-out value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FileInfoCacheEntriesMax
Resets the maximum number entries that can be in the file information cache to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FileInfoCacheLifetime
Resets the file information cache lifetime value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FileNotFoundCacheEntriesMax
Resets the maximum number entries that can be in the file not found cache to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FileNotFoundCacheLifetime
Resets the file not found cache lifetime value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Force
Forces the command to run without asking for user confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ForceSMBEncryptionOverQuic
Resets the for SMB encryption over QUIC value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-KeepConn
Reset the time, in seconds, before the SMB client session is automatically disconnected to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MaxCmds
Resets the maximum number of concurrent outstanding network requests that the SMB client supports to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MaximumConnectionCountPerServer
Resets the maximum connection count per server to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OplocksDisabled
Resets the opportunistic locks disabled value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RequestCompression
Resets the SMB client request compression value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SessionTimeout
Resets the session time-out value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SkipCertificateCheck
Resets the skip certificate check value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ThrottleLimit
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
this parameter is omitted or a value of 0
is entered, then Windows PowerShell calculates an
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
computer.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UseOpportunisticLocking
Resets the use opportunistic locks value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WindowSizeThreshold
Resets the window size threshold value to its default value.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None