Aliases Flashcards

1
Q

What are the two basic categories of aliases that exist?

A

Transitional

Convenience

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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.

A

Transitional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

__________ aliases are derived from the names of the cmdlets they map to.
Example: Get-Command becomes gcm, etc….

A

Convenience

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

For a list of defined aliases, type ____-_____ at the command line.

A

Get-Alias

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You can use the ______-______ command to define your own aliases.

A

Set-Alias

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

Aliases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly