Aliases in PowerShell
For a list of aliases in PowerShell, e.g., alias cd for Set-Location, see my previous blog post PowerShell aliases and missing Microsoft documentation (aliases in PowerShell are not in the official Microsoft documentation). See also my blog post Breaking into …