Computing.Net > Forums > Windows NT > Complete Newbie:- Win98 Clients Home Directories??

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Complete Newbie:- Win98 Clients Home Directories??

Reply to Message Icon

Name: dbok
Date: August 20, 2000 at 04:28:59 Pacific
Comment:

Hi. I am a complete beginner and need some help with the basics of setting up some Windows 98 clients off an NT4 server.

How do I set up the W98 clients to create a drive, say F: as a home directory on the NT4 server? I believe I need to do this with some kind of logon script?

I’m also going to have a couple of hundred users on this network and need to know the best way of doing this. Some advice would be helpful.

Thanks,

David
dbinuk@hotmail.com



Sponsored Link
Ads by Google

Response Number 1
Name: cleo
Date: August 20, 2000 at 07:02:59 Pacific
Reply:

There are two ways - one for a new network for which you have not yet created the users and one for if the network already has a large number of users.

For a new network:
Create a directory called Users on the NT Server and share it with the default permission of full control for everyone. Then create subdirectories - one for each user and give that user full control to their folder and everyone else List permission. In User Manager for Domains, add the users and in their Profile section, indicate the location of their Home Directory.

If you are doing this for multiple users you can use a Template to create the variables so you don't have to enter this information everytime. Create a user called Template. In the profile section under Home Directory choose "Connect" - choose a drive letter like "F" and enter the UNC path to the directory: \\servername\Users\%Username%.

Now when you go to create your users, Click on the user called Template in User Manager, and choose Copy from the File menu. Enter the user's name and password, etc and their username will automatically get entered into the above mentioned path where the
%Username% was. Saves you alot of time.

The same goes for their profile path - in the Template user account enter the path to their profile as follows: \\servername\Profiles\%Username% and when you create a new user by using the Copy command their username will automatically get entered.

Login Script method:
In notepad create the login script and save it under Winnt\System32\Repl\Import\Scripts.
Enter the name of the login script in User Manager for Domains under each users Profile section - just the name is required - not the full path. To create the login script, make a directory called Users and share it as mentioned above. Create a subfolder with the users name and give the permissions mentioned above. The login script can be made in Notepad and would look like this:
net use F: \\servername\Users
Save it with a .bat extension and be sure that .txt files is not selected in the filetype box - change to "All files" or the file will save as login.bat.txt and won't work of course.

An important note about login scripts - they are DOS based and if your servername or sharename is longer than 8 letters then your login script won't work.

If your network is large and uses BDC's, then Replication will need to be set up so the login script gets copied out to all the BDC's in case any of them are required to authenticate a user.

Hope this doesn't sound too confusing. If you need a more detailed explanation then email me directly.


0

Response Number 2
Name: kay
Date: May 22, 2001 at 11:46:43 Pacific
Reply:

I was just introduced to this site and read your posting. It's exactly what I'm trying to do--the new network option-- and I follow the concept share/permissions fine. I believe my problem comes because I am dealing with two servers on one network. Our main server (FS1) holds the user network logins/accounts. Drive D on FS2 will house the user home directories.

Here's my structure:
--FS1 is our primary server and has all user login accounts entered here. I established user accounts for students on our server.

--FS2 is larger and is where I created the USERS (shared) directory with STUDENTS directory nested inside. Inside STUDENTS I created a handful of home directories to test.

So far so good. I can logon to the network as a student (FS1), but I cannot open or save to their home directory which is on FS2. Is there something I'm missing b/c of the two servers. I don't think it's a trust. Do I need a script to get from FS1 to FS2?

Appreciate any help.



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: Complete Newbie:- Win98 Clients Home Directories??

Mapping home directories www.computing.net/answers/windows-nt/mapping-home-directories/1575.html

User home directories on two domains www.computing.net/answers/windows-nt/user-home-directories-on-two-domains/6378.html

Maping Home Directory Through Login Script www.computing.net/answers/windows-nt/maping-home-directory-through-login-script/1621.html