C# 2005:-DCOM list reteriving

A

arnie

Hi
How can we enumerate the list of DCOM components that are listed in
DCOMConfig [opened using dcomcnfg from Start>>Run menu] and then
subsequently change [if possible] their properties like
Authentication
Level etc. I think it is similar to WMI but I do not have any idea
about it
Thanks
 
N

Nicholas Paldino [.NET/C# MVP]

Arnie,

For edification, you are looking for COM+ application configuration.

There is an automation model that will allow you to access this
programatically. You can do this by adding a reference to the "COM + 1.0
Admin Type Library". This will create an interop assembly with the
automation types you can use to administer COM+.

Of course, you will need documentation, which you can find here:

http://msdn2.microsoft.com/en-us/library/ms688248.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DCOM functions? Does it matter if it's broken? 2
WMIdiag, what have I learned 6
WMI wouldn't start. My fix. 7
WMIDiag Errors 1
A lot of Windows Errors!! 12
WBEM_E_OUT_OF_MEMORY Error 0
WMI diagnostics 8
WMI Issue? 1

Top