If you use the IP address of the server instead of the DNS name, it will bypass these stupid Windows restrictions.
So instead
net use h: \\ServerB\docs /user:ServerB\user Password
If the "Server" has an IP address of 192.168.0.1, you can use
net use h: \\192.168.0.1\docs /user:ServerB\user Password
Hope this helps
source share