Skip to content

Commit d91c4ff

Browse files
committed
Update Get-CIPPTimerFunctions.ps1
1 parent d878a76 commit d91c4ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Modules/CIPPCore/Public/Get-CIPPTimerFunctions.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,10 @@ function Get-CIPPTimerFunctions {
5252
$OrchestratorStatus = Get-CIPPAzDataTableEntity @Table -Filter "RunOnProcessor eq $RunOnProcessorTxt"
5353
}
5454

55-
Write-Host ($OrchestratorStatus | ConvertTo-Json)
56-
5755
$OrchestratorStatus | Where-Object { $_.RowKey -notmatch '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' } | Select-Object ETag, PartitionKey, RowKey | ForEach-Object {
5856
Remove-AzDataTableEntity @Table -Entity $_ -Force
5957
}
6058

61-
6259
foreach ($Orchestrator in $Orchestrators) {
6360
$Status = $OrchestratorStatus | Where-Object { $_.RowKey -eq $Orchestrator.Id }
6461
if ($Status.Cron) {

0 commit comments

Comments
 (0)