August 11, 200521 yr I've just setup an SBS server and my user login scripts aren't working. It's simple with the usual net use command for adding a mapped drive:net use f:\\[servername]\[foldername]I keep getting the same result on all users that the path cannot be found. If you connect to the server and then map the folder manually it works. Can anyone shed any light on this??
August 11, 200521 yr put a space after f:it should read like this net use f: \\servername\sharenameyou dont have a space between : and \ and you need one
Create an account or sign in to comment