FWIW - I have found that MMC does not crash if I start it with runas using /netonly argument. These are the commands I use to open AD MMC snap-ins from workstations that are not domain members. I noticed MMC worked from my non-member workstation so I tested it on the local system and found it works. I'm running as DOMAIN\Administrator, which is the same user I am logged in with. I'm not sure what the /netonly option does differently in this case.
Active Directory Users and Computers runas /netonly /user:DOMAIN\Administrator "mmc dsa.msc /server=dc_ipaddr_goes_here" Active Directory Sites and Services runas /netonly /user:DOMAIN\Administrator "mmc dssite.msc /server=dc_ipaddr_goes_here" Active Directory Domains and Trusts runas /netonly /user:DOMAIN\Administrator "mmc domain.msc /server=dc_ipaddr_goes_here" DNS Manager runas /netonly /user:DOMAIN\Administrator "mmc dns.msc /server=dc_ipaddr_goes_here" On Thu, Dec 6, 2012 at 2:36 PM, Marc Muehlfeld < [email protected]> wrote: > Am 06.12.2012 19:54, schrieb Thomas Simmons: > > Provision >>> Set acl:search=false >>> Start S4 >>> Boot client & login (this is the first time it's seeing S4) >>> Remove acl:search=false + Restart S4 >>> Open MMC = crash >>> Add acl:search=false + Restart S4 >>> Open MMC = works >>> Remove acl:search=false + Restart S4 >>> Open MMC = works >>> Reboot client >>> Open MMC = works >>> >> > > This I can't confirm: > > rc5 Domain: everything is fine > migrating to rc6: the mmc I had open the whole time works fine > log off/on, open MMC: broken > set acl:search=false + restart > open mmc : works > remove set acl:search=false + restart > open mmc : broken again > set acl:search=false again + restart > open mmc : works > > > Removing the workaround, actually breaks it again. > > > > Regards, > Marc > > > > > -- > Marc Muehlfeld (IT-Leiter) > Zentrum für Humangenetik und Laboratoriumsmedizin > > Dr. Klein, Dr. Rost und Kollegen > Lochhamer Str. 29 - D-82152 Martinsried > Telefon: +49(0)89/895578-0 - Fax: +49(0)89/895578-780 > http://www.medizinische-**genetik.de <http://www.medizinische-genetik.de> > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
