Default usersettings on server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What user or permissions are used on a server before anyone logs on. We need
several specific drives mapped, but don't want to have a particular user
logged on.

Thanks
 
In your logon script;

net use X: /d
net use X: \\servername\sharename

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| What user or permissions are used on a server before anyone logs on. We
need
| several specific drives mapped, but don't want to have a particular user
| logged on.
|
| Thanks
 
I want drives mapped without anyone having to log on. Right after the server
boots, when it is sitting at the logon screen, how can I have particular
drives mapped.
 
This is rather confusing. Mapped drives to what and for what purpose? Shares
are available as soon as the server starts up.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I want drives mapped without anyone having to log on. Right after the
server
| boots, when it is sitting at the logon screen, how can I have particular
| drives mapped.
 
If user genericuser logs on to server2 and maps x to \\server1\share1, y to
\\server1\share2, and z to \\server1\share3 is it possible to have those
drive letters connected if no user is logged on?
 
To what end? And why are users logging on to servers? Always best to use UNC
paths for services and or processes that need to run when no one is logged
on.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| If user genericuser logs on to server2 and maps x to \\server1\share1, y
to
| \\server1\share2, and z to \\server1\share3 is it possible to have those
| drive letters connected if no user is logged on?
 
Patrick,

Let me start over on my explaination.

We run Oracle on server1, some of the processes that the programmers have
set up require server1 to have drive x: mapped to server2\share1. We have a
user set up that is only used to log onto this server to set up the current
drive mapping. What I want to know is can we have the drive mappings set up
and not have any user logged on.
Previously when I said user I meant administrative type user account not
normal user.

Hopefully this is a more lucid explanation..

Thanks
Mike
 
:
| Dave,
|
| Let me start over on my explaination.
|
| We run Oracle on server1,
* How is this relevant?


some of the processes that the programmers have
| set up require server1 to have drive x: mapped to server2\share1.
* Ask them why they don't use UNC paths.


We have a
| user set up that is only used to log onto this server to set up the
current
| drive mapping. What I want to know is can we have the drive mappings set
up
| and not have any user logged on.
* http://support.microsoft.com/default.aspx?scid=kb;[LN];243486


| Previously when I said user I meant administrative type user account not
| normal user.
* http://support.microsoft.com/default.aspx?kbid=137890


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
Dave Patrick said:
:
| Dave,
|
| Let me start over on my explaination.
|
| We run Oracle on server1,
* How is this relevant?
***Gee I guess it's not, but I didn't expect a snotty reply..

some of the processes that the programmers have
| set up require server1 to have drive x: mapped to server2\share1.
* Ask them why they don't use UNC paths.
****I wasn't asking for help for our programmers
We have a
| user set up that is only used to log onto this server to set up the
current
| drive mapping. What I want to know is can we have the drive mappings set
up
| and not have any user logged on.
* http://support.microsoft.com/default.aspx?scid=kb;[LN];243486


| Previously when I said user I meant administrative type user account not
| normal user.
* http://support.microsoft.com/default.aspx?kbid=137890

**** Thanks for the links..
--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
***Gee I guess it's not, but I didn't expect a snotty reply..

It was just a question for more info if relevance exists. <geez>


****I wasn't asking for help for our programmers

I don't know what you're doing but it looks like maybe someone should be
asking. You're just adding to the list of possibilities that can cause this
sequence of events or processes to fail.


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| > "echobob" wrote:
| > | Dave,
| > |
| > | Let me start over on my explaination.
| > |
| > | We run Oracle on server1,
| > * How is this relevant?
| > ***Gee I guess it's not, but I didn't expect a snotty reply..
| >
| > some of the processes that the programmers have
| > | set up require server1 to have drive x: mapped to server2\share1.
| > * Ask them why they don't use UNC paths.
| >
| ****I wasn't asking for help for our programmers
|
| >
| > We have a
| > | user set up that is only used to log onto this server to set up the
| > current
| > | drive mapping. What I want to know is can we have the drive mappings
set
| > up
| > | and not have any user logged on.
| > * http://support.microsoft.com/default.aspx?scid=kb;[LN];243486
| >
| >
| > | Previously when I said user I meant administrative type user account
not
| > | normal user.
| > * http://support.microsoft.com/default.aspx?kbid=137890
| >
| >
| **** Thanks for the links..
 
Dave Patrick said:
***Gee I guess it's not, but I didn't expect a snotty reply..

It was just a question for more info if relevance exists. <geez>
Dave, I'm a smartass so that's how it sounded in my head when I read it..
Sorry.
****I wasn't asking for help for our programmers

I don't know what you're doing but it looks like maybe someone should be
asking. You're just adding to the list of possibilities that can cause this
sequence of events or processes to fail.
Kind of a continuation from above as my take on your response was wrong,
UNC's are planned but the way they have to deal with some old programs for
now require drive letters for now.
--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| > "echobob" wrote:
| > | Dave,
| > |
| > | Let me start over on my explaination.
| > |
| > | We run Oracle on server1,
| > * How is this relevant?
| > ***Gee I guess it's not, but I didn't expect a snotty reply..
| >
| > some of the processes that the programmers have
| > | set up require server1 to have drive x: mapped to server2\share1.
| > * Ask them why they don't use UNC paths.
| >
| ****I wasn't asking for help for our programmers
|
| >
| > We have a
| > | user set up that is only used to log onto this server to set up the
| > current
| > | drive mapping. What I want to know is can we have the drive mappings
set
| > up
| > | and not have any user logged on.
| > * http://support.microsoft.com/default.aspx?scid=kb;[LN];243486
| >
| >
| > | Previously when I said user I meant administrative type user account
not
| > | normal user.
| > * http://support.microsoft.com/default.aspx?kbid=137890
| >
| >
| **** Thanks for the links..
 
Back
Top