WMI

WMI can be used to access remote windows components using RPC calls on TCP port 135.

Ex.

wmic /node:REMOTEIP /user:DOMAIN\USER /password:PASSWORD process call create“C:\Windows\System32\notepad.exe”

Last updated