Skip to content

Commit 342a78a

Browse files
committed
adding entrypoint designation to orchestrators
1 parent ae230e9 commit 342a78a

8 files changed

+24
-0
lines changed

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-AuditLogOrchestrator.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ function Start-AuditLogOrchestrator {
22
<#
33
.SYNOPSIS
44
Start the Audit Log Polling Orchestrator
5+
6+
.FUNCTIONALITY
7+
Entrypoint
58
#>
69
[CmdletBinding(SupportsShouldProcess = $true)]
710
param()

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-AuditLogProcessingOrchestrator.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ function Start-AuditLogProcessingOrchestrator {
22
<#
33
.SYNOPSIS
44
Start the Audit Log Processing Orchestrator
5+
6+
.FUNCTIONALITY
7+
Entrypoint
58
#>
69
[CmdletBinding(SupportsShouldProcess = $true)]
710
param()

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-AuditLogSearchCreation.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ function Start-AuditLogSearchCreation {
22
<#
33
.SYNOPSIS
44
Start the Audit Log Searches
5+
6+
.FUNCTIONALITY
7+
Entrypoint
58
#>
69
[CmdletBinding(SupportsShouldProcess = $true)]
710
param()

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-DriftStandardsOrchestrator.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ function Start-DriftStandardsOrchestrator {
22
<#
33
.SYNOPSIS
44
Start the Drift Standards Orchestrator
5+
6+
.FUNCTIONALITY
7+
Entrypoint
58
#>
69
[CmdletBinding(SupportsShouldProcess = $true)]
710
param()

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-SchedulerOrchestrator.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ function Start-SchedulerOrchestrator {
22
<#
33
.SYNOPSIS
44
Start the Scheduler Orchestrator
5+
6+
.FUNCTIONALITY
7+
Entrypoint
58
#>
69
[CmdletBinding(SupportsShouldProcess = $true)]
710
param()

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-StandardsOrchestrator.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ function Start-StandardsOrchestrator {
22
<#
33
.SYNOPSIS
44
Start the Standards Orchestrator
5+
6+
.FUNCTIONALITY
7+
Entrypoint
58
#>
69
[CmdletBinding(SupportsShouldProcess = $true)]
710
param()

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-UpdatePermissionsOrchestrator.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ function Start-UpdatePermissionsOrchestrator {
22
<#
33
.SYNOPSIS
44
Start the Update Permissions Orchestrator
5+
6+
.FUNCTIONALITY
7+
Entrypoint
58
#>
69
[CmdletBinding(SupportsShouldProcess = $true)]
710
param()

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-UserTasksOrchestrator.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ function Start-UserTasksOrchestrator {
22
<#
33
.SYNOPSIS
44
Start the User Tasks Orchestrator
5+
6+
.FUNCTIONALITY
7+
Entrypoint
58
#>
69
[CmdletBinding(SupportsShouldProcess = $true)]
710
param()

0 commit comments

Comments
 (0)