Exam GPEN All QuestionsBrowse all questions from this exam
Question 28

What is the purpose of the following command?

C:\>wmic /node:[target IP] /user:[admin-user]

/password:[password] process call create [command]

    Correct Answer: A

    The command uses Windows Management Instrumentation Command-line (WMIC) to execute a process on a remote Windows machine. The syntax 'process call create [command]' indicates that a specific command is being run on the target machine.

Discussion
79c58bbOption: A

A: {Command says it all}

Omo_MushinOption: A

Correct answer is - A. Running a command on a remote Windows machine looking at the command - it says "process call create [command]" meaning you are executing a command