Changes

Jump to: navigation, search

An Overview of Windows PowerShell 1.0 and .NET

498 bytes added, 13:51, 14 May 2009
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Windows PowerShell 1.0 File Handling|Previous]]<td align="center">[[Windows PowerShell 1.0 Essentials|Table of Contents]]<td width="20%" align="right">[[Creating GUIs in Windows PowerShell 1.0 with WinForms|Next]]</td>
<tr>
<td width="20%">Windows PowerShell 1.0 File Handling<td align="center"><td width="20%" align="right">Creating GUIs in Windows PowerShell 1.0 with WinForms</td>
</table>
<hr>
 
 
<google>BUY_WPS</google>
 
 
The power of Windows PowerShell is enhanced significantly by the ability to access and utilize the .NET framework from within both the shell environment and PowerShell scripts. This means that if there is a requirement for which a Windows PowerShell cmdlet or construct is not available, there is a very good chance the behavior is available via .NET. For example, Windows PowerShell is a text based environment with no built in support for creating and displaying graphical user interfaces (GUIs). Through the use of .NET WinForms support, however, even the most complex of GUIs can be created quickly and easily from with Windows PowerShell.

Navigation menu