Anonymous

Can MMC be conigured to connect to a specific DC upon opening?


LIKED BY
0
PEOPLE

Is there a way to create an MMC console file that, when opened, will open the AD Users and Computer snap-in pre-focused on a particular domain controller? Or will the snapin ALWAYS connect to the nearest DC or whatever it does?

Replies

1

You can't do that natively within the MMC functionality.

1

The default behavior is in fact based on the site topology i.e the closest DC.

1

dsa.msc /server=<dc name> ... if you want to have a file You can wrap it in some cmd and execute this.

 

--

Tomek Onyszko

http://blogs.dirteam.com/blogs/tomek/ (EN)

http://www.w2k.pl (PL)

0

Well ... it is documented on technet ... OK- this is pretty old document:

Managing Active Directory from MMC

http://technet.microsoft.com/en-us/library/cc757197%28WS.10%29.aspx

--

Tomek Onyszko

http://blogs.dirteam.com/blogs/tomek/ (EN)

http://www.w2k.pl (PL)

0

I wish stuff like this was better documented. I knew you could do something similar Compmgmt.msc but with that MMC the switch is /computer=XXX

I suspected the same was true of DSA.MSC but don't know why I didn't think of trying /server.