PowerShell: Object Type, Properties, Methods

By Xah Lee. Date: . Last updated: .

Everything is Object

PowerShell commands input (parameter args) and output are all dotnet objects. Each object has a type, and members. (“member” means properties and methods.)

PowerShell help dir 2025-06-06 186a1
PowerShell help dir 2025-06-06 186a1
PowerShell help dir 2021-09-09
PowerShell help dir 2021-09-09

PowerShell. Object and Type