From 219e68bff4e2e3715206c42eb4c4751812a97470 Mon Sep 17 00:00:00 2001 From: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:39:29 +0100 Subject: [PATCH 1/2] Fixes johns booboo --- .../Identity/Administration/Users/Invoke-ExecOffboardUser.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-ExecOffboardUser.ps1 b/Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-ExecOffboardUser.ps1 index 85342af27473..efbec290e6aa 100644 --- a/Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-ExecOffboardUser.ps1 +++ b/Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-ExecOffboardUser.ps1 @@ -40,7 +40,7 @@ function Invoke-ExecOffboardUser { Headers = $Headers } if ($Request.Body.Scheduled.enabled) { - $taskObject.ScheduledTime = $Request.Body.Scheduled.date + $taskObject | Add-Member -NotePropertyName ScheduledTime -NotePropertyValue $Request.Body.Scheduled.date } else { $Params.RunNow = $true } From f5fdcf4147c4424ce6a68bbb9d3dd0647667430c Mon Sep 17 00:00:00 2001 From: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com> Date: Wed, 18 Mar 2026 11:45:16 +0100 Subject: [PATCH 2/2] v up --- version_latest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_latest.txt b/version_latest.txt index 06bcad3c615e..9b36ab7e7df8 100644 --- a/version_latest.txt +++ b/version_latest.txt @@ -1 +1 @@ -10.2.4 +10.2.5