Chapter 4, Question 5 says:
Make a new alias, so you can run d to get a directory listing.
I did it with:
New-Alias -Name d -Value Get-ChildItem
But in the lab answers on MoreLunches it says:
New-Alias -Name list -Value Get-ChildItem
confused isn’t it asking for the word d to be a alias?