Is there a way to dump the DCOM settings for a given DCOM object on the command line, if the GUID is known? (Maybe using PowerShell)
Is there a way to dump the DCOM settings for a given DCOM object on the command line, if the GUID is known? (Maybe using PowerShell)
I've never done it but it looks like you could use the comadmin class to begin exploring the administrative interfaces (
$comadmin = new-object -com "comadmin.comadmincatalog"
)See http://msdn.microsoft.com/en-us/library/ms683573(v=vs.85) for an overview of the comadmin namespace