# winrs
winrs.exe is an older application used to interact with [[Windows Remote Management|WinRM]].
```powershell
winrs.exe -u:$TARGET_USER `
-p:$TARGET_PASSWORD `
-r:$TARGET_HOST $COMMAND
```
This interface has been largely deprecated in favor of [[Use WinRM with PowerShell|using PowerShell]], and may not even be present on recent versions of Windows.