Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manuscript/chapter4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you've ignored PowerShell up until now, or were skeptical about it, let's loo

In **version 1**, PowerShell emerged as a the first management interface specifically designed for administrative automation.

In **version 2**, PowerShell gained native remote management capabilities, enabling remote management of any server or client running PowerShell. PowerShell's "reach" extended to hundreds of management APIs, enabling real-world management. The product also matured a deceptively simple, powerful scripting language that can be used to build professional-grade units of automation.
In **version 2**, PowerShell gained native remote management capabilities, enabling remote management of any server or client running PowerShell. PowerShell's "reach" extended to hundreds of management APIs, enabling real-world management. The product also matured as deceptively simple, powerful scripting language that can be used to build professional-grade units of automation.

In **version 3**, PowerShell learned to run long-running tasks in a disconnected, stateless fashion - called _workflows_. The product's reach extended even further, covering all major Microsoft server platforms, and pushing into Microsoft's cloud offerings. By this version, PowerShell was a very real thing, so much so that many Microsoft native GUIs began to use PowerShell "under the hood."

Expand Down