Using Vbscript I'm trying to create a homefolder on a network drive under windows 2000. I set the variables HomeDrive and HomeDirectory where username is a string
usr.Put "homedirectory", "\\servername\sharename\directory\" & username
usr.Put "homedrive","M:"
usr.Setinfo
The directory is never created after I run the script, but if I create the user manually inputing the directory info, the directory is created?
Thanks,
Aaron
usr.Put "homedirectory", "\\servername\sharename\directory\" & username
usr.Put "homedrive","M:"
usr.Setinfo
The directory is never created after I run the script, but if I create the user manually inputing the directory info, the directory is created?
Thanks,
Aaron