Title: Message
 
Jochen,
 
There are a ton of resources that can help you with this.  MSFT has quite a few scripting resources to help you as well.  For just mapping drives, you could use the below example (from the MS Scripting .CHM): 
 
Dim WshNetwork
Set WshNetwork = WScript.CreateObject("WScript.Network")
WshNetwork.MapNetworkDrive "E:", "\\Server\Public"
 
As always, its usually better when you can learn how to do something for yourself.  It should be a very short learning curve with all of the great examples out on the net.  Here are some good places to start:
 
Windows Scripting
 
Desktop Engineer's Junk Drawer
 
DEV Guru's VBScript Reference
 
WSH Utilities & Scripts
 
Windows Script Host. Chapter 7 - Built-In WSHand VBScript Objects ( <- good explanation of the WshNetwork stuff here)
 
Win32 Scripting
 
Shell Scripting
 
 
Hope this helps,
Richard
 
 
-----Original Message-----
From: Jochen Andries [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 9:14 AM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Networkdrive-mapping @ logon

I would like to have one posted

 

The only thing I can is doing this from a DOS-prompt L

 

-----Original Message-----
From: Sullivan, Kevin [mailto:[EMAIL PROTECTED]]
Sent
: woensdag 18 september 2002 14:22
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Networkdrive-mapping @ logon

 

You can use a startup script and use VBScript to map the drives. You can pretty much call on any command like 'route'.

 

In the group policy for the container select startup script under computer configuration and point to the VBScript or JScript that you want to use. I will look for examples but I am sure that before I find one someone will post one... It is that kind of group <g>.

 

Kevin

 

-----Original Message-----
From: Jochen Andries [mailto:[EMAIL PROTECTED]]
Sent:
Wednesday, September 18, 2002 8:08 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] Networkdrive-mapping @ logon

 

Hello all,

 

Is there a way I can configure to map drives at startup ?  But more than 1 mapping.

 

Also can I put in this same "file" other commands ? (Like "route add .......")

 

 

Greetings,

 

Jochen Andries

Jabbeke Belgium

Reply via email to