Can we use Logos as a COM object? I thought folks had used it as such in the past. I found this powershell script that lists all available COM objects, but Logos is not in the output.
gci HKLM:\Software\Classes -ea 0| ? {$.PSChildName -match '^\w+.\w+$' -and (gp "$($.PSPath)\CLSID" -ea 0)} | ft PSChildName