< Back
New-PlannerTaskObject
Post
NAME New-PlannerTaskObject
SYNOPSIS
Creates a new object which represents a "microsoft.graph.plannerTask" (or one of its derived types).
SYNTAX
New-PlannerTaskObject [-activeChecklistItemCount <int>] [-appliedCategories <object>] [-assignedToTaskBoardFormat
<object>] [-assigneePriority <string>] [-assignments <object>] [-bucketId <string>] [-bucketTaskBoardFormat
<object>] [-checklistItemCount <int>] [-completedBy <object>] [-completedDateTime <DateTimeOffset>]
[-conversationThreadId <string>] [-createdBy <object>] [-createdDateTime <DateTimeOffset>] [-details <object>]
[-dueDateTime <DateTimeOffset>] [-hasDescription <bool>] [-orderHint <string>] [-percentComplete <int>] [-planId
<string>] [-previewType <string>] [-progressTaskBoardFormat <object>] [-referenceCount <int>] [-startDateTime
<DateTimeOffset>] [-title <string>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.plannerTask" (or one of its derived types).
PARAMETERS
-createdBy <object>
The "createdBy" property, of type "microsoft.graph.identitySet".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-planId <string>
The "planId" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bucketId <string>
The "bucketId" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-title <string>
The "title" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-orderHint <string>
The "orderHint" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-assigneePriority <string>
The "assigneePriority" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-percentComplete <int>
The "percentComplete" property, of type "Edm.Int32".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-startDateTime <DateTimeOffset>
The "startDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-createdDateTime <DateTimeOffset>
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-dueDateTime <DateTimeOffset>
The "dueDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-hasDescription <bool>
The "hasDescription" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-previewType <string>
The "previewType" property, of type "microsoft.graph.plannerPreviewType".
This property is on the "microsoft.graph.plannerTask" type.
Valid values: 'automatic', 'noPreview', 'checklist', 'description', 'reference'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-completedDateTime <DateTimeOffset>
The "completedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-completedBy <object>
The "completedBy" property, of type "microsoft.graph.identitySet".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-referenceCount <int>
The "referenceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-checklistItemCount <int>
The "checklistItemCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-activeChecklistItemCount <int>
The "activeChecklistItemCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-appliedCategories <object>
The "appliedCategories" property, of type "microsoft.graph.plannerAppliedCategories".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-assignments <object>
The "assignments" property, of type "microsoft.graph.plannerAssignments".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-conversationThreadId <string>
The "conversationThreadId" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-details <object>
The "details" property, of type "microsoft.graph.plannerTaskDetails".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-assignedToTaskBoardFormat <object>
The "assignedToTaskBoardFormat" property, of type "microsoft.graph.plannerAssignedToTaskBoardTaskFormat".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-progressTaskBoardFormat <object>
The "progressTaskBoardFormat" property, of type "microsoft.graph.plannerProgressTaskBoardTaskFormat".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bucketTaskBoardFormat <object>
The "bucketTaskBoardFormat" property, of type "microsoft.graph.plannerBucketTaskBoardTaskFormat".
This property is on the "microsoft.graph.plannerTask" type.
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
OUTPUTS
RELATED LINKS
SYNOPSIS
Creates a new object which represents a "microsoft.graph.plannerTask" (or one of its derived types).
SYNTAX
New-PlannerTaskObject [-activeChecklistItemCount <int>] [-appliedCategories <object>] [-assignedToTaskBoardFormat
<object>] [-assigneePriority <string>] [-assignments <object>] [-bucketId <string>] [-bucketTaskBoardFormat
<object>] [-checklistItemCount <int>] [-completedBy <object>] [-completedDateTime <DateTimeOffset>]
[-conversationThreadId <string>] [-createdBy <object>] [-createdDateTime <DateTimeOffset>] [-details <object>]
[-dueDateTime <DateTimeOffset>] [-hasDescription <bool>] [-orderHint <string>] [-percentComplete <int>] [-planId
<string>] [-previewType <string>] [-progressTaskBoardFormat <object>] [-referenceCount <int>] [-startDateTime
<DateTimeOffset>] [-title <string>] [<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.plannerTask" (or one of its derived types).
PARAMETERS
-createdBy <object>
The "createdBy" property, of type "microsoft.graph.identitySet".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-planId <string>
The "planId" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bucketId <string>
The "bucketId" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-title <string>
The "title" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-orderHint <string>
The "orderHint" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-assigneePriority <string>
The "assigneePriority" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-percentComplete <int>
The "percentComplete" property, of type "Edm.Int32".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-startDateTime <DateTimeOffset>
The "startDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-createdDateTime <DateTimeOffset>
The "createdDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-dueDateTime <DateTimeOffset>
The "dueDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-hasDescription <bool>
The "hasDescription" property, of type "Edm.Boolean".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-previewType <string>
The "previewType" property, of type "microsoft.graph.plannerPreviewType".
This property is on the "microsoft.graph.plannerTask" type.
Valid values: 'automatic', 'noPreview', 'checklist', 'description', 'reference'
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-completedDateTime <DateTimeOffset>
The "completedDateTime" property, of type "Edm.DateTimeOffset".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 1/1/0001 12:00:00 AM +00:00
Accept pipeline input? false
Accept wildcard characters? false
-completedBy <object>
The "completedBy" property, of type "microsoft.graph.identitySet".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-referenceCount <int>
The "referenceCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-checklistItemCount <int>
The "checklistItemCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-activeChecklistItemCount <int>
The "activeChecklistItemCount" property, of type "Edm.Int32".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-appliedCategories <object>
The "appliedCategories" property, of type "microsoft.graph.plannerAppliedCategories".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-assignments <object>
The "assignments" property, of type "microsoft.graph.plannerAssignments".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-conversationThreadId <string>
The "conversationThreadId" property, of type "Edm.String".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-details <object>
The "details" property, of type "microsoft.graph.plannerTaskDetails".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-assignedToTaskBoardFormat <object>
The "assignedToTaskBoardFormat" property, of type "microsoft.graph.plannerAssignedToTaskBoardTaskFormat".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-progressTaskBoardFormat <object>
The "progressTaskBoardFormat" property, of type "microsoft.graph.plannerProgressTaskBoardTaskFormat".
This property is on the "microsoft.graph.plannerTask" type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-bucketTaskBoardFormat <object>
The "bucketTaskBoardFormat" property, of type "microsoft.graph.plannerBucketTaskBoardTaskFormat".
This property is on the "microsoft.graph.plannerTask" type.
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
OUTPUTS
RELATED LINKS