February 2017
Beginner
737 pages
15h 22m
English
In this chapter, we will learn about objects and how they relate to the PowerShell output. The specific topics in this chapter include the following:
Get-Member cmdletOne major difference between PowerShell and other command environments is that, in PowerShell, everything is an object. One result of this is that the output from the PowerShell cmdlets is always in the form of objects. Before we look at how this affects PowerShell, let's take some time to understand what we mean when we talk about objects.
If everything is an object, it's probably worth taking a few minutes to talk about what this means. We don't have ...
Read now
Unlock full access