First one I played around with and turned up with a somewhat helpful reference to get used to the handling of ALIAS's.
cd Alias:
ls | Sort-Object definition
This gave me a nice reference to the current Aliases sorted by what cmdlets and functions they reference. It gave me a good idea of what's what and might come in handy if I end up adding my own aliases (not sure I will, but good to know). Example below, because why not?
CommandType Name DefinitionSo that's that. Let's see if I find some more stuff to add.
----------- ---- ----------
Alias ac Add-Content
Alias asnp Add-PSSnapIn
Alias clc Clear-Content
Alias clhy Clear-History
Alias clear Clear-Host
Alias cls Clear-Host
Alias cli Clear-Item
Alias clp Clear-ItemProperty
Alias clv Clear-Variable
Alias diff Compare-Object
Alias compare Compare-Object
Alias cvpa Convert-Path
Alias copy Copy-Item
Alias cp Copy-Item
Alias cpi Copy-Item
No comments:
Post a Comment