What is the purpose of the following command?
C:\>wmic /node:[target IP] /user:[admin-user]
/password:[password] process call create [command]
What is the purpose of the following command?
C:\>wmic /node:[target IP] /user:[admin-user]
/password:[password] process call create [command]
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.
A: {Command says it all}
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