Jump to content

MAP NETWORK SHARE PERMANENTLY


Recommended Posts

Guest 2788888@googlemail.com
Posted

Hello,

 

I want to map a network share permanently:

 

this is what i do:

 

1) I logon with user1

2) I map \\SERVER1\DATA to drive D:

3) I logout again

 

Question: Is the drive-mapping known to a service which is running

under user1 ?

 

Regards, Dani

  • Replies 3
  • Created
  • Last Reply

Popular Days

Guest Meinolf Weber
Posted

Re: MAP NETWORK SHARE PERMANENTLY

 

Hello 2788888@googlemail.com,

 

net use [/persistent:{yes | no}] will make it persistent or not

 

Best regards

 

Meinolf Weber

Disclaimer: This posting is provided "AS IS" with no warranties, and confers

no rights.

** Please do NOT email, only reply to Newsgroups

** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

 

> Hello,

>

> I want to map a network share permanently:

>

> this is what i do:

>

> 1) I logon with user1

> 2) I map \\SERVER1\DATA to drive D:

> 3) I logout again

> Question: Is the drive-mapping known to a service which is running

> under user1 ?

>

> Regards, Dani

>

Guest Dave Patrick
Posted

Re: MAP NETWORK SHARE PERMANENTLY

 

Mapped drives won't natively exist when no one is logged on. Better to use

UNC paths.

 

 

--

 

Regards,

 

Dave Patrick ....Please no email replies - reply in newsgroup.

Microsoft Certified Professional

Microsoft MVP [Windows]

http://www.microsoft.com/protect

 

 

<2788888@googlemail.com> wrote:

> Hello,

>

> I want to map a network share permanently:

>

> this is what i do:

>

> 1) I logon with user1

> 2) I map \\SERVER1\DATA to drive D:

> 3) I logout again

>

> Question: Is the drive-mapping known to a service which is running

> under user1 ?

>

> Regards, Dani

Guest Jon Wallace
Posted

Re: MAP NETWORK SHARE PERMANENTLY

 

 

I would also add to this than most services run under the context of some

form of local service account and therefore have no network credentials,

meaning they would probably be unable to access a share...

 

In order to get around this, you would have to run the service using an

account which has the relevent access to the share...

 

Thanks,

Jon

 

http://www.insidetheregistry.com

 

---

 

"Dave Patrick" <DSPatrick@nospam.gmail.com> wrote in message

news:O0QkDigLJHA.5164@TK2MSFTNGP04.phx.gbl...

> Mapped drives won't natively exist when no one is logged on. Better to use

> UNC paths.

>

>

> --

>

> Regards,

>

> Dave Patrick ....Please no email replies - reply in newsgroup.

> Microsoft Certified Professional

> Microsoft MVP [Windows]

> http://www.microsoft.com/protect

>

>

> <2788888@googlemail.com> wrote:

>> Hello,

>>

>> I want to map a network share permanently:

>>

>> this is what i do:

>>

>> 1) I logon with user1

>> 2) I map \\SERVER1\DATA to drive D:

>> 3) I logout again

>>

>> Question: Is the drive-mapping known to a service which is running

>> under user1 ?

>>

>> Regards, Dani

>


×
×
  • Create New...