In PowerShell, an alias is a handy shortcut or command alternative. For example, instead of typing Get-ChildItem, you can type ls or dir. Aliases can act as a transition from other shells to PowerShell as well as simplify typing. The great thing about an alias is that you can create your own for any command you can type at a command prompt.
↧