Logon restiction for an active directory user.

  • Thread starter Thread starter Amoham
  • Start date Start date
A

Amoham

We have a Windows 2000 active directory installed. Now we
are trying to limit access on a desktop computer to one
active directory user. We only want this user to be able
to logon to network on this computer and no one else.

Please share your experience if you have done this.
Any help appreciated.

Thanks
 
You can use 'Deny Logon Locally' in a GPO to deny groups to logon to
specific computers.

Regards,
/Jimmy
 
The machine has local user groups, remove "domain users"
entry from "users" on the computer and add the user(s) who
you want to be able to sign on to the computer
individually.
 
Nathan, we used your suggestion. Thank You. In addition,
in active directory we assigned a particular user to use
that computer only. This works.

However, now we want the opposite. We want to exclude all
other users from using that particular computer. One
solution is to give access to all users to all the
computers but that one. This will require us to type the
name of hundreds of computers. Is there an easier way to
do this.

Thanks for help in advance.
 
However, now we want the opposite. We want to exclude all
other users from using that particular computer. One
solution is to give access to all users to all the
computers but that one. This will require us to type the
name of hundreds of computers. Is there an easier way to
do this.

It sounds exactly like what you wanted before, and if you
used my solution it's already done.

To limit who can login to the any specific computer, you
make a change to the local computer. You could do this
with a GPO if you want by assigning the restricted
computer to an OU and setting the group changes in a GPO,
but it's probably easier if you just login as local admin.

I'll give a bit of a step-by-step so it might be clearer
what you are doing...

* Login as local admin (domain admin will work too) to the
target computer.
* Right click "My Computer" and "Manage"
* Click Local Users and Groups, then Groups

You are seeing all the local groups in this list. When a
computer is added to the domain, "Users" is populated
with "Domain\Domain Users".

* Remove any domain user groups from "Users" and "Power
Users"
* Add selected user to the local "Users" group

At this point ONLY that one user (and Domain Admins) can
login to the machine. I would not suggest removing any
members from "Administrators" as this will make it hard
for the admins to make changes later.

If you want to make it easier to manage select computers,
add them to their own OU, create a group in that OU with
the members who should have access. Set that group
to "Users" for all comptuers in the OU. Join a new
computer directly to that OU and you _should_ have little
to change :)

If it's a limited case situation such as an administrators
workstation, then don't bother adding a separate OU for
it. If you need to do this frequently, then I would start
getting into the habbit of placing them in a special OU
for that purpose.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top