Parameters Flashcards

1
Q

Parameters are indicated by a “_____”

A

Dash “-“

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

________ sets enable you to write a single cmdlet that can do different actions for different scenarios.

A

Parameter

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

A __________ parameter must be explicitly given on the command-line, otherwise an error message will be printed to prompt the user to re-enter the command.

A

Mandatory

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

_________ parameters in square brackets indicate that the entire “-after” parameter is optional.
Example: [ -After ]

A

Optional

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

___________ parameters allow for placing multiple arguments separated by commas.
Example: [Source ]

A

Multiple

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