- PowerShell - Discussion
- PowerShell - Useful Resources
- PowerShell - Quick Guide
- PowerShell - Alias
- PowerShell - Brackets
- PowerShell - Backtick
- PowerShell - Regex
- PowerShell - Hashtables
- PowerShell - Array
- PowerShell - Conditions
- PowerShell - Looping
- PowerShell - Operators
- PowerShell - Special Variables
- PowerShell - Scripting
- PowerShell - Advanced Cmdlets
- PowerShell - Files I/O
- PowerShell - Dates and Timers
- PowerShell - Files and Folders
- PowerShell - Cmdlets
- PowerShell - Environment Setup
- PowerShell - Overview
- PowerShell - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Powershell - Advanced Cmdlets
Cmdlets
A cmdlet or "Command let" is a pghtweight command used in the Windows PowerShell environment. The Windows PowerShell runtime invokes these cmdlets at command prompt. You can create and invoke them programmatically through Windows PowerShell APIs. Following are advanced usage example of cmdlets.
Sr.No. | Cmdlet Type & Description |
---|---|
1 |
Example program to showcase Get-Unique Cmdlet. |
2 |
Group-Object Cmdlet Example program to showcase Group-Object Cmdlet. |
3 |
Example program to showcase Measure-Object Cmdlet. |
4 |
Example program to showcase Compare-Object Cmdlet. |
5 |
Example program to showcase Format-List Cmdlet. |
6 |
Example program to showcase Format-Wide Cmdlet. |
7 |
Example program to showcase Where-Object Cmdlet. |
8 |
Example program to showcase Get-ChildItem Cmdlet. |
9 |
Example program to showcase ForEach-Object Cmdlet. |
10 |
Example program to showcase Start-Sleep Cmdlet. |
11 |
Example program to showcase Read-Host Cmdlet. |
12 |
Example program to showcase Select-Object Cmdlet. |
13 |
Example program to showcase Sort-Object Cmdlet. |
14 |
Example program to showcase Write-Warning Cmdlet. |
15 |
Example program to showcase Write-Host Cmdlet. |
16 |
Example program to showcase Invoke-Item Cmdlet. |
17 |
Example program to showcase Invoke-Expression Cmdlet. |
18 |
Example program to showcase Measure-Command Cmdlet. |
19 |
Example program to showcase Invoke-History Cmdlet. |
20 |
Example program to showcase Add-History Cmdlet. |
21 |
Example program to showcase Get-History Cmdlet. |
22 |
Example program to showcase Get-Culture Cmdlet. |