For the complete documentation index, see llms.txt. This page is also available as Markdown.

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