Link to home
Start Free TrialLog in
Avatar of ReggieM
ReggieM

asked on

New user/personal computer

Dear Experts,

I have some new users to my network.  They have brought there own computers to the company.  When they log in to the network their computers are given the rights assigned to them by the domain. (domain users)

I want them to log into the domain but have full control over their computers.  

Can anyone help me with this issue?

I appreciate the time.

Reggie
Avatar of Luc Franken
Luc Franken
Flag of Netherlands image

Hi ReggieM,

Make sure their useraccounts have "local" administrative rights.

Greetings,

LucF
To clarify - make their domain account part of the local Administrators...
User Manager (start->run->usrmgr)
or start->run->lusrmgr.msc
to do this...(what OS?)
ASKER CERTIFIED SOLUTION
Avatar of YohanShminge
YohanShminge

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PennGwyn
PennGwyn

It was a few years back, but I remember making a login script that would add the domain Administrators group to the Local Administrators group whenever anyone logged into the domain.  (Had a problem with some users trying to use the domain but lock out the domain admins....)

It shouldn't be *too* much harder to add the account logging in, although ideally you'd want to do it only for those users and only when logging in on their personal machines.  There's probably a slick Group Policy way to do that.

Group policies probably would take care of it, but check out this recent question pertaining to setting the local group via login script:  https://www.experts-exchange.com/questions/20925959/Changing-the-local-group-via-VB-logon-script-from-Administrator-to-Power-Users.html