Skip to content

Commit

Permalink
Updated Intune Integration Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Dec 14, 2023
1 parent cd6b223 commit 2e8e0bf
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2681,5 +2681,12 @@
}

# Compile and deploy configuration
Master -ConfigurationData $ConfigurationData -Credscredential $Credential
Start-DscConfiguration Master -Wait -Force -Verbose
try
{
Master -ConfigurationData $ConfigurationData -Credscredential $Credential
Start-DscConfiguration Master -Wait -Force -Verbose
}
catch
{
throw $_
}

0 comments on commit 2e8e0bf

Please sign in to comment.