in message
: :
: > "Smowk" wrote in message
: > : >: @tk2msftngp13.phx.gbl:
: >:
: >: > : >: >: : >: >:
: >: >: > Windows 2000 will ALWAYS create an Administrator account when
: >: >: > installed. This account is intended for use when you need to ...
: > well,
: >: >: > administer ... the computer. Other users you create will be in
: >: >: > the more limited "User" class.
: >: >: >
: >: >:
: >: >: on that note...
: >: >:
: >: >: if i have two computers, A and B
: >: >:
: >: >: how would i give access to computer A from B or vice versa if they
: >: >: both have admin as the user acct?
: >: >
: >: > They are not both administrator. They are computera\administrator
: >: > and computerb\administrator.
: >: >
: >:
: >: but when i try to add user computerb\administrator, it says I can't
: >: have those kinds of characters "\" in a name...any suggestions
: >
: > How are you trying to add it?
: >
: >
: >
:
: both trying to add the user "computera/user" to "local users and groups"
: and also trying to add "computera/user" to the permissions in the fild
: folder
I'm only talking about the 'net use' command at the command prompt.
You already have an admin account on both systems. You just need to map a
drive.
net use * \\computera\c$
If issued on computerb, this maps a drive to computera's administrative
share in the root of c: aka c:\
You will have to pass credentials also, so you need to tell it the password
domain\username. If the passwords are the same you may not have to pass
that. This first one will work but the 2nd might be all you need. However,
you only need to do this once.
From a command prompt at computerb:
net use * \\computera\c$ password /u:computerb\administrator /persistent:yes
computera and computerb are example names. Use the actual names of the
computers.
/persistent:yes means make this persistent across logons so you don't lose
mappings and have to do this again, for example, after a reboot.
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Online Support for IT Professionals -
http://support.microsoft.com/servicedesks/technet/default.asp?fr=0&sd=tech
How-to: Windows 2000 DNS:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;308201
FAQ W2K/2K3 DNS:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;291382