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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
|
PS C:\Users\pwtest> Export-Alias C:\Users\pwtest\Desktop\temp\alias.ps1
PS C:\Users\pwtest> ca C:\Users\pwtest\Desktop\temp\alias.ps1
# エイリアス ファイル
# エクスポート ユーザー: pwtest
# 日付/時刻: 2019年9月26日 15:41:50
# コンピューター: pwtest-PC
"foreach","ForEach-Object","","ReadOnly, AllScope"
"%","ForEach-Object","","ReadOnly, AllScope"
"where","Where-Object","","ReadOnly, AllScope"
"?","Where-Object","","ReadOnly, AllScope"
"ac","Add-Content","","ReadOnly, AllScope"
"clc","Clear-Content","","ReadOnly, AllScope"
"cli","Clear-Item","","ReadOnly, AllScope"
"clp","Clear-ItemProperty","","ReadOnly, AllScope"
"clv","Clear-Variable","","ReadOnly, AllScope"
"compare","Compare-Object","","ReadOnly, AllScope"
"cpi","Copy-Item","","ReadOnly, AllScope"
"cpp","Copy-ItemProperty","","ReadOnly, AllScope"
"cvpa","Convert-Path","","ReadOnly, AllScope"
"dbp","Disable-PSBreakpoint","","ReadOnly, AllScope"
"diff","Compare-Object","","ReadOnly, AllScope"
"ebp","Enable-PSBreakpoint","","ReadOnly, AllScope"
"epal","Export-Alias","","ReadOnly, AllScope"
"epcsv","Export-Csv","","ReadOnly, AllScope"
"fc","Format-Custom","","ReadOnly, AllScope"
"fl","Format-List","","ReadOnly, AllScope"
"ft","Format-Table","","ReadOnly, AllScope"
"fw","Format-Wide","","ReadOnly, AllScope"
"gal","Get-Alias","","ReadOnly, AllScope"
"gbp","Get-PSBreakpoint","","ReadOnly, AllScope"
"gc","Get-Content","","ReadOnly, AllScope"
"gci","Get-ChildItem","","ReadOnly, AllScope"
"gcm","Get-Command","","ReadOnly, AllScope"
"gdr","Get-PSDrive","","ReadOnly, AllScope"
"gcs","Get-PSCallStack","","ReadOnly, AllScope"
"ghy","Get-History","","ReadOnly, AllScope"
"gi","Get-Item","","ReadOnly, AllScope"
"gl","Get-Location","","ReadOnly, AllScope"
"gm","Get-Member","","ReadOnly, AllScope"
"gmo","Get-Module","","ReadOnly, AllScope"
"gp","Get-ItemProperty","","ReadOnly, AllScope"
"gpv","Get-ItemPropertyValue","","ReadOnly, AllScope"
"gps","Get-Process","","ReadOnly, AllScope"
"group","Group-Object","","ReadOnly, AllScope"
"gsv","Get-Service","","ReadOnly, AllScope"
"gu","Get-Unique","","ReadOnly, AllScope"
"gv","Get-Variable","","ReadOnly, AllScope"
"iex","Invoke-Expression","","ReadOnly, AllScope"
"ihy","Invoke-History","","ReadOnly, AllScope"
"ii","Invoke-Item","","ReadOnly, AllScope"
"ipmo","Import-Module","","ReadOnly, AllScope"
"ipal","Import-Alias","","ReadOnly, AllScope"
"ipcsv","Import-Csv","","ReadOnly, AllScope"
"measure","Measure-Object","","ReadOnly, AllScope"
"mi","Move-Item","","ReadOnly, AllScope"
"mp","Move-ItemProperty","","ReadOnly, AllScope"
"nal","New-Alias","","ReadOnly, AllScope"
"ndr","New-PSDrive","","ReadOnly, AllScope"
"ni","New-Item","","ReadOnly, AllScope"
"nv","New-Variable","","ReadOnly, AllScope"
"nmo","New-Module","","ReadOnly, AllScope"
"oh","Out-Host","","ReadOnly, AllScope"
"rbp","Remove-PSBreakpoint","","ReadOnly, AllScope"
"rdr","Remove-PSDrive","","ReadOnly, AllScope"
"ri","Remove-Item","","ReadOnly, AllScope"
"rni","Rename-Item","","ReadOnly, AllScope"
"rnp","Rename-ItemProperty","","ReadOnly, AllScope"
"rp","Remove-ItemProperty","","ReadOnly, AllScope"
"rmo","Remove-Module","","ReadOnly, AllScope"
"rv","Remove-Variable","","ReadOnly, AllScope"
"rvpa","Resolve-Path","","ReadOnly, AllScope"
"sal","Set-Alias","","ReadOnly, AllScope"
"sasv","Start-Service","","ReadOnly, AllScope"
"sbp","Set-PSBreakpoint","","ReadOnly, AllScope"
"sc","Set-Content","","ReadOnly, AllScope"
"select","Select-Object","","ReadOnly, AllScope"
"si","Set-Item","","ReadOnly, AllScope"
"sl","Set-Location","","ReadOnly, AllScope"
"sleep","Start-Sleep","","ReadOnly, AllScope"
"sort","Sort-Object","","ReadOnly, AllScope"
"sp","Set-ItemProperty","","ReadOnly, AllScope"
"saps","Start-Process","","ReadOnly, AllScope"
"start","Start-Process","","ReadOnly, AllScope"
"spps","Stop-Process","","ReadOnly, AllScope"
"spsv","Stop-Service","","ReadOnly, AllScope"
"sv","Set-Variable","","ReadOnly, AllScope"
"tee","Tee-Object","","ReadOnly, AllScope"
"write","Write-Output","","ReadOnly, AllScope"
"irm","Invoke-RestMethod","","ReadOnly, AllScope"
"iwr","Invoke-WebRequest","","ReadOnly, AllScope"
"asnp","Add-PSSnapIn","","ReadOnly, AllScope"
"gsnp","Get-PSSnapIn","","ReadOnly, AllScope"
"gwmi","Get-WmiObject","","ReadOnly, AllScope"
"iwmi","Invoke-WMIMethod","","ReadOnly, AllScope"
"ogv","Out-GridView","","ReadOnly, AllScope"
"ise","powershell_ise.exe","","ReadOnly, AllScope"
"rsnp","Remove-PSSnapin","","ReadOnly, AllScope"
"rwmi","Remove-WMIObject","","ReadOnly, AllScope"
"swmi","Set-WMIInstance","","ReadOnly, AllScope"
"shcm","Show-Command","","ReadOnly, AllScope"
"trcm","Trace-Command","","ReadOnly, AllScope"
"wget","Invoke-WebRequest","","AllScope"
"curl","Invoke-WebRequest","","AllScope"
"lp","Out-Printer","","AllScope"
"cat","Get-Content","","AllScope"
"cd","Set-Location","","AllScope"
"clear","Clear-Host","","AllScope"
"cp","Copy-Item","","AllScope"
"h","Get-History","","AllScope"
"history","Get-History","","AllScope"
"kill","Stop-Process","","AllScope"
"ls","Get-ChildItem","","AllScope"
"man","help","","AllScope"
"mount","New-PSDrive","","AllScope"
"md","mkdir","","AllScope"
"mv","Move-Item","","AllScope"
"popd","Pop-Location","","AllScope"
"ps","Get-Process","","AllScope"
"pushd","Push-Location","","AllScope"
"pwd","Get-Location","","AllScope"
"r","Invoke-History","","AllScope"
"rm","Remove-Item","","AllScope"
"rmdir","Remove-Item","","AllScope"
"echo","Write-Output","","AllScope"
"cls","Clear-Host","","AllScope"
"chdir","Set-Location","","AllScope"
"copy","Copy-Item","","AllScope"
"del","Remove-Item","","AllScope"
"dir","Get-ChildItem","","AllScope"
"erase","Remove-Item","","AllScope"
"move","Move-Item","","AllScope"
"rd","Remove-Item","","AllScope"
"ren","Rename-Item","","AllScope"
"set","Set-Variable","","AllScope"
"type","Get-Content","","AllScope"
"icm","Invoke-Command","","AllScope"
"clhy","Clear-History","","ReadOnly, AllScope"
"gjb","Get-Job","","AllScope"
"rcjb","Receive-Job","","AllScope"
"rjb","Remove-Job","","AllScope"
"sajb","Start-Job","","AllScope"
"spjb","Stop-Job","","AllScope"
"wjb","Wait-Job","","AllScope"
"sujb","Suspend-Job","","AllScope"
"rujb","Resume-Job","","AllScope"
"npssc","New-PSSessionConfigurationFile","","ReadOnly, AllScope"
"ipsn","Import-PSSession","","AllScope"
"epsn","Export-PSSession","","AllScope"
"cnsn","Connect-PSSession","","ReadOnly, AllScope"
"dnsn","Disconnect-PSSession","","ReadOnly, AllScope"
"nsn","New-PSSession","","AllScope"
"gsn","Get-PSSession","","AllScope"
"rsn","Remove-PSSession","","AllScope"
"etsn","Enter-PSSession","","AllScope"
"rcsn","Receive-PSSession","","ReadOnly, AllScope"
"exsn","Exit-PSSession","","AllScope"
"sls","Select-String","","None"
"CFS","ConvertFrom-String","","None"
"fhx","Format-Hex","","None"
"gcb","Get-Clipboard","","None"
"gin","Get-ComputerInfo","","None"
"gtz","Get-TimeZone","","None"
"scb","Set-Clipboard","","None"
"stz","Set-TimeZone","","None"
"ca","Get-Content","","None"
PS C:\Users\pwtest>
|