Hi,
Situation:
Imagine we have a forest consisting of 3 domains (1 root domain and 2 sub domains) in a single forest
At the moment we installed Adaxes service in the root domain using a managed service account and added his service account to domain admins.
We then added the 2 subdomains to Adaxes and added their user to "domain admins" in each of their domains too.
As you can imagine, domain admins is by default a Global Security Group and therefore accept users of his domain only.
Need:
Imagine we would like from a single custom command, to do things in multiple domains of the forest.
What are the options?
-
delegate each ad rights needed in the subdomains to the root domain account ? (more secure)
-
Add service account of the root domain to the "enterprise admins" group (We wouldn't want to do that...)
-
Any other ideas?