< Back

Update-KBFSubTask

Thu Jan 16, 2020 10:07 am

NAME Update-KBFSubTask



SYNOPSIS

Update a subtask by name or id





SYNTAX

Update-KBFSubTask -ApiToken <String> -taskId <String> -name <String> [-finished] -ByName <String>

[<CommonParameters>]



Update-KBFSubTask -ApiToken <String> -taskId <String> -name <String> [-finished] -ByIndex <Int32>

[<CommonParameters>]





DESCRIPTION





PARAMETERS

-ApiToken <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-taskId <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-name <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-finished [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-ByName <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ByIndex <Int32>



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS