May 2022
Beginner
360 pages
10h 10m
English
We’re going to do something a little different in this chapter. PowerShell’s use of objects can be one of its most confusing elements, but at the same time it’s also one of the shell’s most critical concepts, affecting everything you do in the shell. We’ve tried various explanations over the years, and we’ve settled on a couple that each work well for distinctly different audiences. If you have programming experience and are comfortable with the concept of objects, we want you to skip to section 8.2. If you don’t have a programming background and haven’t programmed or scripted with objects before, start with section 8.1 and read straight through the chapter.
Take a second to run Get-Process ...