aquageek wrote: » dsadd group "cn=AddToTraining,dc=domain1,dc=com" -d domain1.com -u username -p * dsquery user "dc=domain1,dc=com" | dsmod group "cn=AddToTraining,dc=domain1,dc=com" -addmbr dsget group "ou=AddToTraining,dc=domain1,dc=com" -members -d domain1.com -u username -p * | dsmod group "cn=training,dc=domain2,dc=com" -addmbr -d domain2.com -u username -p *
amart83 wrote: » IMO: 1. In Domain2, create a Security Global Group named "<whatever>" 2. In Domain2, make "<whatever>" a member of the "Domain Users" Domain Local group of Domain2 3. In Domain1, add the "<whatever>" Global group to the members to the "Training" Global group.
dynamik wrote: » The problem with scripting it is that you'll have to update it manually whenever users are added or removed. There's already a group that matches his criteria, so why make things more complicated than they need to be?
aquageek wrote: » That's true, but the question doesn't explicitly require that all future domain2 users be added to the training group.
aquageek wrote: » If you wanted to stop people automatically being added to the training group you'd have to manually remove them as a member each time.
dynamik wrote: » Are you an MS exam writer?
amart83 wrote: » You have two domains in the same forest, Domain1.com and Domain2.com In Domain1, there is a Security Global group called "Training" that is a member of a Domain Local group that has access to a shared folder. You need to add the domain users from Domain2 to the "Training" Global group in Domain1. Thoughts?
dynamik wrote: » Is the "domain users" group a domain local group in Server 2003 (I missed that part the first time around)? I only have 2008 available atm, and it shows it's a global group. If it is a domain local group that would be problematic since global groups can only contain accounts and other global groups.Group scope: Active Directory
dynamik wrote: » For step 2, you're going to want to make domain users a member of <whatever>.
dynamik wrote: » You can't make domain local groups members of global or universal groups. They can only be members of other domain local groups in the same domain. Check that link I posted. Are you sure domain users isn't a global group?