Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help needed on cross-domain group nesting

Status
Not open for further replies.

wchull

MIS
Jun 14, 2001
93
US
Can anyone share any VBScript code that would allow you go do group nesting in a cross-domain environment?

We want to take some global groups in our production environment and nest them inside "domain local" groups in our deveopment domain. A one way trust already exists between the two domains and I can nest the production group inside the development group using ADUC but I can't seem to locate any VBScript code that will allow me to nest groups programatically. If you have code that will allow cross domain group nesting, I would really appreciate seeing how this is done. Thanks.
 
a trust between your dev and prod environments, rather you than me ;-)

have you looked at the WinNT object. That has some pretty basic functionality to add groups to groups
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top