CentOS7 に PowerShell v6.0.0_alpha.13-1 をインストールする
CentOS7 に PowerShell をインストールした際のメモです。現時点で Linux 版 PowerShell のバージョンは v6.0.0-alpha.13 でした。
インストール
PowerShell は以下のパッケージに依存しているようです。
予めこれらをインストールしておいても良いですが、yum で依存関係を解決させるのが簡単です。具体的には以下を実行します。
| sudo yum -y install https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.13/powershell-6.0.0_alpha.13-1.el7.centos.x86_64.rpm
|
以下にインストールされました。
| $ ls -l /bin/powershell
lrwxrwxrwx 1 root root 51 Dec 11 18:23 /bin/powershell -> /opt/microsoft/powershell/6.0.0-alpha.13/powershell
$ ls -l /usr/bin/powershell
lrwxrwxrwx 1 root root 51 Dec 11 18:23 /usr/bin/powershell -> /opt/microsoft/powershell/6.0.0-alpha.13/powershell
$ file /opt/microsoft/powershell/6.0.0-alpha.13/powershell
/opt/microsoft/powershell/6.0.0-alpha.13/powershell: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, not stripped
|
PowerShell を起動する
powershell コマンドで起動します。
| $ powershell
PowerShell
Copyright (C) 2016 Microsoft Corporation. All rights reserved.
PS /home/user>
|
サポートされるコマンド一覧
Get-Command の実行結果は以下の通りです。
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353 | PS /home/user> Get-Command
CommandType Name Version Source
----------- ---- ------- ------
Function Add-NodeKeys 0.0 PSDesiredStateConfiguration
Function AddDscResourceProperty 0.0 PSDesiredStateConfiguration
Function AddDscResourcePropertyFromMetadata 0.0 PSDesiredStateConfiguration
Function AfterAll 3.3.9 Pester
Function AfterEach 3.3.9 Pester
Function Assert-MockCalled 3.3.9 Pester
Function Assert-VerifiableMocks 3.3.9 Pester
Function BeforeAll 3.3.9 Pester
Function BeforeEach 3.3.9 Pester
Function cd..
Function cd\
Function CheckResourceFound 0.0 PSDesiredStateConfiguration
Function Clear-Host
Function Compress-Archive 1.0.1.0 Microsoft.PowerShell.Archive
Function Configuration 0.0 PSDesiredStateConfiguration
Function Context 3.3.9 Pester
Function ConvertTo-MOFInstance 0.0 PSDesiredStateConfiguration
Function Describe 3.3.9 Pester
Function Expand-Archive 1.0.1.0 Microsoft.PowerShell.Archive
Function Find-Command 1.1.1.0 PowerShellGet
Function Find-DscResource 1.1.1.0 PowerShellGet
Function Find-Module 1.1.1.0 PowerShellGet
Function Find-RoleCapability 1.1.1.0 PowerShellGet
Function Find-Script 1.1.1.0 PowerShellGet
Function Format-Hex 3.1.0.0 Microsoft.PowerShell.Utility
Function Generate-VersionInfo 0.0 PSDesiredStateConfiguration
Function Get-CompatibleVersionAddtionaPropertiesStr 0.0 PSDesiredStateConfiguration
Function Get-ComplexResourceQualifier 0.0 PSDesiredStateConfiguration
Function Get-ConfigurationErrorCount 0.0 PSDesiredStateConfiguration
Function Get-DscResource 0.0 PSDesiredStateConfiguration
Function Get-DSCResourceModules 0.0 PSDesiredStateConfiguration
Function Get-EncryptedPassword 0.0 PSDesiredStateConfiguration
Function Get-FileHash 3.1.0.0 Microsoft.PowerShell.Utility
Function Get-InnerMostErrorRecord 0.0 PSDesiredStateConfiguration
Function Get-InstalledModule 1.1.1.0 PowerShellGet
Function Get-InstalledScript 1.1.1.0 PowerShellGet
Function Get-MockDynamicParameters 3.3.9 Pester
Function Get-MofInstanceName 0.0 PSDesiredStateConfiguration
Function Get-MofInstanceText 0.0 PSDesiredStateConfiguration
Function Get-PositionInfo 0.0 PSDesiredStateConfiguration
Function Get-PSCurrentConfigurationNode 0.0 PSDesiredStateConfiguration
Function Get-PSDefaultConfigurationDocument 0.0 PSDesiredStateConfiguration
Function Get-PSMetaConfigDocumentInstVersionInfo 0.0 PSDesiredStateConfiguration
Function Get-PSMetaConfigurationProcessed 0.0 PSDesiredStateConfiguration
Function Get-PSRepository 1.1.1.0 PowerShellGet
Function Get-PSTopConfigurationName 0.0 PSDesiredStateConfiguration
Function Get-PublicKeyFromFile 0.0 PSDesiredStateConfiguration
Function Get-PublicKeyFromStore 0.0 PSDesiredStateConfiguration
Function Get-TestDriveItem 3.3.9 Pester
Function Get-Verb
Function GetCompositeResource 0.0 PSDesiredStateConfiguration
Function GetImplementingModulePath 0.0 PSDesiredStateConfiguration
Function GetModule 0.0 PSDesiredStateConfiguration
Function GetPatterns 0.0 PSDesiredStateConfiguration
Function GetResourceFromKeyword 0.0 PSDesiredStateConfiguration
Function GetSyntax 0.0 PSDesiredStateConfiguration
Function help
Function Import-PowerShellDataFile 3.1.0.0 Microsoft.PowerShell.Utility
Function ImportCimAndScriptKeywordsFromModule 0.0 PSDesiredStateConfiguration
Function ImportClassResourcesFromModule 0.0 PSDesiredStateConfiguration
Function ImportSystemModules
Function In 3.3.9 Pester
Function Initialize-ConfigurationRuntimeState 0.0 PSDesiredStateConfiguration
Function InModuleScope 3.3.9 Pester
Function Install-Module 1.1.1.0 PowerShellGet
Function Install-Script 1.1.1.0 PowerShellGet
Function Invoke-Mock 3.3.9 Pester
Function Invoke-Pester 3.3.9 Pester
Function IsHiddenResource 0.0 PSDesiredStateConfiguration
Function IsPatternMatched 0.0 PSDesiredStateConfiguration
Function It 3.3.9 Pester
Function Mock 3.3.9 Pester
Function more
Function New-DscChecksum 0.0 PSDesiredStateConfiguration
Function New-Fixture 3.3.9 Pester
Function New-Guid 3.1.0.0 Microsoft.PowerShell.Utility
Function New-ScriptFileInfo 1.1.1.0 PowerShellGet
Function New-TemporaryFile 3.1.0.0 Microsoft.PowerShell.Utility
Function Node 0.0 PSDesiredStateConfiguration
Function oss
Function Pause
Function prompt
Function PSConsoleHostReadline 1.2 PSReadLine
Function Publish-Module 1.1.1.0 PowerShellGet
Function Publish-Script 1.1.1.0 PowerShellGet
Function ReadEnvironmentFile 0.0 PSDesiredStateConfiguration
Function Register-PSRepository 1.1.1.0 PowerShellGet
Function Save-Module 1.1.1.0 PowerShellGet
Function Save-Script 1.1.1.0 PowerShellGet
Function Set-DynamicParameterVariables 3.3.9 Pester
Function Set-NodeExclusiveResources 0.0 PSDesiredStateConfiguration
Function Set-NodeManager 0.0 PSDesiredStateConfiguration
Function Set-NodeResources 0.0 PSDesiredStateConfiguration
Function Set-NodeResourceSource 0.0 PSDesiredStateConfiguration
Function Set-PSCurrentConfigurationNode 0.0 PSDesiredStateConfiguration
Function Set-PSDefaultConfigurationDocument 0.0 PSDesiredStateConfiguration
Function Set-PSMetaConfigDocInsProcessedBeforeMeta 0.0 PSDesiredStateConfiguration
Function Set-PSMetaConfigVersionInfoV2 0.0 PSDesiredStateConfiguration
Function Set-PSRepository 1.1.1.0 PowerShellGet
Function Set-PSTopConfigurationName 0.0 PSDesiredStateConfiguration
Function Setup 3.3.9 Pester
Function Should 3.3.9 Pester
Function StrongConnect 0.0 PSDesiredStateConfiguration
Function TabExpansion2
Function Test-ConflictingResources 0.0 PSDesiredStateConfiguration
Function Test-ModuleReloadRequired 0.0 PSDesiredStateConfiguration
Function Test-MofInstanceText 0.0 PSDesiredStateConfiguration
Function Test-NodeManager 0.0 PSDesiredStateConfiguration
Function Test-NodeResources 0.0 PSDesiredStateConfiguration
Function Test-NodeResourceSource 0.0 PSDesiredStateConfiguration
Function Test-ScriptFileInfo 1.1.1.0 PowerShellGet
Function ThrowError 0.0 PSDesiredStateConfiguration
Function Uninstall-Module 1.1.1.0 PowerShellGet
Function Uninstall-Script 1.1.1.0 PowerShellGet
Function Unregister-PSRepository 1.1.1.0 PowerShellGet
Function Update-ConfigurationDocumentRef 0.0 PSDesiredStateConfiguration
Function Update-ConfigurationErrorCount 0.0 PSDesiredStateConfiguration
Function Update-DependsOn 0.0 PSDesiredStateConfiguration
Function Update-LocalConfigManager 0.0 PSDesiredStateConfiguration
Function Update-Module 1.1.1.0 PowerShellGet
Function Update-ModuleManifest 1.1.1.0 PowerShellGet
Function Update-ModuleVersion 0.0 PSDesiredStateConfiguration
Function Update-Script 1.1.1.0 PowerShellGet
Function Update-ScriptFileInfo 1.1.1.0 PowerShellGet
Function ValidateNoCircleInNodeResources 0.0 PSDesiredStateConfiguration
Function ValidateNodeExclusiveResources 0.0 PSDesiredStateConfiguration
Function ValidateNodeManager 0.0 PSDesiredStateConfiguration
Function ValidateNodeResources 0.0 PSDesiredStateConfiguration
Function ValidateNodeResourceSource 0.0 PSDesiredStateConfiguration
Function ValidateNoNameNodeResources 0.0 PSDesiredStateConfiguration
Function ValidateUpdate-ConfigurationData 0.0 PSDesiredStateConfiguration
Function Write-Log 0.0 PSDesiredStateConfiguration
Function Write-MetaConfigFile 0.0 PSDesiredStateConfiguration
Function Write-NodeMOFFile 0.0 PSDesiredStateConfiguration
Function WriteFile 0.0 PSDesiredStateConfiguration
Cmdlet Add-Content 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Add-History 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Add-Member 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Add-Type 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Clear-Content 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Clear-History 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Clear-Item 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Clear-ItemProperty 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Clear-Variable 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Compare-Object 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Connect-PSSession 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Convert-Path 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet ConvertFrom-Csv 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet ConvertFrom-Json 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet ConvertFrom-SecureString 3.0.0.0 Microsoft.PowerShell.Security
Cmdlet ConvertFrom-StringData 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet ConvertTo-Csv 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet ConvertTo-Html 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet ConvertTo-Json 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet ConvertTo-SecureString 3.0.0.0 Microsoft.PowerShell.Security
Cmdlet ConvertTo-Xml 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Copy-Item 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Copy-ItemProperty 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Debug-Job 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Debug-Process 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Debug-Runspace 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Disable-PSBreakpoint 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Disable-PSSessionConfiguration 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Disable-RunspaceDebug 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Disconnect-PSSession 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Enable-PSBreakpoint 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Enable-PSSessionConfiguration 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Enable-RunspaceDebug 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Enter-PSHostProcess 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Enter-PSSession 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Exit-PSHostProcess 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Exit-PSSession 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Export-Alias 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Export-Clixml 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Export-Csv 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Export-FormatData 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Export-ModuleMember 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Export-PSSession 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Find-Package 1.1.1.0 PackageManagement
Cmdlet Find-PackageProvider 1.1.1.0 PackageManagement
Cmdlet ForEach-Object 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Format-Custom 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Format-List 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Format-Table 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Format-Wide 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-Alias 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-ChildItem 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Get-Command 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Get-Content 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Get-Credential 3.0.0.0 Microsoft.PowerShell.Security
Cmdlet Get-Culture 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-Date 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-Event 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-EventSubscriber 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-ExecutionPolicy 3.0.0.0 Microsoft.PowerShell.Security
Cmdlet Get-FormatData 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-Help 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Get-History 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Get-Host 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-Item 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Get-ItemProperty 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Get-ItemPropertyValue 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Get-Job 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Get-Location 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Get-Member 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-Module 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Get-Package 1.1.1.0 PackageManagement
Cmdlet Get-PackageProvider 1.1.1.0 PackageManagement
Cmdlet Get-PackageSource 1.1.1.0 PackageManagement
Cmdlet Get-Process 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Get-PSBreakpoint 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-PSCallStack 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-PSDrive 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Get-PSHostProcessInfo 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Get-PSProvider 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Get-PSReadlineKeyHandler 1.2 PSReadLine
Cmdlet Get-PSReadlineOption 1.2 PSReadLine
Cmdlet Get-PSSession 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Get-PSSessionCapability 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Get-PSSessionConfiguration 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Get-Random 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-Runspace 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-RunspaceDebug 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-TraceSource 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-TypeData 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-UICulture 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-Unique 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-Uptime 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Get-Variable 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Group-Object 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Import-Alias 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Import-Clixml 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Import-Csv 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Import-LocalizedData 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Import-Module 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Import-PackageProvider 1.1.1.0 PackageManagement
Cmdlet Import-PSSession 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Install-Package 1.1.1.0 PackageManagement
Cmdlet Install-PackageProvider 1.1.1.0 PackageManagement
Cmdlet Invoke-Command 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Invoke-Expression 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Invoke-History 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Invoke-Item 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Invoke-RestMethod 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Invoke-WebRequest 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Join-Path 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Measure-Command 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Measure-Object 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Move-Item 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Move-ItemProperty 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet New-Alias 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet New-Event 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet New-Item 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet New-ItemProperty 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet New-Module 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet New-ModuleManifest 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet New-Object 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet New-PSDrive 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet New-PSRoleCapabilityFile 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet New-PSSession 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet New-PSSessionConfigurationFile 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet New-PSSessionOption 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet New-PSTransportOption 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet New-TimeSpan 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet New-Variable 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Out-Default 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Out-File 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Out-Host 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Out-Null 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Out-String 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Pop-Location 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Push-Location 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Read-Host 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Receive-Job 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Receive-PSSession 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Register-ArgumentCompleter 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Register-EngineEvent 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Register-ObjectEvent 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Register-PackageSource 1.1.1.0 PackageManagement
Cmdlet Register-PSSessionConfiguration 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Remove-Event 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Remove-Item 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Remove-ItemProperty 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Remove-Job 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Remove-Module 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Remove-PSBreakpoint 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Remove-PSDrive 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Remove-PSReadlineKeyHandler 1.2 PSReadLine
Cmdlet Remove-PSSession 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Remove-TypeData 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Remove-Variable 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Rename-Item 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Rename-ItemProperty 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Resolve-Path 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Save-Help 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Save-Package 1.1.1.0 PackageManagement
Cmdlet Select-Object 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Select-String 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Select-Xml 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Set-Alias 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Set-Content 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Set-Date 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Set-ExecutionPolicy 3.0.0.0 Microsoft.PowerShell.Security
Cmdlet Set-Item 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Set-ItemProperty 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Set-Location 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Set-PackageSource 1.1.1.0 PackageManagement
Cmdlet Set-PSBreakpoint 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Set-PSDebug 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Set-PSReadlineKeyHandler 1.2 PSReadLine
Cmdlet Set-PSReadlineOption 1.2 PSReadLine
Cmdlet Set-PSSessionConfiguration 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Set-StrictMode 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Set-TraceSource 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Set-Variable 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Sort-Object 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Split-Path 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Start-Job 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Start-Process 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Start-Sleep 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Start-Transcript 3.0.0.0 Microsoft.PowerShell.Host
Cmdlet Stop-Job 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Stop-Process 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Stop-Transcript 3.0.0.0 Microsoft.PowerShell.Host
Cmdlet Tee-Object 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Test-ModuleManifest 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Test-Path 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Test-PSSessionConfigurationFile 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Trace-Command 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Uninstall-Package 1.1.1.0 PackageManagement
Cmdlet Unregister-Event 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Unregister-PackageSource 1.1.1.0 PackageManagement
Cmdlet Unregister-PSSessionConfiguration 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Update-FormatData 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Update-Help 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Update-TypeData 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Wait-Debugger 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Wait-Event 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Wait-Job 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Wait-Process 3.1.0.0 Microsoft.PowerShell.Management
Cmdlet Where-Object 3.0.0.0 Microsoft.PowerShell.Core
Cmdlet Write-Debug 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Write-Error 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Write-Host 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Write-Information 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Write-Output 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Write-Progress 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Write-Verbose 3.1.0.0 Microsoft.PowerShell.Utility
Cmdlet Write-Warning 3.1.0.0 Microsoft.PowerShell.Utility
|