- PowerShell 2.0 Home
- PowerShell 2.0 Tutorial - Part I
- PowerShell 2.0 Tutorial - Part II
- PowerShell 2.0 Tutorial - Part III
- PowerShell 2.0 Tutorial - Part IV
- PowerShell 2.0 Tutorial - Part V
- PowerShell 2.0 Tutorial - Part VI
- Powershell 2.0 Tutorial - Part VII
- Powershell 2.0 Tutorial - Part VIII
- PowerShell 2.0 Tutorial - Part IX
PowerShell 2.0 Tutorial - Part IX - PowerShell commonly used built-in Aliases
Powershell aliases provide alternate names for commands, functions, scripts, files, executables, and other command elements. PowerShell has many default aliases that map to commands, and you can create your own aliases as well. Aliases are designed to save you keystrokes, and each command can have multiple aliases. Following are some of the commonly used built-in Aliases
|
CMDLET |
ALIAS |
|
Get-Childitem |
Is or dir |
|
Get-Command |
gcm |
|
Get-Alias |
gal |
|
Get-History |
h or history |
|
Get-Process |
gps or ps |
|
Get-Service |
gsv |
|
Get-Variable |
gv |
|
Get-Location |
gl or pwd |
|
Get-Content |
cat, type |
|
Stop-Process |
spps, kill |
|
Stop-Service |
spsv |
|
Remove-item |
rd, rm, rmdir, del, erase |
|
Set-Alias |
sal |
|
Set-Location |
sl, cd, chdir |
|
Write-Output |
write, echo |
|
Format-List |
fl |
|
Format-Table |
ft |
|
Format-Wide |
fw |
|
Export-Alias |
epal |
|
Export-Csv |
epcsv |
|
Start-Service |
sasv |
|
Start-Sleep |
sleep |
|
Clear-Host |
clear or cls |
|
Set-Variable |
sv or set |
|
Remove-Variable |
rv |
|
New-Variable |
nv |
|
Sort-Object |
sort |
|
New-Item |
ni |
|
Group-Object |
group |
|
Import-Csv |
ipcsv |
|
New-MshDrive |
mount |
|
Import-Alias |
ipal |
|
Invoke-History |
r |
|
Compare-Object |
diff |
|
ForEach-Object |
foreach |
|
Copy-Item |
cp or copy |
- 03/02/2011 00:45 - PowerShell 2.0 Tutorial - Part VIII - Working with WMI Objects and Queries
- 13/01/2011 00:52 - PowerShell 2.0 Tutorial - Part VII - Ten Most Important PowerShell Cmdlets
- 12/11/2010 02:17 - PowerShell 2.0 Tutorial - Part VI - Commonly Used Cmdlets for Administrator
- 07/10/2010 01:31 - PowerShell 2.0 Tutorial - Part V - Common Verbs Used with Cmdlets
- 01/10/2010 06:08 - PowerShell 2.0 Tutorial - Part IV - What's New In PowerShell 2.0 ?
- 17/09/2010 03:57 - PowerShell 2.0 Tutorial - Part III - Running PowerShell Script
- 17/09/2010 01:23 - PowerShell 2.0 Tutorial - Part II - Finding way around with Windows PowerShell
Last Updated (Thursday, 05 May 2011 06:36)
Back






