Poohba wrote:
Shenan Stanley wrote:
Poohba said:
I want to set it up so that each user that locally logs on to the
laptop will be admin. I was going to set it up so that all
authenticated users can be admin of the laptops but I don't want
that b/c that would allow all users to open explorer and go to
\\hostname\c$ and I don't want that for EVERY user, just those
that have logged into that machine.
If the user is 'logging in locally' - that means someone created
an account for that person on the local machine. The person who
setup the local account just needs to set it up with Local Admin
rights - although this is a horrendous idea.
Do you mean something other than 'logon locally' by standard means.
(User has and is using a LOCAL account - not one in a domain...)
Yes. When its connected to the domain you don't need to log in
"locally". So we want the user that logs into that machine to be an
admin. I thought of creating a script but the script has to run as
admin to do so and since the script will run as the person logged
it, it won't work.
In order for a user to TRULY log on locally - one has to already have an
account created on the local machine. When that account is created (it is
not 'automagically created the first time they logon') the person/script
creating the local account gets to choose what type of account that is
(administrator, limited, etc.)
Now if what you are saying is that if they take the machine away from your
LAN and log into the domain using Cached Credentials - you want to them to
be admins for as long as they are not connected to your domain... Not only
do I not believe you couldn't do this (although with some crazy startup
script - it might be possible) - I believe you shouldn't do it. If you
cannot trust them as local administrators while connected to your domain
directly - why would you trust them as administrators on any of your
machines at all?
OR - do you have something where they are logging into the domain account
(when they remember to change the domain pull-down) when they can and then
they choose the local machine and log into a different account when not
connected directly to your domain? (In which case - the first point still
applies and you would have to create the local account and could assign it
whatever rights you saw fit then.)
Perhaps you are confusing what a domain logon and local logon actually are?
A domain cached logon is still a domain logon - there is nothing 'local'
about it other than (if you don't use romaining profiles) the stored profile
data. A true local logon requires a true local account.