background preloader

PowerShell

Facebook Twitter

PowerShell IDE with Script Editor and Debugging - Idera PowerShell Plus. PowerShell Tutorial - Aliases. PowerShell Tutorial 3: PowerShell Aliases Aliasing in PowerShell allows for the use of commands we become accustomed to.

PowerShell Tutorial - Aliases

Windows users can utilize commands like dir, move, type, cls, etc… PowerShell also provides a set of aliases for Linux; ls, pwd, mv, man, cat, etc… PowerShell Aliases are provided for the purpose of allowing new users the ability to quickly interact with the shell. An alias is an alternative name assigned to a cmdlet. For example, “dir” is an alias for “Get-ChildItem.” PowerShell Scripts, Tips, Forums, and Resources.