We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4499e commit ab10800Copy full SHA for ab10800
1 file changed
Tests/Integration/MSFT_xScheduledTask.Integration.Tests.ps1
@@ -30,6 +30,8 @@ try
30
Once = 'xScheduledTaskOnce'
31
Daily = 'xScheduledTaskDaily'
32
Weekly = 'xScheduledTaskWeekly'
33
+ AtLogon = 'xScheduledTaskLogon'
34
+ AtStartup = 'xScheduledTaskStartup'
35
}
36
37
foreach ($contextInfo in $contexts.GetEnumerator())
@@ -47,6 +49,7 @@ try
47
49
48
50
It 'should apply the MOF correctly' {
51
{
52
+ Start-DscConfiguration -Path $ConfigDir -Wait -Force
53
} | Should Not Throw
54
55
@@ -68,6 +71,7 @@ try
68
71
69
72
70
73
74
75
76
77
@@ -89,6 +93,7 @@ try
89
93
90
94
91
95
96
92
97
98
99
0 commit comments