Skip to content

Commit ab10800

Browse files
committed
Tasks properly named
and verbose switch removed
1 parent ea4499e commit ab10800

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Tests/Integration/MSFT_xScheduledTask.Integration.Tests.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ try
3030
Once = 'xScheduledTaskOnce'
3131
Daily = 'xScheduledTaskDaily'
3232
Weekly = 'xScheduledTaskWeekly'
33+
AtLogon = 'xScheduledTaskLogon'
34+
AtStartup = 'xScheduledTaskStartup'
3335
}
3436

3537
foreach ($contextInfo in $contexts.GetEnumerator())
@@ -47,6 +49,7 @@ try
4749

4850
It 'should apply the MOF correctly' {
4951
{
52+
Start-DscConfiguration -Path $ConfigDir -Wait -Force
5053
} | Should Not Throw
5154
}
5255

@@ -68,6 +71,7 @@ try
6871

6972
It 'should apply the MOF correctly' {
7073
{
74+
Start-DscConfiguration -Path $ConfigDir -Wait -Force
7175
} | Should Not Throw
7276
}
7377

@@ -89,6 +93,7 @@ try
8993

9094
It 'should apply the MOF correctly' {
9195
{
96+
Start-DscConfiguration -Path $ConfigDir -Wait -Force
9297
} | Should Not Throw
9398
}
9499

0 commit comments

Comments
 (0)