PowerShell uses a Verb‑Noun pattern to make commands predictable and readable.
Learn more about Verb‑Noun commands.
PowerShell pipelines pass objects, not text.
Explore PowerShell pipelines.
PowerShell evaluates expressions directly:
More examples:
See more PowerShell math examples.
PowerShell outputs structured objects, not plain text.
Learn about PowerShell objects.
Click the JSON below to expand/collapse nested objects.
Design more commands: Create custom commands.