Avatar of chrislindsay
chrislindsay
Flag for United Kingdom of Great Britain and Northern Ireland asked on

Active Directory user and group admin

Hi experts,
I would like to outsourse the administration of doman users and groups to a service provider.
I am concerned about access to the server via terminal services.  How do I configure a RDC to give access to the service provider to administer users and group admin only on the Domain Controller?

Thanks in advance

Chris
Active DirectoryMicrosoft Server OSRemote Access

Avatar of undefined
Last Comment
chrislindsay

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Mike Kline

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
chrislindsay

ASKER
Thanks for the response.  There are approx 700 dynamic users with 150 static groups.  The project is around a sharepoint solution
Sandeep

You will have to create user accounts for the Third Party Users who will manage your Active Directory Users and Groups. Add those User Accounts to Account Operators Group which normally has access to Administer the Domain only for Users and Group. This is the default group in the Domain to manage user accounts.

http://social.technet.microsoft.com/Forums/windowsserver/en-US/c8709b32-e950-4299-b1a5-704285dee7b1/allow-normal-user-to-login-to-domain-controller?forum=winserverDS

By adding them in Account Operators they should get enough access to RDP to your Domain Controller.

If you still feel this one not safe, see if you have any Terminal Server in your infra, from where they can access the Network and from there by using Active Directory Users and Computers manage your Domain (You will still need to grant them access via Account Operators).

If you want to have some administration with you and grant delegation to specific OU you can do that also by using Delegate option in AD.

http://technet.microsoft.com/en-us/library/cc773317(v=ws.10).aspx
Will Szymkowski

The most secure way of accomplishing this is to have a workstation that has RSAT (remote Server Admin Tools) installed on. Create an account specific to the user logging in (if you have multiple people i would recommend creating individual accounts "for auditing purposes").

From there use the delegate control wizard and delegate the permissions necessay. Enable RDP on the clinet workstation and then have them access Users and Groups this way.

You would delegate control only on the OU structures that you want the account to have access to.

Will.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
chrislindsay

ASKER
Hi All,
Thanks for the tips but I went with the first solution from mkline71 which works well