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
0 Comments