Hi all, this is my first time posting.
I've been away from VB programing for such a long time I seem to be
dumfounded when it comes to doing the easiest things.
Here's the situation:
Windows 2003 server and domain
I have loads of home directories on my school server.
With windows 9X's limitation of mapping to a share only the simple
thing to do is make a share out of the home directory. - (simple if
you like to right click a lot).
Rights are already assigned to the home folder when it was created.
I have a text file from Active Directory with the users name which
matches the users home folder (already created).
I would like to use this text file as a input file with a VBScript.
While in the Do loop I would like it to...
use the net share command to share the home folder as username + $ so
that all the shares are hidden (keeps it very clean this way)
That's it!
Very simple for the right person, which I am not.
Any help would be greatly appreaciated.
Michael