Start-SCOrchestratorRunbook

Starts a runbook in Service Provider Foundation.

Syntax

Start-SCOrchestratorRunbook
     -Uri <String>
     -RunbookPath <String>
     [-RunbookParameters <Hashtable>]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]

Description

The Start-SCOrchestratorRunbook cmdlet invokes the runbook as specified by the RunbookPath parameter in the Set-SCSPFExtensibleEventHandler cmdlet. Administrators do not need to perform this; Service Provider Foundation performs it automatically.

This cmdlet is for internal use only.

Examples

1:

PS C:\># The Start-SCOrchestratorRunbook cmdlet is for internal use only.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:System.Management.Automation.SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-RunbookParameters

Specifies the parameters for a runbook in Service Provider Foundation.

Type:System.Collections.Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-RunbookPath

Specifies the path to a runbook in Service Provider Foundation.

Type:System.String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Uri

Specifies the uniform resource identifier (URI) of the runbook in Service Provider Foundation.

Type:System.String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:System.Management.Automation.SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object