Start-SCOrchestratorRunbook
在 Service Provider Foundation 中啟動 Runbook。
Syntax
Start-SCOrchestratorRunbook
-Uri <String>
-RunbookPath <String>
[-RunbookParameters <Hashtable>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Start-SCOrchestratorRunbook Cmdlet 會叫用 runbook,如 Set-SCSPFExtensibleEventHandler Cmdlet 中的RunbookPath參數所指定。 系統管理員不需要執行此動作;Service Provider Foundation 會自動執行。
此 Cmdlet 僅供內部使用。
範例
1:
PS C:\># The Start-SCOrchestratorRunbook cmdlet is for internal use only.
參數
-Confirm
在執行 Cmdlet 前提示您確認。
Type: | System.Management.Automation.SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunbookParameters
指定 Service Provider Foundation 中 Runbook 的參數。
Type: | System.Collections.Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunbookPath
指定 Service Provider Foundation 中 Runbook 的路徑。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Uri
指定 Service Provider Foundation 中 Runbook 的統一資源識別項 (URI) 。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
顯示執行 Cmdlet 後會發生的情況。 Cmdlet 並不會執行。
Type: | System.Management.Automation.SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
輸入
None
輸出
System.Object