We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0321cd3 + 5bc11f1 commit 699b256Copy full SHA for 699b256
Modules/CippEntrypoints/CippEntrypoints.psm1
@@ -291,7 +291,7 @@ function Receive-CIPPTimerTrigger {
291
292
$Results = Invoke-Command -ScriptBlock { & $Function.Command @Parameters }
293
if ($Results -match '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$') {
294
- $FunctionStatus.OrchestratorId = $Results
+ $FunctionStatus.OrchestratorId = $Results -join ','
295
$Status = 'Started'
296
} else {
297
$Status = 'Completed'
0 commit comments