Changes

Jump to: navigation, search

Windows PowerShell 1.0 Commands and Aliases

566 bytes added, 13:33, 14 May 2009
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[The Basics of Creating and Running Windows PowerShell 1.0 Scripts|Previous]]<td align="center">[[Windows PowerShell 1.0 Essentials|Table of Contents]]<td width="20%" align="right">[[Windows PowerShell 1.0 String Quoting and Escape Sequences|Next]]</td>
<tr>
<td width="20%">The Basics of Creating and Running Windows PowerShell 1.0 Scripts<td align="center"><td width="20%" align="right">Windows PowerShell 1.0 String Quoting and Escape Sequences</td>
</table>
<hr>
 
 
<google>BUY_WPS</google>
 
 
Windows PowerShell contains a collection of pre-configured commands (also known as ''cmdlets'') which can be used either in the interactive shell environment, or within scripts. In addition, each command also has a pre-configured alias which typically shortens the amount of typing necessary to invoke a command, and often provides access to a command via a more familiar name. For example, the ''Get-ChildItem'' command for listing the contents of a directory may also be executed using the more familiar ''dir'' alias.

Navigation menu