Exam GCIH All QuestionsBrowse all questions from this exam
Question 154

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

    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
XBalOption: B

Get-CimInstance -ClassName Win32_Service | FL Name, PathName

XBalOption: B

Answer is "B"