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.
What's a correct way to locate a command in PowerShell?
Call Get-Command 'name of command'
Get-Command 'name of command'
Call Find 'name of command'
Find 'name of command'
Call Locate 'name of command'
Locate 'name of command'
How would you search for commands that deal with files?
Call Get-Command -Verb File*
Get-Command -Verb File*
Call Get-Command -Noun File
Get-Command -Noun File
Call Get-Command -Noun File*
Get-Command -Noun File*
You must answer all questions before checking your work.
Was this page helpful?