PowerShell and Creo

PowerShell can be used to talk to COM objects, here is a simple async connection example: PS C:\temp> $async = New-Object -ComObject pfcls.pfcAsyncConnection PS »