DCOM/COM/COM+
What is it and what is it used for?
TODO
Dump a list of DCOM Objects
$DCOM = Get-WmiObject Win32_DCOMApplication
$DCOM | Format-Table AppID, Caption -auto
TODO
$DCOM = Get-WmiObject Win32_DCOMApplication
$DCOM | Format-Table AppID, Caption -auto