foam_sync.ps1 (LIFEBALANCE) 2025-06-19T13:51:58Z
This commit is contained in:
@ -54,7 +54,7 @@ try {
|
||||
# Check Trigger
|
||||
$triggerMatches = $false
|
||||
if ($currentTrigger -is [Microsoft.Management.Infrastructure.CimInstance] `
|
||||
-and $currentTrigger.RepetitionInterval.TotalMinutes -eq $frequencyMinutes) {
|
||||
-and $currentTrigger.RepetitionInterval.TotalMinutes -eq $trigger.RepetitionInterval.TotalMinutes) {
|
||||
$triggerMatches = $true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user