Re: map drive w/o login ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Herb Martin (news_at_LearnQuick.com)
Date: 03/18/04


Date: Thu, 18 Mar 2004 09:11:24 -0600


"dlbrum" <anonymous@discussions.microsoft.com> wrote in message
news:f77901c40cf2$81047b30$a401280a@phx.gbl...
> Is it possible to have a drive mapped while the machine
> is not logged in to a particular account ?

Sure. Many people confuse "Login" with "Authentication" both
in speaking and in funtionality.

Authentication validates the user's credentials and it required for
access to resources including logon to a machine. Logon is
not a prerequisite for authentication.

You must however be "on some machine" -- logged on or not
that supports the (SMB) service desired to issue the request.

To map (and authenticate explicitly) from Windows machines we use:

Net Use * \\ServerName\ShareName * /user:DomainOrServerName\Username

> I'd like to back up some net drives without leaving the
> machine logged in...

Domain machines are ALWAYS logged in if the network
is connected. Many people also confuse the "machine
account" with the "user account."

Machines log themselves in when they boot. Machines don't
normally have access to network resources but as of Win2000
that can be arranged because the machines account is now a
"first class object" which can be granted and denied access.

Of course, with no use logged onto that machine you will need
to run the "backup" as a service or scheduled batch job with the
runas command -- which actually (technically) does a logon too.

What exactly do you wish to do?

-- 
Herb Martin
>
> ?


Relevant Pages

  • Re: AD Last User Logon Question
    ... authentication against an Exchange server to read ... > mode you are not replicating the attribute and thus the times on the DCs ... > the times that they were used by the user account to authenticate, ... Last logon is not a replicated attribute, ...
    (microsoft.public.windows.server.active_directory)
  • Re: Accessing security information from an authentication provider
    ... and the logon application is running under a privileged domain account. ... Because network resources are not part of the OS. ... authentication uses Kerberos in Windows domains, ...
    (microsoft.public.platformsdk.security)
  • Re: source of Failure Audits is Default Web Site
    ... that website stops these errors. ... I am guessing that the IUSR_SVR1 account ... running (so that IIS tries to logon for authentication using username/ ...
    (microsoft.public.inetserver.iis.security)
  • Re: Basic Authentication fails with Error 401.2 where Integrated s
    ... Just as a check I used NET USER /ADD on my test account and as expected ... The password dialog is supposed to appear for Basic authentication ... Thinking more esoterically now -- what are the login rights assigned ... IIS uses a specific login type, ...
    (microsoft.public.inetserver.iis.security)
  • Re: Basic Authentication + IIS 5 + Windows 2000 + Frontpage 2002 = failure?
    ... Everytime I attempt to login under Basic Authentication, ... IUSR_blah account. ... the anonymous user impersonated by the IIS Server is the ... > Event Viewer Security log. ...
    (microsoft.public.inetserver.iis.security)