Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adbertram committed Mar 19, 2018
1 parent b55879c commit 5f72970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software Updates/WindowsUpdate.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function GetWindowsUpdateInstallResult {
$resultCode = Invoke-Command -Session $Session -ScriptBlock $sb -ArgumentList $ScheduledTaskName
switch -exact ($resultCode) {
0 {
'NotStarted'
'Installed'
break
}
1 {
Expand Down

0 comments on commit 5f72970

Please sign in to comment.