Permission control across multiple domains

This is a discussion about Permission control across multiple domains in the Windows Security category; Hi There, here is my situation, My company is running NT4 and has over 10 different domains, all of them has 2-way trust relationship established with the IT Support Domain. For easier administration, we have created a Global Admin Account in the IT Support Domain, so that we can appliy patches/updates to other DCs ...

Windows Security 292 This topic was started by , . Last reply by ,


data/avatar/default/avatar07.webp

59 Posts
Location -
Joined 2000-09-15
Hi There, here is my situation,
 
My company is running NT4 and has over 10 different domains, all of them has 2-way trust relationship established with the IT Support Domain.
 
For easier administration, we have created a Global Admin Account in the IT Support Domain, so that we can appliy patches/updates to other DCs and their servers with one master login name & password.
 
However, what I realize is, with this setup, everyone from the IT Team (including the part-time and co-ops) will now be able to access all the shared resources on other domains...which is not a good idea.
 
Now, my questions is...
 
Besides going through all the domains, servers and removing "everyone"
from each shared directories/resources, Is there an alternative/quicker way of accomplishing this task?...I am talking about over 200 servers and over thousands of shared resources...
 
Is there a way to write a script that we can restrict user access?
 
Or,
 
Was our apporach a big mistake (such as creating 2-way trust and Global Admin account?)
 
Thanks and look forward to hear from you soon!
 
regards,
Mugen C

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
May 7
Created
May 24
Last Response
0
Likes
3 minutes
Read Time
User User User
Users

Responses to this topic


data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
Quote:Is there a way to write a script that we can restrict user access?

Check the resource kits from scriptable tools such as
http://www.ss64.com/nt/cacls.html
http://www.ss64.com/nt/xcalcs.html

In regards to your setup of multiple NT domains .... I personally would have recommended and encouraged a setup were there is an empty root domain where the rest of domains are children to the one empty ... with "enterprise" domain admins being heavily audited.

Why the two way trusts? Do children domains need to have access to the IT support domain? If so, were shortcut trusts not an option?

Quite honestly, I havent seen a scenario where Quote:one master login name & password wasused throughout an entire forest for management as the one you have described .... perhaps its just me ...

data/avatar/default/avatar03.webp

581 Posts
Location -
Joined 2002-04-27
Remove the users that you dont want access from the domain admins group in the IT support domain, this will stop them from accessing the other servers directly. As for the shares if you set NTFS permission on your shares to allow only the groups you want, including domain admins, then they will be blocke form these shares as well, which will cure both problems in one swoop.
 
 
then audit and assign rights as needed.