Tyler Cross
19034bae62
Add note server 2012 note to win_scheduled_task.
...
This change adds a note to the win_scheduled_task module
docs that indicates Windows Server 2012 or later is required.
This is because the module relies on the Get-ScheduledTask
cmdlet, which is a part of the Server 2012 OS. Previous
versions, like Server 2008, simply can't work with this
module.
2016-03-10 13:41:04 -05:00
Michael Perzel
a7675e6621
Note parameters that are not idempotent
2015-09-08 14:40:21 -05:00
Michael Perzel
685c935a37
Documentation updates
2015-09-08 14:36:11 -05:00
Michael Perzel
3542e7d42d
Update method to determine if task exists, add days of week parameter to weekly triggers
2015-07-07 11:55:46 -05:00
Michael Perzel
00d3a62907
Documentation updates
2015-06-30 12:24:00 -05:00
Michael Perzel
d6339c47e4
Ability to add/remove scheduled task
2015-06-30 12:06:16 -05:00
Peter Mounce
a4a3a13439
Code-review
...
Swap state enabled/disabled -> enabled yes/no
2015-05-19 11:30:05 +01:00
Peter Mounce
d9211b709b
no default, remove it
2015-05-19 11:14:04 +01:00
Peter Mounce
ede4820562
version_added -> 2, remove empty aliases
2015-05-19 11:14:03 +01:00
Peter Mounce
d1c896d31e
win_scheduled_task module for windows
...
Fledgling module to allow scheduled tasks to be managed.
At present, I only need enabled/disabled support. There's lots of scope for more features.
2015-05-19 11:13:59 +01:00