Local drive mapping

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Hi everyone!

Is there any way other then using resource kit to enable local drive mapping
for users connecting to terminal services?

Thanks.
Alex
 
The drvmap utility from the resource kit doesn't work very well, and
you can easily do the same thing in a logon script:

You have to share the drive on the client, and then connect to it
from within the TS session with something like
"net use X: \\clientpc\shared_drive"

You can also have a look at TSDropCopy from
http://www.analogx.com/contents/download/system/tsdc.htm
 

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