Logon Scripts for Group Policy object

T

tandrist

How do you map a single drive using the GPO, scripts logon/logoff. Can this
be done and if so, what is the correct format to map the drive?
Example, I want to map S to a network drive whenever someone logs into the
server.
I want this to happen when someone logs in using remote desktop/terminal
services.
OR, is there an easier way?

Thanks in advance!
Tom
 
F

Florian Frommherz [MVP]

Howdie!
How do you map a single drive using the GPO, scripts logon/logoff. Can this
be done and if so, what is the correct format to map the drive?
Example, I want to map S to a network drive whenever someone logs into the
server.

Try a .bat file with the following content:

NET USE S: \\myServer\myShare\ /persistent:no
I want this to happen when someone logs in using remote desktop/terminal
services.
OR, is there an easier way?

When using Terminal Services, you will probably have a look at Loopback
Processing:

http://www.frickelsoft.net/blog/?p=22

cheers,

Florian
 

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

Top