What is the purpose of the following command?
C:\>wmic /node:[target IP] /user:[admin-user]
/password:[password] process call create [command]
Running a command on a remote Windows machine
Creating a service on a remote Windows machine
Creating an admin account on a remote Windows machine
Listing the running processes on a remote windows machine
Submit