Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » FORMATEXTENSION   (RSS)

Use of Wildcards in PowerShell Formating

MMS in San Diego was a great conference! I met lots of customers that asked lots of great questions. I was demonstrating PowerShell's WMI support when a customer asked about controlling the output. The problem was that PowerShell was showing all the WMI

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