Batch file to map documents share

Joined
25 Sep 2011
Posts
3,859
Afternoon guys,

My batch skills are failing me here and in an extremely hectic week i'm turning to you.. would appreciate someone giving me the correct code to make this work... For lots of reasons I need this as a quick fix, I'm aware gpo is a better route etc..

I need it to map network share to the logged in users documents using their credentials.

So for instance:

\\Server01\Share01$

ie:

\\Server01\Username$

Thanks in advance.

Rich
 
I cant think of any reason you would want to do this over the user properties for the user account to map a users home folder using this to bulk change users in AD \\server\%username% and chose a drive letter.
 
Back
Top Bottom