Question
September 24, 2007 at 02:10 PM
elihu.allen

mapping user specific drives

by elihu.allen . Updated 18 years, 10 months ago

mapping user specific drives
Ok I know that this should would but I can not seem to get it right. what I need is a J:| drive mapped for each user that targets a file on my file server labled “username”\docs. I have the common drive mapped and the printers mapped all through a vbs script but I can not seem to get this to work. I know that you can do it through the active directory profile but that requires you to point and click on each profile to set the drive. there has to be a way to script it so that it goes automatically! HELP!!

Also if some one knows how to cut the name so that it only shows the drive letter instead of the whole path that would be great!

this is the script that was trying to use…. did I get the syntax wrong?

net use persistent:yes j: \\serverfsa001\user_data$\%username%\DOCS

This discussion is locked

All Comments