Changes

Jump to: navigation, search

Windows PowerShell 1.0 Commands and Aliases

679 bytes added, 18:58, 12 November 2008
PowerShell 1.0 Command Summary
== PowerShell 1.0 Command Summary ==
 
As previously mentioned, Windows PowerShell 1.0 is supplied with a wide range of built-in commands. A full listing of available commands may be displayed from with the interactive shell by typing ''help''. For the command-line syntax of a particular command, use the ''Get-Command'' command passing the name of the command as an argument:
 
<pre>
 
</pre>PS C:\Users\Administrator> get-command pop-location
 
CommandType Name Definition
----------- ---- ----------
Cmdlet Pop-Location [-PassThru] [-StackName <String>] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-ErrorVariable <String>] [-OutVariable <String>] [-OutBuffer <Int32>]...
The following table lists the different commands provided with Windows PowerShell 1.0:

Navigation menu