Is there a PowerShell module or commands for administering COM+ components? In particular, I'd like to:
- Query whether a COM+ application is installed/registered.
- Start or Stop a COM+ application.
- Install/register or uninstall/unregister COM+ application.
I am new to both PowerShell and COM+ so may be using the wrong terms (install vs register, etc).
List COM+ components
Stop/Start Components
Install Com+ application using the InstallApplication method
Here is a way to register a com+ application using powershell. You need to replace $AppID and $CLSID with the 128 bit unique identifier of your object.