Files
community.general/lib/ansible/modules/windows
Daniel-Sanchez-Fabregas ee2adb45a8 Adding module win_domain_computer (#35954)
* Adding module win_domain_computer

This module is a wrapper of powershell *-ADComputer commands.
The main use case is to add non-windows computers to Active Directory
through a bridge windows computer.

* Replace `Set-Attr`

* Fix case insensitive comparisons

* Add omitted parameters in cmdlets

* Enhance module documentation

* Simplify `state` as case insensitive.

* Simplify try catch

* Fix indentation

* Make message errors more descriptive.

* Specify type in boolean parameters

* Keep parameter ingestion together

* Delete superfluous resultobj

* Workaround failing Erroraction

* Add target info in error

* Cosmetic changes

* Fix up Fail-Json to use correct message param
2018-05-17 13:06:01 +10:00
..
2017-02-23 22:38:17 -08:00
2018-05-07 20:16:23 +01:00
2018-01-23 10:25:08 +10:00
2018-02-26 19:34:44 -05:00
2018-02-26 19:34:44 -05:00
2017-01-17 20:21:04 -08:00
2017-01-27 13:23:01 -08:00
2018-02-07 20:58:47 +11:00