Files
community.general/lib/ansible/module_utils
Dag Wieers 8296511ed0 win_psexec: execute cmds on remote systems as any user (#20141)
* win_psexec: execute cmds on remote systems as any user

This module uses the versatile psexec tool to run any command remotely
as any user (incl. domain users).

* Add missing documentation

Now that this module is deemed acceptable for inclusion,
the documentation is an essential part.

* win_psexec: Small cosmetic changes

* win_psexec: add more options (priority, elevated, ...)

* Fixes after more testing

* Renamed 'cmd' to 'psexec_command' + more

- Also replaced PSObject() with a hash table
- Made $chdir of type "path"
- Renamed $args to $extra_args

* Various improvements

- Switched to using booleans for most parameters
- Added type 'bool' to boolean parameters
- Added 'interactive' parameter
- Added 'wait' parameter
- Added an interactive example

* Added -type "bool" support to Get-AnsibleParam

* Fix deadlock

* When using `wait:no` return code is PID of process
2017-01-24 13:48:58 +00:00
..
2017-01-04 14:08:19 -08:00
2015-04-28 09:36:42 -04:00
2016-09-24 09:27:38 -04:00
2016-12-30 10:42:33 -05:00
2016-11-02 17:00:27 -07:00
2017-01-19 15:36:15 -05:00
2017-01-04 21:52:56 -05:00
2016-02-08 19:10:04 +01:00
2017-01-06 17:07:42 -05:00
2016-11-02 17:00:27 -07:00
2016-11-02 13:32:19 +00:00
2016-09-12 13:35:57 -04:00
2015-11-03 09:53:18 -08:00
2017-01-03 14:32:44 -06:00
2016-09-11 23:34:46 -04:00
2016-12-04 10:46:41 +00:00
2017-01-23 15:30:19 -05:00