Start-SCOrchestratorRunbook
Inicia um runbook no Service Provider Foundation.
Syntax
Start-SCOrchestratorRunbook
-Uri <String>
-RunbookPath <String>
[-RunbookParameters <Hashtable>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
O cmdlet Start-SCOrchestratorRunbook invoca o runbook conforme especificado pelo parâmetro RunbookPath no cmdlet Set-SCSPFExtensibleEventHandler. Os administradores não precisam executar isso; O Service Provider Foundation o executa automaticamente.
Esse cmdlet é apenas para uso interno.
Exemplos
1:
PS C:\># The Start-SCOrchestratorRunbook cmdlet is for internal use only.
Parâmetros
-Confirm
Solicita sua confirmação antes de executar o cmdlet.
Type: | System.Management.Automation.SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunbookParameters
Especifica os parâmetros de um runbook no Service Provider Foundation.
Type: | System.Collections.Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunbookPath
Especifica o caminho para um runbook no Service Provider Foundation.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Uri
Especifica o URI (uniform resource identifier) do runbook no Service Provider Foundation.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Mostra o que aconteceria se o cmdlet fosse executado. O cmdlet não é executado.
Type: | System.Management.Automation.SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Entradas
None
Saídas
System.Object