This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
Using the help system, what command or function helps you paginate the response?
'command' -help
Get-Help 'command'
help 'command'
Which statement will most efficiently find the returned type from a command?
'command' -type
'command' | Get-Member
'command' | Get-Type
'command' Get-Member
You must answer all questions before checking your work.
Was this page helpful?