summaryrefslogtreecommitdiff
path: root/community_modules/winremote/winremote_exec_winrm.tr.en
blob: ddb3ebe1b989e5ea3e9ceeb624dd176f683e11af (plain)
1
2
3
4
5
6
missing_args=❌ [winremote_exec_winrm] Missing parameters. host, winuser, winpassword and command are required.
start=🔧 [winremote_exec_winrm] Executing remote command on {host}:{port} as {user}...
success=✅ [winremote_exec_winrm] Command executed successfully via WSMan.
fail=❌ [winremote_exec_winrm] Error executing command (code {code}).
missing_wsman=❌ [winremote_exec_winrm] 'wsman' client is not available.
wsman_ok=✅ [winremote_exec_winrm] 'wsman' client is available.