PowerShell: Get Property Values

By Xah Lee. Date: .

Show Property Values of a Object

Show all properties and their values of a object

Get-Date | select -Property *
dir -file | select -First 1 | select -Property *
PowerShell list property values 2022-04-24
list property values

PowerShell: Object and Type