Automating user account membership in another domain
This content might be a bit of a refresher for some, but it is important to always think out of the box when dealing with Active Directory and automation. What a start, right?
Here is the question posed: “How do I add a user account from domain A to a group in domain B using ADManager Plus?”
The tool being used is not all that important, but the ease of accomplishing the goal is. Instead of trying to ensure that the correct syntax for the other domain used in a script or tool, why not just have a group from domain B have membership in the group you want all users to belong to in domain A?
Here is what the moving parts would look like:
Domain A 
- User1, User2, User3, User4, etc.
- Group1
- GroupB

Comments