|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Nov 2002
Posts: 502
|
Login script in win 2000 server
I have two questions
1 -How do you create login scripts in Windows 2000 server to map user to a specific, folder? 1 -I am reciving an error in one win 2000 pro station that says that there is a duplicate name in the network or there is not domain controller to validate the user name, how can I solve this problem? |
|
|
|
|
|
#2 |
|
Member (9 bit)
Join Date: May 2000
Location: Lexington, Michigan
Posts: 353
|
logon scripts are just batch files that run when a user logs on to a workstation. first create a batch file in:
\winnt\SYSVOL\sysvol\DomainName\scripts directory with a .bat extension. the command in the batch file that maps drives to shared folders on the server is: NET USE J: \\SERVERNAME\SHARENAME subsitute J: for whatever drive letter you want to map on the work station. SERVERNAME is the name of your server and SHARENAME is the name of a shared folder on the server. In the user account under the profile tab, is a box to enter the login script. As for the duplicate name on the network, check that the computer name under system properties is unique for each workstation
__________________
Certifiable =========================================== Cisco CCNA,CCDA CompTIA A+, Network+,Inet+,Security+ CIW Associate IBM AIX certified IBM Certified Specialist - p5 and pSeries Administration and Support for AIX 5L V5.3 IBM Certified Systems Expert - p5 and pSeries Enterprise Technical Support AIX 5L V5.3 |
|
|
|
|
|
#3 |
|
Eggs anyone?
Join Date: Oct 1999
Location: Hong Kong
Posts: 1,560
|
A very good logon script processor is Kixtart http://kixtart.org/
They have instructions to show you how to set it up. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|