Mulitple domains through Same MMC

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI, How can i see all the parent-child as well as All the separate domain's
in a same forest through a common MMC?

Sin
 
Build your own MMC taskpad.

Type mmc
select file | add/remove snapin
select add
select active directory users and computers for each domain you want to display
Once done adding the plugins, go in and change the domain to proper domain for
several plugins and make sure you check the box that says "save this domain
setting for the current console".
save the console to some nice name
use that nice name.msc to call up that console later.

joe
 
Sin Joe said:
HI, How can i see all the parent-child as well as All the separate domain's
in a same forest through a common MMC?


Build the MMC yourself --

Start->Run-> msc /a (but that is the default.)

And add all of the domains to the same console.
 
hey guys ,
thanks for the quick response..
Here is another one...So that means by default i I can't view PARENT- CHILD
dopmain in the same MMC untill added through snap-ins?

What sort of design is this for a Database, if i can not view the child
entries...?


please comment.
Thanks
 
Sin Joe said:
hey guys ,
thanks for the quick response..
Here is another one...So that means by default i I can't view PARENT- CHILD
dopmain in the same MMC untill added through snap-ins?

What sort of design is this for a Database, if i can not view the child
entries...?


Each domain is a separate database.
 
Thanks for clarifying.
Sin
Herb Martin said:
Build the MMC yourself --

Start->Run-> msc /a (but that is the default.)

And add all of the domains to the same console.
 
Use adsiedit and point at a GC. A GC is the only DCs with a listing of all
objects for the forest. A DC will only have objects for the 2 forest partitions
and the default domain partition.

Alternatively make your own GUI tool to display the info, you can display it any
way you feel you want it displayed then.

joe
 
Back
Top