PC Review


Reply
Thread Tools Rate Thread

Default usersettings on server

 
 
=?Utf-8?B?ZWNob2JvYg==?=
Guest
Posts: n/a
 
      10th Apr 2006
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
 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a
 
      10th Apr 2006
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

"echobob" wrote:
| 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


 
Reply With Quote
 
=?Utf-8?B?ZWNob2JvYg==?=
Guest
Posts: n/a
 
      10th Apr 2006
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.

"Dave Patrick" wrote:

> 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
>
> "echobob" wrote:
> | 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
>
>
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      10th Apr 2006
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

"echobob" wrote:
|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.


 
Reply With Quote
 
=?Utf-8?B?ZWNob2JvYg==?=
Guest
Posts: n/a
 
      10th Apr 2006
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?

"Dave Patrick" wrote:

> 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
>
> "echobob" wrote:
> |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.
>
>
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      10th Apr 2006
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

"echobob" wrote:
| 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?


 
Reply With Quote
 
=?Utf-8?B?ZWNob2JvYg==?=
Guest
Posts: n/a
 
      10th Apr 2006
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 Patrick" wrote:

> 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
>
> "echobob" wrote:
> | 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?
>
>
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      10th Apr 2006
"echobob" wrote:
| 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


 
Reply With Quote
 
=?Utf-8?B?ZWNob2JvYg==?=
Guest
Posts: n/a
 
      10th Apr 2006


"Dave Patrick" wrote:

> "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..
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      10th Apr 2006
***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:
| > "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..


 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creatign new setting in userSettings section of app.config file Andrus Microsoft C# .NET 8 17th Jul 2008 04:50 PM
Help. Getting a An error has occurred while establishing a connectionto the server. When connecting to SQL Server 2005, this failure may be causedby the fact that under the default settings SQL Server does not allow remote aboutjav.com@gmail.com Microsoft ASP .NET 0 3rd May 2008 01:43 PM
ApplicationSettings; UserSettings Save and persistence =?Utf-8?B?V29sZmdhbmcgQW5zY2h1ZXR6?= Microsoft Dot NET Framework Forms 0 4th Sep 2006 12:07 PM
asp.net and UserSettings Tigger Microsoft ASP .NET 2 30th Jun 2006 01:35 AM
How to change usersettings in Outlook with VB Script? Dean Microsoft Outlook Form Programming 1 22nd Aug 2003 11:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:45 AM.