Level 19
Level 21
4 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
a '-' prepended to them when you use them
Parameter names always have _______ , to allow Windows PowerShell to clearly identify them as parameters.
-?
the Help Parameter is...
When you specify the -? parameter to any cmdlet, ...
... the cmdlet is not executed. Instead, Windows PowerShell displays help for the cmdlet.
The common parameters are...
... WhatIf, Confirm, Verbose, Debug, Warn, ErrorAction, ErrorVariable, OutVariable, and OutBuffer.