PC Review Forums Newsgroups Windows 2000 Microsoft Windows 2000 Terminal Server Applications Create R: drive

Reply

Create R: drive

 
Thread Tools Rate Thread
Old 06-10-2003, 09:02 PM   #1
tjdd1
Guest
 
Posts: n/a
Default Create R: drive


I installed an application on an existing application
server at headquarters. Remote users located in another
state need to get to this new application as well as
headquarter users.

The application resides on a different server than our
newly created Terminal server. I want to map a drive on
the new Terminal server that points to the application
server were the application resides.

How do I login to the Terminal server at heaquarters and
create an R: drive mapping for the remote users? In other
words, I want the remote users logging in from a Terminal
Sever client to connect to the new application via an R:\
drive mapping/connection.


Any insight would be appretiated!
  Reply With Quote
Old 06-10-2003, 09:26 PM   #2
Vera Noest [MVP]
Guest
 
Posts: n/a
Default Re: Create R: drive

Create a logon script for your users and put in a line like

net use R: \\fileserver\application_share

Make sure that your users have sufficient permissions to this
share, both on the share level and the NTFS level.

--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup ---

"tjdd1" <tjdd1@ispwest.com> wrote in news:237f201c38c44$c3bc7b00
$a601280a@phx.gbl:

> I installed an application on an existing application
> server at headquarters. Remote users located in another
> state need to get to this new application as well as
> headquarter users.
>
> The application resides on a different server than our
> newly created Terminal server. I want to map a drive on
> the new Terminal server that points to the application
> server were the application resides.
>
> How do I login to the Terminal server at heaquarters and
> create an R: drive mapping for the remote users? In other
> words, I want the remote users logging in from a Terminal
> Sever client to connect to the new application via an R:\
> drive mapping/connection.
>
>
> Any insight would be appretiated!

  Reply With Quote
Old 06-10-2003, 09:49 PM   #3
Matthew Harris [MVP]
Guest
 
Posts: n/a
Default Create R: drive

Can you use a net use command in your login script?

Something like:

net use r: \\%server%\%share%

where %server% is the name of the server hosting the R
drive and %share% is the name of the share?

-M

>-----Original Message-----
>I installed an application on an existing application
>server at headquarters. Remote users located in another
>state need to get to this new application as well as
>headquarter users.
>
>The application resides on a different server than our
>newly created Terminal server. I want to map a drive on
>the new Terminal server that points to the application
>server were the application resides.
>
>How do I login to the Terminal server at heaquarters and
>create an R: drive mapping for the remote users? In other
>words, I want the remote users logging in from a Terminal
>Sever client to connect to the new application via an R:\
>drive mapping/connection.
>
>
>Any insight would be appretiated!
>.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off