LOGON SCRIPT NEED HELP!!!!

  • Thread starter Thread starter jma
  • Start date Start date
J

jma

Hey
I have to write a logon script but im kind of stuck since
i havent done this before. I im just gona tell u what i
have to do first the user logs on then i have to ask this
question on the scrip IS THE USER A MEMBER OF A GROUP
WITH GROUP FOLDER?
IF YES MAP GROUP FOLDER TO P DRIVE.
IF NO MAP USER FOLDER TO M DRIVE.
then just set time on workstation and end.
If anyone be nice enough to help me out with this cript
it will be great.
Thanks.....
 
There are tools on the Resource Kit you can
use to do this, but I'd strongly recommend that
you instead download the freeware Kixtart
scripting utility (from www.kixtart.org), which is
designed to do exactly this kind of thing quite
easily.

Look at the documentation for the USE statement,
IF statement and MEMBER function. You should
be running in a couple of hours, and your logins will
be much faster besides.

Steve Duff, MCSE
Ergodic Systems, Inc.
 
Kixstart is the t1ts when it comes to scripting netlogon scripts. But you
should also look at the ResKit batch commands "Choice" and/or "IfMember".

MVS
 
Back
Top