CompTIA Server+ SK0-005 Practice Question

You are preparing a one-line PowerShell command to inventory running services on a Windows Server. The command must retrieve only services whose Status property is Running, convert the resulting objects to JSON, and then overwrite (not append) the file C:\Temp\RunningServices.json. Which pipeline satisfies all of these requirements?

  • Get-Service | ConvertTo-Json -Depth 1 | Out-File 'C:\Temp\RunningServices.json' -Append

  • Get-Service | Where-Object {$_.Status -eq 'Running'} | ConvertTo-Json | Add-Content -Path 'C:\Temp\RunningServices.json'

  • Get-Service -Status Running | ConvertTo-Json | Out-File 'C:\Temp\RunningServices.json' -NoClobber

  • Get-Service | Where-Object {$_.Status -eq 'Running'} | ConvertTo-Json | Set-Content -Path 'C:\Temp\RunningServices.json' -Force

CompTIA Server+ SK0-005
Server Administration
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

SAVE $47
$390.00 $343.00
SAVE $53
CompTIA Server+ Voucher with Retake
v5 / SK0-005
Includes Retake
$439.00 $386.00
Bash, the Crucial Exams Chat Bot
AI Bot