3 lines
79 B
Text
3 lines
79 B
Text
|
|
$namesAndPrices = $items | Select-Object -Property name, price
|
||
|
|
$namesAndPrices
|