# WMI

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

Ex.&#x20;

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