summaryrefslogtreecommitdiff
path: root/windows/win_scheduled_task.ps1
Commit message (Expand)AuthorAgeFilesLines
* win_scheduled_task: fix days_of_week var command typo (#3198)Ville Reijonen2016-10-171-1/+1
* StrictMode fixes for win_iis_webbindingnitzmahone2016-06-151-18/+16
* fix: win-scheduled-task strict-mode fixesDreamcat42016-04-201-30/+15
* Remove duplicate action declaration.Michael Perzel2015-09-081-1/+0
* Fix logging of error messageMichael Perzel2015-09-081-1/+1
* Add support for specifying user for scheduled task to run asMichael Perzel2015-09-081-10/+13
* Add support for command argumentsMichael Perzel2015-09-081-3/+14
* Show order of operations with parenthesisMichael Perzel2015-09-081-5/+5
* Use helper methods to validate vars. Cleanup logic.Michael Perzel2015-09-081-45/+17
* Remove accidental newlinesMichael Perzel2015-07-211-6/+3
* Cleanup enable/disable logicMichael Perzel2015-07-211-14/+29
* Update method to determine if task exists, add days of week parameter to week...Michael Perzel2015-07-071-13/+30
* Ability to add/remove scheduled taskMichael Perzel2015-06-301-22/+115
* Code-reviewPeter Mounce2015-05-191-13/+9
* caught out by syntaxPeter Mounce2015-05-191-2/+3
* correct variable namePeter Mounce2015-05-191-1/+1
* win_scheduled_task module for windowsPeter Mounce2015-05-191-0/+77