GCIH Exam QuestionsBrowse all questions from this exam

GCIH Exam - Question 156


Which PowerShell cmdlet will display the command line parameters used to launch a Windows process?

Show Answer
Correct Answer: C

The PowerShell cmdlet 'Get-Process' is used to get information about running processes, including their command line parameters. It provides detailed information about processes, which can include details like process names, IDs, and command line arguments.

Discussion

2 comments
Sign in to comment
XBal
Sep 16, 2024

Get-CimInstance -ClassName Win32_Service | FL Name, PathName

XBal
Sep 16, 2024

Answer is "B"