Finding cmdlets that already have aliases is really easy. You can use the Get-Alias cmdlet to find them. gal | select definition –unique # “Gal” is an alias for Get-Alias. “Select” is an alias for Select-Object If you want to speed up your time at the console, you should consider finding ways to type less. …

How To Run Scripts With PowerShell
If you’re new to PowerShell, some of the first things you’ll want to do are find your way around, find the commands, aliases. Some of the concepts, like figuring out the pipe, and how to use it, can be a struggle. Before long, though, you’re going to start getting used to it, and then you’ll…
Read more »