From cd07710bbcfa074fe1e0c2bb7992003d2d8e6c7c Mon Sep 17 00:00:00 2001 From: Lauri Kurvinen Date: Tue, 14 Aug 2018 09:03:11 +0300 Subject: [PATCH] Update ConfigMgrClientHealth.ps1 logicbug? --- ConfigMgrClientHealth.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfigMgrClientHealth.ps1 b/ConfigMgrClientHealth.ps1 index 449848d..4d964ac 100644 --- a/ConfigMgrClientHealth.ps1 +++ b/ConfigMgrClientHealth.ps1 @@ -3117,7 +3117,7 @@ End { Update-LogFile -Log $log } - if (($SQLLogging -like 'true') -and (($Webservice -eq $null)) -or ($Webservice -eq "")) { + if (($SQLLogging -like 'true') -and (($Webservice -eq $null) -or ($Webservice -eq ""))) { Write-Output 'Updating SQL database with results' Update-SQL -Log $log }