Start-SCOrchestratorRunbook
Service Provider Foundation'da bir runbook başlatır.
Syntax
Start-SCOrchestratorRunbook
-Uri <String>
-RunbookPath <String>
[-RunbookParameters <Hashtable>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Start-SCOrchestratorRunbook cmdlet'i, Set-SCSPFExtensibleEventHandler cmdlet'inde RunbookPath parametresi tarafından belirtilen runbook'u çağırır. Yöneticilerin bunu gerçekleştirmesi gerekmez; Service Provider Foundation bunu otomatik olarak gerçekleştirir.
Bu cmdlet yalnızca iç kullanım içindir.
Örnekler
1:
PS C:\># The Start-SCOrchestratorRunbook cmdlet is for internal use only.
Parametreler
-Confirm
Cmdlet'i çalıştırmadan önce sizden onay ister.
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'da bir runbook'un parametrelerini belirtir.
Type: | System.Collections.Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunbookPath
Service Provider Foundation'da bir runbook'un yolunu belirtir.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Uri
Service Provider Foundation'da runbook'un tekdüzen kaynak tanımlayıcısını (URI) belirtir.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Cmdlet çalıştırılıyorsa ne olacağını gösterir. Cmdlet çalıştırılmaz.
Type: | System.Management.Automation.SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Girişler
None
Çıkışlar
System.Object