Difference between revisions of "Using COM with Windows PowerShell 1.0"

From Techotopia
Jump to: navigation, search
(New page: In previous chapters we have have covered the use of the .NET framework from within Windows PowerShell. In this chapter we will look at leveraging Microsoft's Component Object Model (COM) ...)
 
(No difference)

Revision as of 18:25, 22 December 2008

In previous chapters we have have covered the use of the .NET framework from within Windows PowerShell. In this chapter we will look at leveraging Microsoft's Component Object Model (COM) from with Windows PowerShell. In particular the issue of launching and interacting with applications and working with the Windows desktop from whithin PowerShell will be covered.

Creating COM Objects in Windows PowerShell