The HackerRank PowerShell 3 Cmdlets challenge typically refers to a core exercise in the HackerRank PowerShell (Basic) competency area. It is designed to test your familiarity with the discovery and help system of PowerShell. Challenge Core: The "Big 3" Cmdlets
6. Validation and Edge Cases
To ensure the solution is robust, the following scenarios were considered:
first needed to see what tools were available in this restricted environment. He whispered the first command: Get-Command
. PowerShell 3 introduced significant improvements to this structure, including enhanced IntelliSense and the ability to use simplified syntax for filtering and iterating through objects.
Explanation
1. Get-Process
- Fetches all running processes on the system.
- Returns objects with properties like
ProcessName,CPU,Id, etc.
