Greetings,
I am rather new to VBS and what it can do, but so far it has been a fun
experience. I currently am making a logon script via vbs and it is coming
along nicely. However, I am doing this in preparation of a move from mixed
Novell/MS environment to a pure MS environment.
Novell is currently used as the file server, but I have recently setup a MS
File Server and plan to migrate to it in a month or two. Novell allows for
the dynamic creation of the user home folder and rights assignment to that
folder whenever creating a new user account. My question is this: Is it
possible to mimic that functionalty in the MS environment using VBS, say
write a script to create a new user, user home folder and set permissions on
it. I would assume you would want input msgbox's for the unique naming and
so forth. Just wondering if this is workable? Thanks...
-Mac