Login scripts

L

Laptop

I want to setup a login script so that it maps network drives for the user.
How do I do this with active directory

I have windows 2000 server.

I know how to do this in novell but here it seems almost impossible.

[email protected]
 
A

Ace Fekay [MVP]

In
Laptop said:
I want to setup a login script so that it maps network drives for the
user. How do I do this with active directory

I have windows 2000 server.

I know how to do this in novell but here it seems almost impossible.

[email protected]

Since you also posted this to DNS, this is not a DNS question, but...

Create a login script.
Go into your OU's properties, GP tab, create or open up your current GPO. If
you want this for user accounts, expand User config, Windows settings,
scripts, logon, and click browse, and select your script.

In the script, you would have a command such as this, (assuming X is the
drive letter you want to map):
net use x: \\computername\sharename.


--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
Top