summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/windows
Commit message (Expand)AuthorAgeFilesLines
* win_dotnet_ngen: fix after broken in 2.4 (#31076)Jordan Borean2017-10-032-56/+98
* win_msg: added doc about msg limit and included an explicit check for better ...Jordan Borean2017-10-032-0/+5
* win_chocolately document improvedments, mention win_hotfix and use of become ...jhawkesworth2017-09-291-2/+12
* fix for webapppool when specifying an attribute that holds a collection (#30729)Jordan Borean2017-09-282-9/+85
* Fix OS version check in win_power_plan (#30538)Serge Nikalaichyk2017-09-221-8/+10
* win_domain_membership: added better error handling and basic tests (#30674)Jordan Borean2017-09-221-3/+19
* win_scheduled_task_stat: add new module to get stat on scheduled tasks (#30602)Jordan Borean2017-09-224-8/+695
* win_shortcut: Add hotkeys examples to documentation (#30694)Dag Wieers2017-09-222-49/+20
* win_environment: Make this the Windows reference moduleDag Wieers2017-09-214-162/+77
* win_scheduled_task: rewrite (#28995)Jordan Borean2017-09-202-276/+1491
* win_file: Fix check-mode issue removing dirs (#30475)Dag Wieers2017-09-191-23/+12
* windows command changed to use CreateProcess (#30253)Jordan Borean2017-09-132-221/+45
* windows facts: better way to get machine SID (#29821)Jordan Borean2017-09-121-1/+19
* win_unzip: added support for Server core by using .net zip functions (#29272)Jordan Borean2017-09-111-16/+68
* Fix SID Lookup Issues on Assorted Windows Modules (#28979)Andrew Saraceni2017-09-116-333/+53
* win_regedit: fixed up diff output to be more representative of type (#28974)Jordan Borean2017-09-071-8/+41
* win_user: add return info (#28975)Jordan Borean2017-09-071-0/+63
* added info regarding registry acl's (#28814)Jordan Borean2017-08-301-60/+44
* updated deprecated version based on changelog (#28810)Jordan Borean2017-08-291-1/+1
* win_chocolatey: fixes for proxy support (#28809)Jordan Borean2017-08-292-57/+93
* win_reboot: Use more conforming parameter names (#26466)Dag Wieers2017-08-291-11/+16
* win_chocolatey Important fix for non-zero return codes (#28756)Dag Wieers2017-08-292-189/+219
* Add option names to Fail-Json and Exit-JsonDag Wieers2017-08-301-4/+4
* Windows: A module for creating Toast notifications on Modern Windows versions...jhawkesworth2017-08-292-0/+184
* win_get_url: ExtendedWebClient with Timeout support (#28755)Dag Wieers2017-08-292-27/+44
* Fix metadata version.Matt Clay2017-08-291-1/+1
* Bugfix to check-mode and async support, and features (#28448)Dag Wieers2017-08-291-18/+12
* Adds win_pagefile module (#25605)Liran Nisanov2017-08-292-0/+310
* Add win_chocolatey proxy support (#21886) (#22515)Pierre Templier2017-08-292-2/+82
* added windows module win_power_plan with integration test (#27966)nwsparks2017-08-292-0/+136
* [18807] win_firewall_rule module uses HNetCfg.FwPolicy2 COM Object (#27381)Artem Zinenko2017-08-292-461/+260
* win_get_url: Add use_proxy, headers and timeout (#26612)Dag Wieers2017-08-282-128/+215
* win_msi: deprecated in favour of win_package (#28741)Jordan Borean2017-08-282-0/+1
* win_package: rewrite, check mode, tests, more check options (#27470)Jordan Borean2017-08-282-1290/+627
* win_shortcut: Support environment variables/UNC paths (#27089)Dag Wieers2017-08-281-3/+6
* [28017] Integration tests for win_rabbitmq_plugin (#28118)Artem Zinenko2017-08-281-5/+41
* windows/win_command: improve examples (#20465)Fabio Alessandro Locati2017-08-241-9/+4
* win_robocopy: Check-mode support, improved return code and docs (#25410)Dag Wieers2017-08-242-117/+91
* Check Windows service status before nssm STOP (#28379)Kira Rose2017-08-241-4/+5
* Fix the reboot_required return value (#28579)Dag Wieers2017-08-241-2/+12
* Fixes #28584: modules/windows/win_get_url.ps1: Change -msg option to -message...Reid Wahl2017-08-241-1/+1
* win_copy: changes that were missed (#28533)Jordan Borean2017-08-221-31/+93
* fixed up win_robocopy return values (#28538)Jordan Borean2017-08-221-1/+1
* win_wait_for: added module (#26556)Jordan Borean2017-08-222-0/+411
* Fix booleans in win_psexec documentationDag Wieers2017-08-211-26/+13
* win_copy: rewrite with new tests and functionality (#27678)Jordan Borean2017-08-182-138/+352
* win_update: added extra job parameters to run even if on battery (#28212)Jordan Borean2017-08-162-1/+4
* win_dns_client failing on 2008R2 SP1 (Fixes #25216) (#28172)kletiz2017-08-171-1/+7
* Update metadata to 1.1Toshio Kuratomi2017-08-1570-70/+70
* win_iis_webapppool: tests, check_mode, bugfixes (#25869)Jordan Borean2017-08-152-154/+355