can create, start, kill processes
run net view to get system list
use wmic /node: to run a command on every system
-
wmic /node:1.2.3.4 /user:admin /password:1234 process call create [command]
example: use wmic to kill HIPS and AV at the start
use to list what is running, to spot developers or admins