File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments