From 533e79ba959143f0459431a486bfb85c56c72ddc Mon Sep 17 00:00:00 2001 From: luisgulo Date: Fri, 24 Oct 2025 18:01:10 +0200 Subject: Releasing code version 1.8.0 --- examples/winremote_exec_winrm.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/winremote_exec_winrm.yml (limited to 'examples/winremote_exec_winrm.yml') diff --git a/examples/winremote_exec_winrm.yml b/examples/winremote_exec_winrm.yml new file mode 100644 index 0000000..28e6afb --- /dev/null +++ b/examples/winremote_exec_winrm.yml @@ -0,0 +1,9 @@ +tasks: + + - name: Ejecutar comando remoto en Windows vía WinRM (WS-Manager) + module: winremote_exec_winrm + args: + winuser: guillermo + winpassword: puertas + command: "cmd.exe /c echo hola > C:\\salida.txt" + -- cgit v1.2.3