Browse and build PowerShell cmdlets with an interactive parameter builder.
List files and folders (like ls/dir).
Read file contents (like cat/type).
Copy files or folders.
Delete files or folders.
Check if a path exists.
Create a new file or directory.
List running processes.
Stop one or more running processes.
Start a new process.
Make an HTTP request (like curl).
Call a REST API and parse JSON/XML response automatically.
Test network connectivity (like ping/telnet).
Search for text patterns in files (like grep).
Convert an object to JSON string.
Export objects to a CSV file.
List Windows services.
Query Windows event logs.
Create a ZIP archive.
Extract a ZIP archive.
Install a PowerShell module from the gallery.
Find available commands and cmdlets.
Select a cmdlet to get started