Can someone help me understand what 'n' and 'e' stand for in this command. They don't certainly seems like variables because when I replace them with a and b the command returns no output
Import-Module ActiveDirectory
Get-ADUser username -Properties * -Server mydomain | select -Property name,@{n='Manager';e={(Get-ADUser $_.manager).name}}