Login scripts

  • Thread starter Thread starter Laptop
  • Start date Start date
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.

(e-mail address removed)
 
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.

Novell:
map n:=server/sys:
Microsoft
net use n: \\server\share

Ciao, Walter
 
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.

(e-mail address removed)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top