< Back

Add-PlannerTaskChecklist

Sat Jan 18, 2020 6:55 pm

NAME Add-PlannerTaskChecklist



SYNOPSIS







SYNTAX

Add-PlannerTaskChecklist -TaskID <Object> -Title <String[]> [-IsChecked <Boolean>] [<CommonParameters>]





DESCRIPTION

Add checklist to Planner Task





PARAMETERS

-TaskID <Object>

Input Planner Plan task ID



Required? true

Position? named

Default value

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Title <String[]>

Input check list title



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-IsChecked [<Boolean>]

$True for isChecked, $False for is not checked



Required? false

Position? named

Default value

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

System.Object







OUTPUTS

System.Object







EXAMPLE 1



C:\\PS> Add-PlannerTaskChecklist -TaskID "







RELATED LINKS