I have a basic logon script for drive mappings that looks like below. I only put one mapping here so you see how it looks. Attached is a screen shot of errors when a user logs in. The drives still map, I just don't like the errors.
Any suggestions?
@echo off
Net Use I: \\Server\Share
exit