generated from steve02081504/empty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalias.ps1
113 lines (113 loc) · 2.33 KB
/
alias.ps1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[ordered]@{
'Remove-Breakpoint'='rbp'
'Receive-Job'='rcjb'
'Remove-PSDrive'='rdr'
'Rename-Item'='ren'
'Remove-Job'='rjb'
'Remove-Item'='rm'
'Remove-Module'='rmo'
'Rename-ItemProperty'='rnp'
'Remove-ItemProperty'='rp'
'Remove-PSSession'='rsn'
'Remove-PSSnapin'='rsnp'
'Remove-Variable'='rv'
'Resolve-Path'='rvpa'
'Remove-WMIObject'='rwmi'
'Foreach-Object'='%'
'Where-Object'='?'
'Add-Content'='ac'
'Add-PSSnapIn'='asnp'
'Set-Location'='cd'
'Clear-Content'='clc'
'clear'='cls'
'Clear-History'='clhy'
'Clear-Item'='cli'
'Clear-ItemProperty'='clp'
'Clear-Host'='cls'
'Clear-Variable'='clv'
'Copy-Item'='cp'
'Copy-ItemProperty'='cpp'
'Convert-Path'='cvpa'
'Disable-PSBreakpoint'='dbp'
'Compare-Object'='diff'
'Enable-PSBreakpoint'='ebp'
'Write-Output'='echo'
'Export-Alias'='epal'
'Export-Csv'='epcsv'
'Export-PSSession'='epsn'
'Enter-PSSession'='etsn'
'Exit-PSSession'='exsn'
'Format-Custom'='fc'
'Format-List'='fl'
'Format-Table'='ft'
'Format-Wide'='fw'
'Get-Alias'='gal'
'Get-PSBreakpoint'='gbp'
'Get-Content'='gc'
'Get-Command'='gcm'
'Get-PSCallStack'='gcs'
'Get-PSDrive'='gdr'
'Get-Item'='gi'
'Get-Job'='gjb'
'Get-Location'='gl'
'Get-Member'='gm'
'Get-Module'='gmo'
'Get-ItemProperty'='gp'
'Group-Object'='group'
'Get-PSSession'='gsn'
'Get-PSSnapIn'='gsnp'
'Get-Service'='gsv'
'Get-Unique'='gu'
'Get-Variable'='gv'
'Get-WmiObject'='gwmi'
'Get-History'='h'
'Invoke-Command'='icm'
'Invoke-Expression'='iex'
'Invoke-Item'='ii'
'Import-Alias'='ipal'
'Import-Csv'='ipcsv'
'Import-Module'='ipmo'
'Import-PSSession'='ipsn'
'powershell_ise.exe'='ise'
'Invoke-WMIMethod'='iwmi'
'Invoke-WebRequest'='iwr'
'Invoke-RestMethod'='irm'
'Stop-Process'='kill'
'Out-Printer'='lp'
'Get-ChildItem'='ls'
'help'='man'
'mkdir'='md'
'Measure-Object'='measure'
'Move-ItemProperty'='mp'
'Move-Item'='mv'
'New-Alias'='nal'
'New-PSDrive'='ndr'
'New-Item'='ni'
'New-Module'='nmo'
'New-PSSession'='nsn'
'New-Variable'='nv'
'Out-GridView'='ogv'
'Out-Host'='oh'
'Pop-Location'='popd'
'Get-Process'='ps'
'Push-Location'='pushd'
'Invoke-History'='r'
'Start-Job'='sajb'
'Set-Alias'='sal'
'Start-Process'='saps'
'Start-Service'='sasv'
'Set-PSBreakpoint'='sbp'
'Set-Content'='sc'
'Select-Object'='select'
'Set-Item'='si'
'Start-Sleep'='sleep'
'Sort-Object'='sort'
'Set-Property'='sp'
'Stop-Job'='spcb'
'Stop-Service'='spsv'
'Set-Variable'='sv'
'Set-WMIInstance'='swmi'
'Tee-Object'='tee'
'Wait-Job'='wjb'
'-ErrorAction'='-ea'
}