The proper syntax for forming the hash table:
1
Get-Service | Select-Object -Property @{Name = 'Name'; Expression = {$_.Name}}