Skip to content

Commit 7363259

Browse files
authored
Merge pull request #146 from PlagueHO/Issue-108
Added dependency information for xScheduledTask to README.MD - Fixes #108
2 parents af8d9eb + ff61261 commit 7363259

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Get-TargetResource returns an empty ScheduleType string if the task
88
trigger is empty or unknown - See [Issue
99
#137](https://github.com/PowerShell/xComputerManagement/issues/137).
10+
- Added dependency information for xScheduledTask to README.MD.
1011

1112
## 4.0.0.0
1213

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ The **xComputerManagement** module contains the following resources:
1111
- **xScheduledTask**: is used to define basic run once or recurring scheduled tasks
1212
on the local computer. It can also be used to delete or disable built-in
1313
scheduled tasks.
14+
15+
_The **xScheduledTask** resource requires the `ScheduledTasks` PowerShell module
16+
which is only available on Windows Server 2012/Windows 8 and above. DSC configurations
17+
containing this resource may be compiled on Windows Server 2008 R2/Windows 7 but
18+
can not be applied._
1419
- **xVirtualMemory**: allows configuration of properties of the paging file on
1520
the local computer.
1621

0 commit comments

Comments
 (0)