From a40e04dc70e9d14733982ca1699520f8e535add0 Mon Sep 17 00:00:00 2001 From: Ben Miller Date: Thu, 19 Jun 2025 13:48:45 -0600 Subject: [PATCH] foam_sync.ps1 (LIFEBALANCE) 2025-06-19T13:48:45Z --- foam_sync.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/foam_sync.ps1 b/foam_sync.ps1 index 3388b15..dc5377f 100644 --- a/foam_sync.ps1 +++ b/foam_sync.ps1 @@ -74,6 +74,9 @@ try { if ($existingTask.Settings.ExecutionTimeLimit -eq $taskExecutionTimeLimit) { $settingsMatch = $true } + else { + Write-Warning "settings do not match: want " + } if ($triggerMatches -and $actionMatches -and $principalMatches -and $settingsMatch) { Write-Host "Scheduled task '$taskName' is already correctly configured."