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).