PowerShell: List Properties

By Xah Lee. Date: .

List Properties of a Given Object Type

dir -file | Get-Member -MemberType Properties
PowerShell list properties 2022-04-24
list properties

PowerShell: Object and Type