This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Use the following questions to check what you’ve learned in this module.
Which of the following commands provides a more efficient way to produce a list of services that have names beginning with svc?
Get-Service –Name svc*
Get-Service | Where Name –like svc*
Get-Service | Where Name -eq svc
Of the variables $_ and $PSItem, which one would many experienced Windows PowerShell users prefer to use?
$_
$PSItem
Without exception, both can be used interchangeably
You must answer all questions before checking your work.
Was this page helpful?