Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Creating EXE Aliases in PowerShell

$
0
0

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.

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles