Computing.Net > Forums > Windows NT > Logon Script for mapping user 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.

Logon Script for mapping user home directories.

Reply to Message Icon

Name: Steven
Date: October 28, 1999 at 21:04:09 Pacific
Comment:

Pls help and send me a sample of scripts for automatic logon and mapping user home directories automatically for network size of 800 users.



Sponsored Link
Ads by Google

Response Number 1
Name: graeme
Date: October 29, 1999 at 01:44:22 Pacific
Reply:

You shouldn't need to use a script as NT in the user profile has the option to automatically connect a drive as the users home drive.

All you simply do is type

\\SERVERNAME\%username%

You can highlight your entire user list and do it all just once. We have a user list of 18000 and it works.

If you are dead set on using a script file then the command is

NET USE H: \\servername\%username%
net use H: /home

and don't forget to put the login file name in the user profile


0

Response Number 2
Name: ruud
Date: November 7, 1999 at 10:44:18 Pacific
Reply:

Sorry, the upper answer is only usabel with NT workstation.
For win95 is NO SOLUTION.
win 95 does not know %username% or
%domainname%.


0

Response Number 3
Name: greenhornet
Date: November 15, 1999 at 21:50:03 Pacific
Reply:

Get formiliar with kixtart in the NT Resource kit. Excellent tool for greating simple or complex logon scripts in an NT & 95 network environment.


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: Logon Script for mapping user home directories.

Logon scripts for Win95 www.computing.net/answers/windows-nt/logon-scripts-for-win95/8361.html

Setting up LOGON SCRIPTS FOR USERS www.computing.net/answers/windows-nt/setting-up-logon-scripts-for-users/254.html

NT Logon script for mapping printers www.computing.net/answers/windows-nt/nt-logon-script-for-mapping-printers/286.html