Everything showed "Unavailable".
Fix is here:
http://social.technet.microsoft.com/forums/en-US/exchangesvrdeploylegacy/thread/02881780-9982-4a5a-a7fd-1cf609913779
Open mmc, add the exchange management console snap in and save it as emc.msc
create a bat file
set __COMPAT_LAYER=RUNASINVOKER
set COMPLUS_Version=v2.0.50727
"C:\Users\youri\Desktop\emc.msc"
and the management console will work.
I spend hours trying to resolve this, thank you!
ReplyDeleteThank you so much. I too have spent many hours on this and your batch file fixed it.
ReplyDeleteThe correct is with a space after first set and not with 2 undescores
ReplyDeleteset COMPAT_LAYER=RUNASINVOKER
set COMPLUS_Version=v2.0.50727
"C:\Users\youri\Desktop\emc.msc"
Thanks! RESPECT
Thank you for this fix!!! I've been so frustrated trying to get this MMC to work.
ReplyDeleteBeautiful!
ReplyDeleteMany thanks. I've been banging my head against the wall for hours...
ReplyDeleteThis does indeed work.
ReplyDeleteFor everybody who has no idea and is coming from Google (like me):
Search for mmc.exe and open it, then add/remove snap in like this:
imgur.com/qOOblHT
And look for Exchange Server 2010. Add it. Then File -> save as.