PowerShell - Working with Objects
What will this code output?
$obj = [PSCustomObject]@{Fruit='Apple'; Quantity=5}; $obj | Select-Object Fruit$obj = [PSCustomObject]@{Fruit='Apple'; Quantity=5}; $obj | Select-Object Fruit15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions