Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » FORMATEXTENSION » TYPE:COM   (RSS)

GetObject()

Monad provides a way to create new com objects with new-object $ie = New-Object -ComObject InternetExplorer.Application $ie.Navigate2( http://blogs.msdn.com/monad ) $ie.Visible=1 Great but what about if you want to bind to an existing object? Where is
 
Page view tracker