Netlogon scripts

Diaonic

Senior member
May 3, 2002
305
0
0
Iv been reading some about making a login script that makes a home folder that only that user has permission to with windows 2000 server, and it uses the %<username>% command , but i don't know how to use this. Can anyone give me some insight?

Steps and course of action.

Thanks
 

scorpioLP

Senior member
Oct 9, 1999
217
0
0
I don't know the exact details off the top of my head, but I think you need to go into the Active Directory, under users, then pick someone and pull-up their properties.

Go to the Profile tab and you will see a HOME FOLDER section at the bottom.

More info at on MS TID 298403
 

Hoober

Diamond Member
Feb 9, 2001
4,391
39
91
You can do this through Active Directory as long as you have Active Directory controlling the domain and the user's are logging into the domain. The same is true for a login script because you instruct the profile to pull the login script via Active Directory. Simply browse to the user's account in AD, right-click, select properties, then profile. Within this window you are able instruct the server with what to do when that user logs into the domain.
 

Garion

Platinum Member
Apr 23, 2001
2,331
7
81
You could also probably do it with old-school domain login scripts and a 3rd party utility like Kix32 if you don't have AD.

- G
 

Diaonic

Senior member
May 3, 2002
305
0
0
Thanks guys , working on it now il post any more problems i run into with it.

Your help is much appreicated