Hi there,
how can I create TAPI 3.x COM objects through powershell?
Related to this: how can I list the available COM objects?
- Gergely
Hi there,
how can I create TAPI 3.x COM objects through powershell?
Related to this: how can I list the available COM objects?
- Gergely
Regarding you first question consult the documentation; other than
New-Object -COM <ProgID> _every_ compoent will be different in how its used.
Regarding you second
$progId = Get-WMIObject Win32_ClassicCOMClassSetting | ? {$_.ProgId -like
"*"} | select Description, ProgID, InprocServer32, LocalServer32
"Gergely Buday" wrote:
> Hi there,
>
> how can I create TAPI 3.x COM objects through powershell?
>
> Related to this: how can I list the available COM objects?
>
> - Gergely
> .
>
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to call contacts stored in Live Mail through TAPI ? | Werner Tröger | Live Mail | 0 | 18 Apr 2009 |
| TAPI connection will not load | blizake | Network & Sharing | 3 | 18 Nov 2008 |
| driver not compatible with TAPI.dll | goms | Drivers | 0 | 20 May 2008 |
| TAPI Support in WLM? | Meandyouboth | Live Mail | 0 | 13 Apr 2008 |
| TAPI driver setup fails on Vista | Christoph Künkel | Vista installation & setup | 0 | 07 May 2007 |