Aliases Flashcards
What are the two basic categories of aliases that exist?
Transitional
Convenience
A set of aliases that map PowerShell commands to commands that people are accustomed to using in other shells, specifically cmd.eve and the UNIX shells.
Transitional
__________ aliases are derived from the names of the cmdlets they map to.
Example: Get-Command becomes gcm, etc….
Convenience
For a list of defined aliases, type ____-_____ at the command line.
Get-Alias
You can use the ______-______ command to define your own aliases.
Set-Alias
PowerShell _______ cannot include parameters, if you need to do something more sophisticated than simple command-name translations, you will have to use shell functions or scripts
Aliases