Skip to content

Commit

Permalink
RowKey Add
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jul 15, 2024
1 parent 7a644bd commit e8d68d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function Register-CIPPExtensionScheduledTasks {
TenantFilter = $Tenant.defaultDomainName
}
if ($ExistingPushTask) {
$Task.RowKey = $ExistingTask.RowKey
$task | Add-Member -NotePropertyName 'RowKey' -NotePropertyValue $ExistingPushTask.RowKey -Force
}
$null = Add-CIPPScheduledTask -Task $Task -hidden $true -SyncType $Extension
Write-Information "Creating $Extension task for tenant $($Tenant.defaultDomainName)"
Expand Down

0 comments on commit e8d68d4

Please sign in to comment.