GPEN Exam QuestionsBrowse all questions from this exam

GPEN 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]

Show Answer
Correct Answer: A,D

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

2 comments
Sign in to comment
Omo_MushinOption: A
May 28, 2022

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

79c58bbOption: A
May 13, 2024

A: {Command says it all}