How to Increase the SMB session timeout time from 60 seconds to 120 seconds

The issue was the SMB SessionTimeout. sometimes because of the slow WAN link (512KB) it gets time out. The default  value is 60 seconds and you can use the command line to increased it to 120 seconds.

Below are the command line.

Set-SMBClientConfiguration -SessionTimeout 120

Post a Comment

0 Comments