PowerShell - Working with Objects
Find the mistake in this code snippet:
$obj = [PSCustomObject]@{Name='Lily'; Age=28}; $obj | Add-Member -Name Location -Value 'NY'