Powershell – 高级 Cmdlet
Powershell – 高级 Cmdlet
cmdlet
cmdlet 或“Command let”是在 Windows PowerShell 环境中使用的轻量级命令。Windows PowerShell 运行时在命令提示符处调用这些 cmdlet。您可以通过 Windows PowerShell API 以编程方式创建和调用它们。以下是 cmdlet 的高级用法示例。
Sr.No. | Cmdlet 类型和描述 |
---|---|
1 |
Get-Unique Cmdlet
展示 Get-Unique Cmdlet 的示例程序。 |
2 |
Group-Object Cmdlet 展示组对象 Cmdlet 的示例程序。 |
3 |
Measure-Object Cmdlet
展示 Measure-Object Cmdlet 的示例程序。 |
4 |
Compare-Object Cmdlet
展示比较对象 Cmdlet 的示例程序。 |
5 |
Format-List Cmdlet
展示格式列表 Cmdlet 的示例程序。 |
6 |
Format-Wide Cmdlet
展示 Format-Wide Cmdlet 的示例程序。 |
7 |
Where-Object Cmdlet
展示 Where-Object Cmdlet 的示例程序。 |
8 |
Get-ChildItem Cmdlet
展示 Get-ChildItem Cmdlet 的示例程序。 |
9 |
ForEach-Object Cmdlet
展示 ForEach-Object Cmdlet 的示例程序。 |
10 |
Start-Sleep Cmdlet
展示 Start-Sleep Cmdlet 的示例程序。 |
11 |
Read-Host Cmdlet
展示 Read-Host Cmdlet 的示例程序。 |
12 |
选择对象 Cmdlet
展示 Select-Object Cmdlet 的示例程序。 |
13 |
Sort-Object Cmdlet
展示 Sort-Object Cmdlet 的示例程序。 |
14 |
Write-Warning Cmdlet
展示写警告 Cmdlet 的示例程序。 |
15 |
Write-Host Cmdlet
展示 Write-Host Cmdlet 的示例程序。 |
16 |
Invoke-Item Cmdlet
展示 Invoke-Item Cmdlet 的示例程序。 |
17 |
Invoke-Expression Cmdlet
展示 Invoke-Expression Cmdlet 的示例程序。 |
18 |
Measure-Command Cmdlet
展示 Measure-Command Cmdlet 的示例程序。 |
19 |
Invoke-History Cmdlet
展示 Invoke-History Cmdlet 的示例程序。 |
20 |
Add-History Cmdlet
展示 Add-History Cmdlet 的示例程序。 |
21 |
Get-History Cmdlet
展示 Get-History Cmdlet 的示例程序。 |
22 |
Get-Culture Cmdlet
展示 Get-Culture Cmdlet 的示例程序。 |