Commit Graph

10 Commits (5a278a8ecd3e62b7805902d084efab58abc33593)

Author SHA1 Message Date
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.
9 years ago
Michael Perzel a7675e6621 Note parameters that are not idempotent 9 years ago
Michael Perzel 685c935a37 Documentation updates 9 years ago
Michael Perzel 3542e7d42d Update method to determine if task exists, add days of week parameter to weekly triggers 9 years ago
Michael Perzel 00d3a62907 Documentation updates 10 years ago
Michael Perzel d6339c47e4 Ability to add/remove scheduled task 10 years ago
Peter Mounce a4a3a13439 Code-review
Swap state enabled/disabled -> enabled yes/no
10 years ago
Peter Mounce d9211b709b no default, remove it 10 years ago
Peter Mounce ede4820562 version_added -> 2, remove empty aliases 10 years ago
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.
10 years ago