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