Skip to content

Commit 4461f55

Browse files
add "INTUNETEMPLATERUN" as AppInsights tracker.
1 parent 4bc0143 commit 4461f55

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardIntuneTemplate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function Invoke-CIPPStandardIntuneTemplate {
3636
https://docs.cipp.app/user-documentation/tenant/standards/list-standards
3737
#>
3838
param($Tenant, $Settings)
39-
39+
Write-Host 'INTUNETEMPLATERUN'
4040
$Table = Get-CippTable -tablename 'templates'
4141
$Filter = "PartitionKey eq 'IntuneTemplate'"
4242

Resources/CIPPTimers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
"RunOnProcessor": true
7373
},
7474
{
75-
"Id": "9b0c8e50-f798-49db-9a8b-dbcc0fcadeea",
75+
"Id": "9b0c8e50-f798-49db-9a8b-dbcc0faadeea",
7676
"Command": "Start-StandardsOrchestrator",
7777
"Description": "Orchestrator to process standards",
78-
"Cron": "0 0 */4 * * *",
78+
"Cron": "0 * * * * *",
7979
"Priority": 4,
8080
"RunOnProcessor": true,
8181
"PreferredProcessor": "standards"

0 commit comments

Comments
 (0)