Chapter 3. Working with Objects in PowerShell

PowerShell is an object-oriented shell. Don't let this scare you because knowing how to work with PowerShell objects will make your life much easier. Objects in PowerShell have properties and methods, just as with objects in real life. For example, let's take a computer and try to see it as an object. It has properties such as the manufacturer, the number of CPUs, the amount of memory, and the computer type (for example, server, workstation, desktop, or laptop). The computer also has methods. For example, you can switch the computer on and off. Properties and methods together are called members in PowerShell. In Chapter 2, Learning Basic PowerCLI Concepts, you already saw the Get-Member cmdlet that ...

Get Learning PowerCLI now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.