Parameters Flashcards
1
Q
Parameters are indicated by a “_____”
A
Dash “-“
2
Q
________ sets enable you to write a single cmdlet that can do different actions for different scenarios.
A
Parameter
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
4
Q
_________ parameters in square brackets indicate that the entire “-after” parameter is optional.
Example: [ -After ]
A
Optional
5
Q
___________ parameters allow for placing multiple arguments separated by commas.
Example: [Source ]
A
Multiple