Overview
Powershell is a Object-Oriented shell language, so inspection and manipulation on objects is the fundamental capability to work with.
This section focuses on how to work with objects, including:
- Object comparison.
- LINQ like transformation over objects.(including usage of
.NET
LINQ in Powershell) - Understanding
PSObject
, ETS(Extended Type System), member manipulation and inspection.