From 5f72970aafa22ebe824450c996cc850d29564356 Mon Sep 17 00:00:00 2001 From: Adam Bertram Date: Sun, 18 Mar 2018 20:10:11 -0500 Subject: [PATCH] updates --- Software Updates/WindowsUpdate.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software Updates/WindowsUpdate.psm1 b/Software Updates/WindowsUpdate.psm1 index 27550ac..69a70bf 100644 --- a/Software Updates/WindowsUpdate.psm1 +++ b/Software Updates/WindowsUpdate.psm1 @@ -337,7 +337,7 @@ function GetWindowsUpdateInstallResult { $resultCode = Invoke-Command -Session $Session -ScriptBlock $sb -ArgumentList $ScheduledTaskName switch -exact ($resultCode) { 0 { - 'NotStarted' + 'Installed' break } 1 {