December 2016
Beginner to intermediate
384 pages
10h 44m
English
At this point, you’ve learned to be pretty effective with PowerShell’s pipeline. Running commands (for example, Get-Process | Sort VM -desc | ConvertTo-HTML | Out-File procs.html) is powerful, accomplishing in one line what used to take several lines of script. But you can do even better. In this chapter, we dig deeper into the pipeline and uncover some of its most powerful capabilities.
One of the reasons we like PowerShell so much is that it enables us to be more effective administrators without having to write complex scripts, as we used to have to do in VBScript. But the key to powerful one-line commands lies in the way the PowerShell pipeline works.
Let us ...
Read now
Unlock full access