ADUC - multiple DCs in one MMC window

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

Guest

I need to have ready access to many 10+ Domain controllers. I set up my MMC
with the appropriate connections but when I reopen the MMC they all connect
to the closest Domain Controller. Is there a way to have the snap ins
reconnect to tthe different domain controllers?
 
In
Paul Riffe said:
I need to have ready access to many 10+ Domain controllers. I set up
my MMC with the appropriate connections but when I reopen the MMC
they all connect to the closest Domain Controller. Is there a way to
have the snap ins reconnect to tthe different domain controllers?

Did you use the default ADUC or did you create your own custom MMC?

--
Regards,
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

If this post is viewed at a non-Microsoft community website, and you were to
respond to it through that community's website, I may not see your reply
unless that website posts replies back to the original Microsoft forum.
Therefore, please direct all replies ONLY to the Microsoft public newsgroup
this thread originated in so all can benefit or ensure the web community
posts it back to the original forum.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services
Microsot Certified Trainer
Infinite Diversities in Infinite Combinations.
=================================
 
Created my own MMC -
--
Thank you
Paul Riffe


Ace Fekay said:
In

Did you use the default ADUC or did you create your own custom MMC?

--
Regards,
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

If this post is viewed at a non-Microsoft community website, and you were to
respond to it through that community's website, I may not see your reply
unless that website posts replies back to the original Microsoft forum.
Therefore, please direct all replies ONLY to the Microsoft public newsgroup
this thread originated in so all can benefit or ensure the web community
posts it back to the original forum.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft Windows MVP - Windows Server - Directory Services
Microsot Certified Trainer
Infinite Diversities in Infinite Combinations.
=================================
 
In
Paul Riffe said:
Created my own MMC -

Unless you connected to that specific DC in the console, and saved it, but
it still reverts back to the closest, I believe it will use the closest
based on your Sites configuration. Basically, when you are 'looking' at a
domain in ADUC, you are looking at the domain as a whole and theoretically
because of the multi-master model that AD uses, any domain controller will
work.

Ace
 
I need to have ready access to many 10+ Domain controllers. I
set up my MMC
with the appropriate connections but when I reopen the MMC
they all connect
to the closest Domain Controller. Is there a way to have the
snap ins
reconnect to tthe different domain controllers?

Starting Active Directory MMC consoles from the command-line
Active Directory MMC consoles, including Active Directory Users and
Computers (dsa.msc), Active Directory Domains and Trusts (domain.msc)
and Active Directory Sites and Services (dssite.msc), provide
command-line options that allow you to start a console focused on a
particular domain or domain controller. The command-line options
support both fully qualified domain names and NetBIOS names.

The command-line options are:

• /domain=FullyQualifiedDomainName

• /domain=NetBIOSDomainName

• /server=FullyQualifiedDomainControllerName

• /server=NetBIOSDomainControllerName


You can use these command-line options to run the Active Directory MMC
consoles directly from the command line, or you can create a shortcut
to start a console and add the appropriate command-line options to the
shortcut. You can also use the command-line options with any custom
consoles that you create. For more information about creating and
saving console files, see Windows interface administrative tool
reference A-Z: Microsoft Management Console.

Command-line examples:

• To start Active Directory Users and Computers focused on domain1,
type:

dsa.msc /domain=domain1

• To start Active Directory Users and Computers focused on server1,
type:

dsa.msc /server=server1.domain1

• To start Active Directory Sites and Services focused on server1,
type:

dssite.msc /server=server1.domain1

• To start Active Directory Domains and Trusts focused on server1,
type:

domain.msc /server=server1.domain1


Notes

• Do not use both a /domain and /server command-line option at the
same time.

• The /domain options can only be used with Active Directory Users
and Computers.
 
Back
Top