Help with logon script
Results 1 to 3 of 3

Thread: Help with logon script

  1. #1
    Join Date
    May 2000
    Posts
    1

    Help with logon script

    Is there a way, using a batch file, to create a script that creates the home directory on the server of a particular user if one does not exist?(ie: newuser logs in for first time and a his home directory is created on the server that ran from the login script)

    We can path a directory that exists, and set the default directory based on whatever login name but we cannot create a directory that does not exist on the server.

    This may seem trivial and I apologize, I am a newbie to logon scripts(and the sites I have gone to about help state everything I need to know but this.. which either this is not possible or it is so trivial that I am seriously going to hurt myself once I find the answer)

  2. #2
    Join Date
    Mar 2000
    Location
    Cambridge, UK
    Posts
    3,435
    You cant do that from batch file unless that user has write-access to the folder above his home. Here this kind of access would be granted to supervisors only. You can however create homes through user manager or batch files. I posted one a few days ago. I'll put up a link as soon as I find it.

    Regards,

    ------------------
    Tech Guy
    Please visit my forum

  3. #3
    Join Date
    Mar 2000
    Location
    Cambridge, UK
    Posts
    3,435
    Take a look at this thread: http://discussions.virtualdr.com/For...ML/004545.html

    ------------------
    Tech Guy
    Please visit my forum

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •