diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Clear-MgBetaPlannerTaskMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Clear-MgBetaPlannerTaskMessageReaction.md new file mode 100644 index 0000000000000..c5f4711f62c62 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Clear-MgBetaPlannerTaskMessageReaction.md @@ -0,0 +1,561 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/clear-mgbetaplannertaskmessagereaction +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Clear-MgBetaPlannerTaskMessageReaction +--- + +# Clear-MgBetaPlannerTaskMessageReaction + +## SYNOPSIS + +Remove a reaction from a plannerTaskChatMessage for the current user. + +## SYNTAX + +### UnsetExpanded (Default) + +``` +Clear-MgBetaPlannerTaskMessageReaction -PlannerTaskChatMessageId -PlannerTaskId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ReactionType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Unset + +``` +Clear-MgBetaPlannerTaskMessageReaction -PlannerTaskChatMessageId -PlannerTaskId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UnsetViaIdentityExpanded + +``` +Clear-MgBetaPlannerTaskMessageReaction -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ReactionType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UnsetViaIdentity + +``` +Clear-MgBetaPlannerTaskMessageReaction -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Remove a reaction from a plannerTaskChatMessage for the current user. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + reactionType = "like" +} + +Clear-MgBetaPlannerTaskMessageReaction -PlannerTaskId $plannerTaskId -PlannerTaskChatMessageId $plannerTaskChatMessageId -BodyParameter $params + +``` +This example shows how to use the Clear-MgBetaPlannerTaskMessageReaction Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UnsetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsPwbyjdPlannerTasksPlannertaskIdMessagesPlannertaskchatmessageIdMicrosoftGraphUnsetreactionPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Unset + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UnsetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskChatMessageId + +The unique identifier of plannerTaskChatMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Unset + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Unset + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionType + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UnsetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IPathsPwbyjdPlannerTasksPlannertaskIdMessagesPlannertaskchatmessageIdMicrosoftGraphUnsetreactionPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ReactionType ]: + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Clear-MgBetaPlannerTaskMessageReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/clear-mgbetaplannertaskmessagereaction) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertaskchatmessage-unsetreaction?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlanner.md index c6ede980fc7b4..eb18e0c122d53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlanner --- @@ -28,7 +28,7 @@ Nullable. Get-MgBetaGroupPlanner -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupPlanner -GroupId [-ExpandProperty ] [-Property Get-MgBetaGroupPlanner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlan.md index 47db5f87818cd..fb8b3151aef47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlan --- @@ -30,7 +30,7 @@ Get-MgBetaGroupPlannerPlan -GroupId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaGroupPlannerPlan -GroupId [-ExpandProperty ] [-Prop Get-MgBetaGroupPlannerPlan -GroupId -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupPlannerPlan -GroupId -PlannerPlanId [-ExpandPro Get-MgBetaGroupPlannerPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanBucket.md index c53302cdf00cd..1ac549da61185 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanBucket --- @@ -31,7 +31,6 @@ Get-MgBetaGroupPlannerPlanBucket -GroupId -PlannerPlanId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanCount.md index a0981896499dc..53ea68155c042 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupPlannerPlanCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupPlannerPlanCount -GroupId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,7 +51,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDelta.md index 67312f5646ebc..988dcf4968270 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanDelta --- @@ -26,7 +26,7 @@ Get-MgBetaGroupPlannerPlanDelta -GroupId [-ExpandProperty ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupPlannerPlanDelta -InputObject [-ExpandProperty [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDetail.md index 46f7d1cb23a4a..9417d3ead3e92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanDetail --- @@ -29,7 +29,7 @@ Get-MgBetaGroupPlannerPlanDetail -GroupId -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaGroupPlannerPlanDetail -GroupId -PlannerPlanId Get-MgBetaGroupPlannerPlanDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanTask.md index 1ffe8f6f54e13..529a5e3f2ae94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanTask --- @@ -31,7 +31,6 @@ Get-MgBetaGroupPlannerPlanTask -GroupId -PlannerPlanId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanUsageRights.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanUsageRights.md index bee8563d938bc..3883033aa243f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanUsageRights.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanUsageRights.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplanusagerights Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanUsageRights --- @@ -23,7 +23,7 @@ Invoke function getUsageRights Get-MgBetaGroupPlannerPlanUsageRights -GroupId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupPlannerPlanUsageRights -GroupId -PlannerPlanId Get-MgBetaGroupPlannerPlanUsageRights -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlanner.md index 830c9b514cd4f..547d2c6e47a52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlanner --- @@ -26,7 +26,7 @@ Get planner Get-MgBetaPlanner [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucket.md index f22a423259a1c..70cce8e4eef42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerBucket --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerBucket [-ExpandProperty ] [-Property ] [-Fi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPlannerBucket [-ExpandProperty ] [-Property ] [-Fi Get-MgBetaPlannerBucket -PlannerBucketId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPlannerBucket -PlannerBucketId [-ExpandProperty ] Get-MgBetaPlannerBucket -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of a plannerBucket object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketCount.md index 4bed6e9a71627..e5aeae58c32c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerbucketcount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerBucketCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlannerBucketCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,7 +42,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketDelta.md index 4879ec75296c9..08dc8cd93526f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerbucketdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerBucketDelta --- @@ -26,7 +26,7 @@ Get-MgBetaPlannerBucketDelta [-ExpandProperty ] [-Filter ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -43,7 +43,7 @@ For details, see Use delta query to track changes in Microsoft Graph data. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketTask.md index fb1debd0c787d..a32056c12f300 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerBucketTask --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerBucketTask -PlannerBucketId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,7 +44,7 @@ Retrieve a list of plannerTask objects associated to a plannerBucket object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlan.md index 3fb255c19301b..9496f8f651785 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlan --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerPlan [-ExpandProperty ] [-Property ] [-Filt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPlannerPlan [-ExpandProperty ] [-Property ] [-Filt Get-MgBetaPlannerPlan -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPlannerPlan -PlannerPlanId [-ExpandProperty ] [-Pro Get-MgBetaPlannerPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of a plannerplan object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanBucket.md index c501574e8cc3e..755eb105c1e62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanBucket --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerPlanBucket -PlannerPlanId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,7 +44,7 @@ Retrieve a list of plannerBucket objects contained by a plannerPlan object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanCount.md index c507a46f67314..c1a30960decef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlannerPlanCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,7 +42,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDelta.md index 59506cca997b5..521909afe3e83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanDelta --- @@ -26,7 +26,7 @@ Get-MgBetaPlannerPlanDelta [-ExpandProperty ] [-Filter ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -43,7 +43,7 @@ For details, see Use delta query to track changes in Microsoft Graph data. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDetail.md index 5ad76ed059691..3457cb8908849 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanDetail --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of a plannerPlanDetails object. Get-MgBetaPlannerPlanDetail -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlannerPlanDetail -PlannerPlanId [-ExpandProperty ] Get-MgBetaPlannerPlanDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,7 +51,7 @@ Retrieve the properties and relationships of a plannerPlanDetails object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanTask.md index f27f115c43f6c..032503d0a87fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanTask --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerPlanTask -PlannerPlanId [-ExpandProperty ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,7 +44,7 @@ Retrieve a list of plannerTask objects associated with a plannerPlan object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanUsageRights.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanUsageRights.md index 3ddb00816e398..c9ee1e55792b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanUsageRights.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanUsageRights.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplanusagerights Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanUsageRights --- @@ -23,7 +23,7 @@ Invoke function getUsageRights Get-MgBetaPlannerPlanUsageRights -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlannerPlanUsageRights -PlannerPlanId [-ResponseHeadersVariab Get-MgBetaPlannerPlanUsageRights -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRoster.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRoster.md index cbd606da2196f..ea4ac5482f038 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRoster.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRoster.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerroster Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRoster --- @@ -25,7 +25,7 @@ Get-MgBetaPlannerRoster [-ExpandProperty ] [-Property ] [-Fi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlannerRoster [-ExpandProperty ] [-Property ] [-Fi Get-MgBetaPlannerRoster -PlannerRosterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlannerRoster -PlannerRosterId [-ExpandProperty ] Get-MgBetaPlannerRoster -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterCount.md index d54d2e6c93ea5..8af4101325af9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerrostercount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRosterCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlannerRosterCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMember.md index e137be571776f..c21a98c4e59d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerrostermember Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRosterMember --- @@ -25,7 +25,7 @@ Get-MgBetaPlannerRosterMember -PlannerRosterId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPlannerRosterMember -PlannerRosterId -PlannerRosterMemberId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaPlannerRosterMember -PlannerRosterId -PlannerRosterMemberId < Get-MgBetaPlannerRosterMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMemberCount.md index 056487b58dc25..d3f29ff681840 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerrostermembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRosterMemberCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlannerRosterMemberCount -PlannerRosterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlannerRosterMemberCount -PlannerRosterId [-Filter ] Get-MgBetaPlannerRosterMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlan.md index b1d5298a33109..46ba0295e3a8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerrosterplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRosterPlan --- @@ -25,7 +25,7 @@ Get-MgBetaPlannerRosterPlan -PlannerRosterId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPlannerRosterPlan -PlannerPlanId -PlannerRosterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaPlannerRosterPlan -PlannerPlanId -PlannerRosterId Get-MgBetaPlannerRosterPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlanCount.md index 3d565456b3e43..fe8a90082960e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerrosterplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRosterPlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlannerRosterPlanCount -PlannerRosterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlannerRosterPlanCount -PlannerRosterId [-Filter ] [- Get-MgBetaPlannerRosterPlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTask.md index d41d0c71cf54f..4c2a424a7edc8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTask --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerTask [-ExpandProperty ] [-Property ] [-Filt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPlannerTask [-ExpandProperty ] [-Property ] [-Filt Get-MgBetaPlannerTask -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPlannerTask -PlannerTaskId [-ExpandProperty ] [-Pro Get-MgBetaPlannerTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of plannerTask object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskAssignedToTaskBoardFormat.md index fb71fe3191fcb..8fe7a83380f72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of plannerAssignedToTaskBoardTaskForma Get-MgBetaPlannerTaskAssignedToTaskBoardFormat -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPlannerTaskAssignedToTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,7 +52,7 @@ Retrieve the properties and relationships of plannerAssignedToTaskBoardTaskForma | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskBucketTaskBoardFormat.md index 19d3e4ca1868f..95302257be858 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskBucketTaskBoardFormat --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat ob Get-MgBetaPlannerTaskBucketTaskBoardFormat -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPlannerTaskBucketTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,7 +52,7 @@ Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat ob | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskCount.md index b24ceb86b3d8f..faf0de3dbf411 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlannerTaskCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,7 +42,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDelta.md index 4749734bfd390..078adbb48a18e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskDelta --- @@ -26,7 +26,7 @@ Get-MgBetaPlannerTaskDelta [-ExpandProperty ] [-Filter ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDetail.md index e51f55064b4fd..b4d28d2dd5fda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskDetail --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of a plannerTaskDetails object. Get-MgBetaPlannerTaskDetail -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlannerTaskDetail -PlannerTaskId [-ExpandProperty ] Get-MgBetaPlannerTaskDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,7 +51,7 @@ Retrieve the properties and relationships of a plannerTaskDetails object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessage.md new file mode 100644 index 0000000000000..ed8f323bf612b --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessage.md @@ -0,0 +1,600 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskmessage +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPlannerTaskMessage +--- + +# Get-MgBetaPlannerTaskMessage + +## SYNOPSIS + +Read-only. +Nullable. +Chat messages associated with the task. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaPlannerTaskMessage -PlannerTaskId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaPlannerTaskMessage -PlannerTaskChatMessageId -PlannerTaskId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaPlannerTaskMessage -InputObject [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Read-only. +Nullable. +Chat messages associated with the task. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +Get-MgBetaPlannerTaskMessage -PlannerTaskId $plannerTaskId + +``` +This example shows how to use the Get-MgBetaPlannerTaskMessage Cmdlet. + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskChatMessageId + +The unique identifier of plannerTaskChatMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgBetaPlannerTaskMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertask-list-messages?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessageCount.md new file mode 100644 index 0000000000000..2fddd58959e96 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessageCount.md @@ -0,0 +1,370 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskmessagecount +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPlannerTaskMessageCount +--- + +# Get-MgBetaPlannerTaskMessageCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaPlannerTaskMessageCount -PlannerTaskId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaPlannerTaskMessageCount -InputObject [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgBetaPlannerTaskMessageCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskmessagecount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskProgressTaskBoardFormat.md index 3f533aa998a34..7eafba9f5a2a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskProgressTaskBoardFormat --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat Get-MgBetaPlannerTaskProgressTaskBoardFormat -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPlannerTaskProgressTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,7 +52,7 @@ Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlanner.md index f5e7248b40aca..d75dd1673a02f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlanner --- @@ -28,7 +28,7 @@ Nullable. Get-MgBetaUserPlanner -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List @@ -39,7 +39,7 @@ Get-MgBetaUserPlanner -UserId [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -48,7 +48,7 @@ Get-MgBetaUserPlanner -UserId [-ExpandProperty ] [-Property < Get-MgBetaUserPlanner -UserId -PlannerDeltaId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -57,7 +57,7 @@ Get-MgBetaUserPlanner -UserId -PlannerDeltaId [-ExpandProperty Get-MgBetaUserPlanner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -66,7 +66,7 @@ Get-MgBetaUserPlanner -InputObject [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -84,7 +84,7 @@ Nullable. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllCount.md index 8ed4d2a5d95d0..9e8ffc443ca02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerallcount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerAllCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserPlannerAllCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserPlannerAllCount -UserId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllDelta.md index 6d2b7e361e409..1dfe29f748a3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplanneralldelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerAllDelta --- @@ -28,7 +28,7 @@ Get-MgBetaUserPlannerAllDelta -UserId [-ExpandProperty ] [-Fi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaUserPlannerAllDelta -InputObject [-ExpandProperty < [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,7 +57,7 @@ For more information about tracking changes in Microsoft Graph data, see Use del | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlan.md index da08c01efade0..50d1bacf4ad06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerfavoriteplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerFavoritePlan --- @@ -27,7 +27,7 @@ Get-MgBetaUserPlannerFavoritePlan -UserId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaUserPlannerFavoritePlan -PlannerPlanId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaUserPlannerFavoritePlan -PlannerPlanId -UserId Get-MgBetaUserPlannerFavoritePlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlanCount.md index 0cee8b33e1f13..921581a0dbc2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerfavoriteplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerFavoritePlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserPlannerFavoritePlanCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserPlannerFavoritePlanCount -UserId [-Filter ] [-Sea Get-MgBetaUserPlannerFavoritePlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,7 +48,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTask.md index 71f9f557efe57..784df3970f824 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannermydaytask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerMyDayTask --- @@ -27,7 +27,7 @@ Get-MgBetaUserPlannerMyDayTask -UserId [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaUserPlannerMyDayTask -UserId [-ExpandProperty ] [-P Get-MgBetaUserPlannerMyDayTask -PlannerTaskId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaUserPlannerMyDayTask -PlannerTaskId -UserId [-Expand Get-MgBetaUserPlannerMyDayTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTaskCount.md index 4b91e6953fb72..663000a482e72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannermydaytaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerMyDayTaskCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserPlannerMyDayTaskCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserPlannerMyDayTaskCount -UserId [-Filter ] [-Search Get-MgBetaUserPlannerMyDayTaskCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlan.md index 2891bf03aad8e..c9b52b9def2ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerPlan --- @@ -28,7 +28,7 @@ Get-MgBetaUserPlannerPlan -UserId [-ExpandProperty ] [-Filter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,7 +44,7 @@ Get plans from users | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlanDelta.md index a89ba98777ebd..cc0dfb92119a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerPlanDelta --- @@ -26,7 +26,7 @@ Get-MgBetaUserPlannerPlanDelta -UserId [-ExpandProperty ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserPlannerPlanDelta -InputObject [-ExpandProperty [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlan.md index f7bb68bd2c8e3..23dd2b6625377 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerrecentplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerRecentPlan --- @@ -27,7 +27,7 @@ Get-MgBetaUserPlannerRecentPlan -UserId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaUserPlannerRecentPlan -PlannerPlanId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaUserPlannerRecentPlan -PlannerPlanId -UserId Get-MgBetaUserPlannerRecentPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlanCount.md index ae851782250d5..6cbd2b533d0e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerrecentplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerRecentPlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserPlannerRecentPlanCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserPlannerRecentPlanCount -UserId [-Filter ] [-Searc Get-MgBetaUserPlannerRecentPlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,7 +48,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlan.md index f01a075648076..352e31ff9671f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerrosterplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerRosterPlan --- @@ -27,7 +27,7 @@ Get-MgBetaUserPlannerRosterPlan -UserId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaUserPlannerRosterPlan -PlannerPlanId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaUserPlannerRosterPlan -PlannerPlanId -UserId Get-MgBetaUserPlannerRosterPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlanCount.md index c69e797a38471..da4ce80e32b91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerrosterplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerRosterPlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserPlannerRosterPlanCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserPlannerRosterPlanCount -UserId [-Filter ] [-Searc Get-MgBetaUserPlannerRosterPlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTask.md index 027d4bab5aa01..2cbdba9d03d1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannertask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerTask --- @@ -30,7 +30,7 @@ Get-MgBetaUserPlannerTask -UserId [-ExpandProperty ] [-Filter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -48,7 +48,7 @@ Returns the plannerTasks assigned to the user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTaskDelta.md index a34cd689396f3..2ab4701713724 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannertaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerTaskDelta --- @@ -26,7 +26,7 @@ Get-MgBetaUserPlannerTaskDelta -UserId [-ExpandProperty ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserPlannerTaskDelta -InputObject [-ExpandProperty [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveGroupPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveGroupPlannerPlan.md index 4df53c77f736b..aa14f38f63168 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveGroupPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveGroupPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaarchivegroupplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveGroupPlannerPlan --- @@ -31,7 +31,6 @@ Invoke-MgBetaArchiveGroupPlannerPlan -GroupId -PlannerPlanId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -42,7 +41,6 @@ Invoke-MgBetaArchiveGroupPlannerPlan -GroupId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaArchiveGroupPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaArchiveGroupPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchivePlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchivePlannerPlan.md index d41996abc7e60..61829262c340d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchivePlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchivePlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaarchiveplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchivePlannerPlan --- @@ -30,7 +30,6 @@ Invoke-MgBetaArchivePlannerPlan -PlannerPlanId [-ResponseHeadersVariabl [-AdditionalProperties ] [-Justification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -41,7 +40,6 @@ Invoke-MgBetaArchivePlannerPlan -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -51,7 +49,6 @@ Invoke-MgBetaArchivePlannerPlan -InputObject [-ResponseHeader [-AdditionalProperties ] [-Justification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaArchivePlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveUserPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveUserPlannerPlan.md index 508b3f5c1fd1b..71fbe381d403a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveUserPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveUserPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaarchiveuserplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveUserPlannerPlan --- @@ -31,7 +31,6 @@ Invoke-MgBetaArchiveUserPlannerPlan -PlannerPlanId -UserId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -42,7 +41,6 @@ Invoke-MgBetaArchiveUserPlannerPlan -PlannerPlanId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaArchiveUserPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaArchiveUserPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveGroupPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveGroupPlannerPlan.md index 7647b55d30cb2..744fa80ea8679 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveGroupPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveGroupPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaunarchivegroupplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveGroupPlannerPlan --- @@ -27,7 +27,6 @@ Invoke-MgBetaUnarchiveGroupPlannerPlan -GroupId -PlannerPlanId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -38,7 +37,6 @@ Invoke-MgBetaUnarchiveGroupPlannerPlan -GroupId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -49,7 +47,6 @@ Invoke-MgBetaUnarchiveGroupPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -60,7 +57,6 @@ Invoke-MgBetaUnarchiveGroupPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchivePlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchivePlannerPlan.md index fb501cf627e09..3b7b0afbcf2c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchivePlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchivePlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaunarchiveplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchivePlannerPlan --- @@ -26,7 +26,6 @@ Invoke-MgBetaUnarchivePlannerPlan -PlannerPlanId [-ResponseHeadersVaria [-AdditionalProperties ] [-Justification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -37,7 +36,6 @@ Invoke-MgBetaUnarchivePlannerPlan -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -48,7 +46,6 @@ Invoke-MgBetaUnarchivePlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -59,7 +56,6 @@ Invoke-MgBetaUnarchivePlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveUserPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveUserPlannerPlan.md index 3f484903f1e4f..e88309ecef4ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveUserPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveUserPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaunarchiveuserplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveUserPlannerPlan --- @@ -27,7 +27,6 @@ Invoke-MgBetaUnarchiveUserPlannerPlan -PlannerPlanId -UserId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -38,7 +37,6 @@ Invoke-MgBetaUnarchiveUserPlannerPlan -PlannerPlanId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -49,7 +47,6 @@ Invoke-MgBetaUnarchiveUserPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -60,7 +57,6 @@ Invoke-MgBetaUnarchiveUserPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Microsoft.Graph.Beta.Planner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Microsoft.Graph.Beta.Planner.md index 3be53870f913e..cb0148b5cd070 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Microsoft.Graph.Beta.Planner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Microsoft.Graph.Beta.Planner.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Planner -Module Guid: ec4fb730-78bb-4294-ad45-dcd67b72e0ee +Module Guid: cdb28425-6db7-463c-9da1-32f2b844097d Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.planner/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -11,6 +11,8 @@ Locale: en-US Microsoft Graph PowerShell Cmdlets ## Microsoft.Graph.Beta.Planner Cmdlets +### [Clear-MgBetaPlannerTaskMessageReaction](Clear-MgBetaPlannerTaskMessageReaction.md) + ### [Get-MgBetaGroupPlanner](Get-MgBetaGroupPlanner.md) ### [Get-MgBetaGroupPlannerPlan](Get-MgBetaGroupPlannerPlan.md) @@ -89,6 +91,12 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaPlannerTaskDetail](Get-MgBetaPlannerTaskDetail.md) +### [Get-MgBetaPlannerTaskMessage](Get-MgBetaPlannerTaskMessage.md) + +### [Get-MgBetaPlannerTaskMessage](Get-MgBetaPlannerTaskMessage.md) + +### [Get-MgBetaPlannerTaskMessageCount](Get-MgBetaPlannerTaskMessageCount.md) + ### [Get-MgBetaPlannerTaskProgressTaskBoardFormat](Get-MgBetaPlannerTaskProgressTaskBoardFormat.md) ### [Get-MgBetaUserPlanner](Get-MgBetaUserPlanner.md) @@ -157,6 +165,8 @@ Microsoft Graph PowerShell Cmdlets ### [New-MgBetaPlannerTask](New-MgBetaPlannerTask.md) +### [New-MgBetaPlannerTaskMessage](New-MgBetaPlannerTaskMessage.md) + ### [Remove-MgBetaGroupPlannerPlanDetail](Remove-MgBetaGroupPlannerPlanDetail.md) ### [Remove-MgBetaPlannerBucket](Remove-MgBetaPlannerBucket.md) @@ -173,10 +183,14 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgBetaPlannerTaskBucketTaskBoardFormat](Remove-MgBetaPlannerTaskBucketTaskBoardFormat.md) +### [Remove-MgBetaPlannerTaskMessage](Remove-MgBetaPlannerTaskMessage.md) + ### [Remove-MgBetaPlannerTaskProgressTaskBoardFormat](Remove-MgBetaPlannerTaskProgressTaskBoardFormat.md) ### [Set-MgBetaPlannerRosterSensitivityLabel](Set-MgBetaPlannerRosterSensitivityLabel.md) +### [Set-MgBetaPlannerTaskMessageReaction](Set-MgBetaPlannerTaskMessageReaction.md) + ### [Update-MgBetaGroupPlanner](Update-MgBetaGroupPlanner.md) ### [Update-MgBetaGroupPlannerPlanDetail](Update-MgBetaGroupPlannerPlanDetail.md) @@ -201,6 +215,8 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaPlannerTaskDetail](Update-MgBetaPlannerTaskDetail.md) +### [Update-MgBetaPlannerTaskMessage](Update-MgBetaPlannerTaskMessage.md) + ### [Update-MgBetaPlannerTaskProgressTaskBoardFormat](Update-MgBetaPlannerTaskProgressTaskBoardFormat.md) ### [Update-MgBetaUserPlanner](Update-MgBetaUserPlanner.md) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaGroupPlannerPlanToContainer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaGroupPlannerPlanToContainer.md index e1266d00d9e49..5693c3cb57ce8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaGroupPlannerPlanToContainer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaGroupPlannerPlanToContainer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/move-mgbetagroupplannerplantocontainer Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaGroupPlannerPlanToContainer --- @@ -26,7 +26,6 @@ Move-MgBetaGroupPlannerPlanToContainer -GroupId -PlannerPlanId [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Move @@ -37,7 +36,6 @@ Move-MgBetaGroupPlannerPlanToContainer -GroupId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentityExpanded @@ -48,7 +46,6 @@ Move-MgBetaGroupPlannerPlanToContainer -InputObject [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentity @@ -59,7 +56,6 @@ Move-MgBetaGroupPlannerPlanToContainer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaPlannerPlanToContainer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaPlannerPlanToContainer.md index eac43b1009f31..19a8a8d2abe43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaPlannerPlanToContainer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaPlannerPlanToContainer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/move-mgbetaplannerplantocontainer Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaPlannerPlanToContainer --- @@ -25,7 +25,7 @@ Move-MgBetaPlannerPlanToContainer -PlannerPlanId [-ResponseHeadersVaria [-AdditionalProperties ] [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Move @@ -36,7 +36,6 @@ Move-MgBetaPlannerPlanToContainer -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentityExpanded @@ -47,7 +46,6 @@ Move-MgBetaPlannerPlanToContainer -InputObject [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentity @@ -58,7 +56,6 @@ Move-MgBetaPlannerPlanToContainer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerBucket.md index df6e8819d0c4c..10d4e7982073b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannerbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlannerBucket --- @@ -29,7 +29,7 @@ New-MgBetaPlannerBucket [-ResponseHeadersVariable ] [-AdditionalProperti [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaPlannerBucket -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -705,7 +704,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -933,7 +935,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerPlan.md index 98b3c1deeafb5..b5cf93d65a434 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlannerPlan --- @@ -34,7 +34,6 @@ New-MgBetaPlannerPlan [-ResponseHeadersVariable ] [-AdditionalProperties [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,6 @@ New-MgBetaPlannerPlan -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -878,7 +876,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1198,7 +1199,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1500,7 +1504,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRoster.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRoster.md index 48a4592f70fb4..1ba9d332eef59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRoster.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRoster.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannerroster Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlannerRoster --- @@ -25,7 +25,7 @@ New-MgBetaPlannerRoster [-ResponseHeadersVariable ] [-AdditionalProperti [-Members ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaPlannerRoster -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -620,7 +619,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -953,7 +955,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRosterMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRosterMember.md index dbe497aa9c62b..e3bcb33d83e13 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRosterMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRosterMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannerrostermember Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlannerRosterMember --- @@ -24,7 +24,7 @@ New-MgBetaPlannerRosterMember -PlannerRosterId [-ResponseHeadersVariabl [-AdditionalProperties ] [-Id ] [-Roles ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,7 @@ New-MgBetaPlannerRosterMember -PlannerRosterId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -44,7 +44,7 @@ New-MgBetaPlannerRosterMember -InputObject [-ResponseHeadersV [-AdditionalProperties ] [-Id ] [-Roles ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -54,7 +54,7 @@ New-MgBetaPlannerRosterMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTask.md index 6db3fef2eb563..f8eb54958f96b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannertask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlannerTask --- @@ -43,7 +43,7 @@ New-MgBetaPlannerTask [-ResponseHeadersVariable ] [-ActiveChecklistItemC [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -53,7 +53,6 @@ New-MgBetaPlannerTask -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -785,7 +784,10 @@ HelpMessage: '' ### -LastModifiedDateTime - +Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z ```yaml Type: System.DateTime @@ -1362,7 +1364,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTaskMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTaskMessage.md new file mode 100644 index 0000000000000..e5ef62736cb82 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTaskMessage.md @@ -0,0 +1,858 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannertaskmessage +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaPlannerTaskMessage +--- + +# New-MgBetaPlannerTaskMessage + +## SYNOPSIS + +Create a new plannerTaskChatMessage on a plannerTask. + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaPlannerTaskMessage -PlannerTaskId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Content ] [-CreatedBy ] + [-CreatedDateTime ] [-DeletedDateTime ] [-EditedDateTime ] + [-Id ] [-Mentions ] [-MessageType ] + [-ParentEntityId ] [-Reactions ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaPlannerTaskMessage -PlannerTaskId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentityExpanded + +``` +New-MgBetaPlannerTaskMessage -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Content ] [-CreatedBy ] + [-CreatedDateTime ] [-DeletedDateTime ] [-EditedDateTime ] + [-Id ] [-Mentions ] [-MessageType ] + [-ParentEntityId ] [-Reactions ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentity + +``` +New-MgBetaPlannerTaskMessage -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create a new plannerTaskChatMessage on a plannerTask. + +## EXAMPLES +### Example 1: Create a message + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + content = "This is a new chat message" +} + +New-MgBetaPlannerTaskMessage -PlannerTaskId $plannerTaskId -BodyParameter $params + +``` +This example will create a message + +### Example 2: Create a message with mentions + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + content = "
Please review this task
" + mentions = @( + @{ + mentioned = "6463a5ce-2119-4198-9f2a-628761df4a62" + position = 0 + mentionType = "user" + } + ) +} + +New-MgBetaPlannerTaskMessage -PlannerTaskId $plannerTaskId -BodyParameter $params + +``` +This example will create a message with mentions + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +plannerTaskChatMessage +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Content + +The content of the chat message. +Supports plain text and sanitized HTML. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +The date and time when the message was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DeletedDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EditedDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Mentions + +The list of mentions in the message. +To construct, see NOTES section for MENTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMention[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MessageType + +plannerTaskChatMessageType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParentEntityId + +The ID of the parent plannerTask that this message belongs to. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Reactions + +The reactions on the message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatReaction[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: plannerTaskChatMessage + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the message was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + +MENTIONS : The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + +REACTIONS : The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the reaction was added. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. + + +## RELATED LINKS + +- [New-MgBetaPlannerTaskMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannertaskmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertask-post-messages?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaGroupPlannerPlanDetail.md index 5cfa707c0363a..96c35251e033c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaGroupPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetagroupplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupPlannerPlanDetail --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupPlannerPlanDetail -GroupId -PlannerPlanId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupPlannerPlanDetail -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerBucket.md index 3869aa90d1d50..3cf7a1494da63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannerbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerBucket --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerBucket -PlannerBucketId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerBucket -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerPlan.md index b827c1994712f..b75212c57cb67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerPlan --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerPlan -PlannerPlanId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerPlan -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRoster.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRoster.md index 3fb226694230e..867d4d2282259 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRoster.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRoster.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannerroster Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerRoster --- @@ -24,7 +24,6 @@ Remove-MgBetaPlannerRoster -PlannerRosterId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPlannerRoster -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRosterMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRosterMember.md index 005420ac43c5d..f99a8082fe25e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRosterMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRosterMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannerrostermember Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerRosterMember --- @@ -24,7 +24,6 @@ Remove-MgBetaPlannerRosterMember -PlannerRosterId -PlannerRosterMemberI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPlannerRosterMember -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTask.md index fe81820a136d2..14f45b8e3c147 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerTask --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerTask -PlannerTaskId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerTask -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat.md index d7d4d6227fca2..48c76c64ad31e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat -PlannerTaskId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskBucketTaskBoardFormat.md index 658cd3676f206..f6296261278c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerTaskBucketTaskBoardFormat --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerTaskBucketTaskBoardFormat -PlannerTaskId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerTaskBucketTaskBoardFormat -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskMessage.md new file mode 100644 index 0000000000000..d765c11e6deed --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskMessage.md @@ -0,0 +1,448 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertaskmessage +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaPlannerTaskMessage +--- + +# Remove-MgBetaPlannerTaskMessage + +## SYNOPSIS + +Delete a plannerTaskChatMessage object. + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaPlannerTaskMessage -PlannerTaskChatMessageId -PlannerTaskId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaPlannerTaskMessage -InputObject [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete a plannerTaskChatMessage object. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +Remove-MgBetaPlannerTaskMessage -PlannerTaskId $plannerTaskId -PlannerTaskChatMessageId $plannerTaskChatMessageId + +``` +This example shows how to use the Remove-MgBetaPlannerTaskMessage Cmdlet. + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskChatMessageId + +The unique identifier of plannerTaskChatMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Remove-MgBetaPlannerTaskMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertaskmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertaskchatmessage-delete?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskProgressTaskBoardFormat.md index 0f79439f62b42..79d14677434bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerTaskProgressTaskBoardFormat --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerTaskProgressTaskBoardFormat -PlannerTaskId [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerTaskProgressTaskBoardFormat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerRosterSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerRosterSensitivityLabel.md index e4c77be131ba9..285f4b98092fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerRosterSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerRosterSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/set-mgbetaplannerrostersensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaPlannerRosterSensitivityLabel --- @@ -25,7 +25,6 @@ Set-MgBetaPlannerRosterSensitivityLabel -PlannerRosterId [-AssignmentMethod ] [-SensitivityLabelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -36,7 +35,6 @@ Set-MgBetaPlannerRosterSensitivityLabel -PlannerRosterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -47,7 +45,6 @@ Set-MgBetaPlannerRosterSensitivityLabel -InputObject [-AssignmentMethod ] [-SensitivityLabelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -58,7 +55,6 @@ Set-MgBetaPlannerRosterSensitivityLabel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerTaskMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerTaskMessageReaction.md new file mode 100644 index 0000000000000..101516258750b --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerTaskMessageReaction.md @@ -0,0 +1,561 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/set-mgbetaplannertaskmessagereaction +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgBetaPlannerTaskMessageReaction +--- + +# Set-MgBetaPlannerTaskMessageReaction + +## SYNOPSIS + +Set a reaction to a plannerTaskChatMessage for the current user. + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgBetaPlannerTaskMessageReaction -PlannerTaskChatMessageId -PlannerTaskId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ReactionType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Set + +``` +Set-MgBetaPlannerTaskMessageReaction -PlannerTaskChatMessageId -PlannerTaskId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### SetViaIdentityExpanded + +``` +Set-MgBetaPlannerTaskMessageReaction -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ReactionType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### SetViaIdentity + +``` +Set-MgBetaPlannerTaskMessageReaction -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Set a reaction to a plannerTaskChatMessage for the current user. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + reactionType = "like" +} + +Set-MgBetaPlannerTaskMessageReaction -PlannerTaskId $plannerTaskId -PlannerTaskChatMessageId $plannerTaskChatMessageId -BodyParameter $params + +``` +This example shows how to use the Set-MgBetaPlannerTaskMessageReaction Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsZqcqtxPlannerTasksPlannertaskIdMessagesPlannertaskchatmessageIdMicrosoftGraphSetreactionPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskChatMessageId + +The unique identifier of plannerTaskChatMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ReactionType + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IPathsZqcqtxPlannerTasksPlannertaskIdMessagesPlannertaskchatmessageIdMicrosoftGraphSetreactionPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ReactionType ]: + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgBetaPlannerTaskMessageReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/set-mgbetaplannertaskmessagereaction) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertaskchatmessage-setreaction?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlanner.md index a1091e4a9be4d..276a26b19416a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetagroupplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupPlanner --- @@ -27,7 +27,7 @@ Update-MgBetaGroupPlanner -GroupId -IfMatch [-ResponseHeadersV [-AdditionalProperties ] [-Id ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaGroupPlanner -GroupId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,6 @@ Update-MgBetaGroupPlanner -InputObject -IfMatch [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaGroupPlanner -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -663,7 +662,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1000,7 +1002,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlannerPlanDetail.md index f69ff731f8d06..e265bb41bcfc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetagroupplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupPlannerPlanDetail --- @@ -29,7 +29,6 @@ Update-MgBetaGroupPlannerPlanDetail -GroupId -PlannerPlanId -I [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaGroupPlannerPlanDetail -GroupId -PlannerPlanId -I -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaGroupPlannerPlanDetail -InputObject -IfMatch ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaGroupPlannerPlanDetail -InputObject -IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlanner.md index 196bef88e1740..b5202de0c8f9f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlanner --- @@ -28,7 +28,7 @@ Update-MgBetaPlanner [-ResponseHeadersVariable ] [-AdditionalProperties [-Rosters ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaPlanner [-ResponseHeadersVariable ] [-AdditionalProperties Update-MgBetaPlanner -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -604,7 +604,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -955,7 +958,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1201,7 +1207,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1543,7 +1552,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1847,7 +1859,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerBucket.md index 5b6c702229e0b..9772cd432558f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannerbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerBucket --- @@ -30,7 +30,7 @@ Update-MgBetaPlannerBucket -PlannerBucketId -IfMatch [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaPlannerBucket -PlannerBucketId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaPlannerBucket -InputObject -IfMatch [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaPlannerBucket -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -868,7 +868,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1107,7 +1110,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlan.md index b226c714d0344..e86a52222682f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerPlan --- @@ -34,7 +34,6 @@ Update-MgBetaPlannerPlan -PlannerPlanId [-ResponseHeadersVariable ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,6 @@ Update-MgBetaPlannerPlan -PlannerPlanId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,6 @@ Update-MgBetaPlannerPlan -InputObject [-ResponseHeadersVariab [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -71,7 +68,6 @@ Update-MgBetaPlannerPlan -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1063,7 +1059,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1383,7 +1382,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1696,7 +1698,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlanDetail.md index c477ab6c864bf..05ebf1aca2fd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerPlanDetail --- @@ -29,7 +29,6 @@ Update-MgBetaPlannerPlanDetail -PlannerPlanId -IfMatch [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaPlannerPlanDetail -PlannerPlanId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaPlannerPlanDetail -InputObject -IfMatch [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaPlannerPlanDetail -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRoster.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRoster.md index bb39da7c98ec3..01fa56d2ed329 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRoster.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRoster.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannerroster Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerRoster --- @@ -26,7 +26,7 @@ Update-MgBetaPlannerRoster -PlannerRosterId [-ResponseHeadersVariable < [-Members ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaPlannerRoster -PlannerRosterId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPlannerRoster -InputObject [-ResponseHeadersVari [-Members ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaPlannerRoster -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -713,7 +712,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1057,7 +1059,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRosterMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRosterMember.md index 6127406324fba..d87441071d684 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRosterMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRosterMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannerrostermember Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerRosterMember --- @@ -25,7 +25,6 @@ Update-MgBetaPlannerRosterMember -PlannerRosterId -PlannerRosterMemberI [-Roles ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaPlannerRosterMember -PlannerRosterId -PlannerRosterMemberI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -45,7 +44,7 @@ Update-MgBetaPlannerRosterMember -InputObject [-ResponseHeade [-AdditionalProperties ] [-Id ] [-Roles ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -55,7 +54,7 @@ Update-MgBetaPlannerRosterMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTask.md index 1c504d5997760..1cbb20430d228 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerTask --- @@ -44,7 +44,7 @@ Update-MgBetaPlannerTask -PlannerTaskId -IfMatch [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -54,7 +54,7 @@ Update-MgBetaPlannerTask -PlannerTaskId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -81,7 +81,7 @@ Update-MgBetaPlannerTask -InputObject -IfMatch [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -91,7 +91,7 @@ Update-MgBetaPlannerTask -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1039,7 +1039,10 @@ HelpMessage: '' ### -LastModifiedDateTime - +Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z ```yaml Type: System.DateTime @@ -1725,7 +1728,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskAssignedToTaskBoardFormat.md index c40b023085e15..6fcce020b0d90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerTaskAssignedToTaskBoardFormat --- @@ -28,7 +28,7 @@ Update-MgBetaPlannerTaskAssignedToTaskBoardFormat -PlannerTaskId -IfMat [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaPlannerTaskAssignedToTaskBoardFormat -PlannerTaskId -IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaPlannerTaskAssignedToTaskBoardFormat -InputObject ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaPlannerTaskAssignedToTaskBoardFormat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskBucketTaskBoardFormat.md index e01f43a83e085..87e7b7b2b8634 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerTaskBucketTaskBoardFormat --- @@ -27,7 +27,7 @@ Update-MgBetaPlannerTaskBucketTaskBoardFormat -PlannerTaskId -IfMatch < [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaPlannerTaskBucketTaskBoardFormat -PlannerTaskId -IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPlannerTaskBucketTaskBoardFormat -InputObject -I [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaPlannerTaskBucketTaskBoardFormat -InputObject -I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskDetail.md index d1b6f361e64ff..6322221ac766b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerTaskDetail --- @@ -31,7 +31,6 @@ Update-MgBetaPlannerTaskDetail -PlannerTaskId -IfMatch [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaPlannerTaskDetail -PlannerTaskId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaPlannerTaskDetail -InputObject -IfMatch [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaPlannerTaskDetail -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskMessage.md new file mode 100644 index 0000000000000..dfa0c6bfc8022 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskMessage.md @@ -0,0 +1,871 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskmessage +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaPlannerTaskMessage +--- + +# Update-MgBetaPlannerTaskMessage + +## SYNOPSIS + +Update the properties of a plannerTaskChatMessage object. + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaPlannerTaskMessage -PlannerTaskChatMessageId -PlannerTaskId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Content ] + [-CreatedBy ] [-CreatedDateTime ] + [-DeletedDateTime ] [-EditedDateTime ] [-Id ] + [-Mentions ] [-MessageType ] + [-ParentEntityId ] [-Reactions ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaPlannerTaskMessage -PlannerTaskChatMessageId -PlannerTaskId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaPlannerTaskMessage -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Content ] [-CreatedBy ] + [-CreatedDateTime ] [-DeletedDateTime ] [-EditedDateTime ] + [-Id ] [-Mentions ] [-MessageType ] + [-ParentEntityId ] [-Reactions ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaPlannerTaskMessage -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the properties of a plannerTaskChatMessage object. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + content = "
Updated message with mention
" + mentions = @( + @{ + mentioned = "6463a5ce-2119-4198-9f2a-628761df4a62" + position = 0 + mentionType = "user" + } + ) +} + +Update-MgBetaPlannerTaskMessage -PlannerTaskId $plannerTaskId -PlannerTaskChatMessageId $plannerTaskChatMessageId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaPlannerTaskMessage Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +plannerTaskChatMessage +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Content + +The content of the chat message. +Supports plain text and sanitized HTML. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +The date and time when the message was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DeletedDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EditedDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Mentions + +The list of mentions in the message. +To construct, see NOTES section for MENTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMention[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MessageType + +plannerTaskChatMessageType + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ParentEntityId + +The ID of the parent plannerTask that this message belongs to. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskChatMessageId + +The unique identifier of plannerTaskChatMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Reactions + +The reactions on the message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatReaction[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: plannerTaskChatMessage + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the message was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + +MENTIONS : The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + +REACTIONS : The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(Any) ]: This indicates any property can be added to this object. + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the reaction was added. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. + + +## RELATED LINKS + +- [Update-MgBetaPlannerTaskMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertaskchatmessage-update?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskProgressTaskBoardFormat.md index 23c347e9cce10..0184f43d91487 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerTaskProgressTaskBoardFormat --- @@ -27,7 +27,7 @@ Update-MgBetaPlannerTaskProgressTaskBoardFormat -PlannerTaskId -IfMatch [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaPlannerTaskProgressTaskBoardFormat -PlannerTaskId -IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPlannerTaskProgressTaskBoardFormat -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaPlannerTaskProgressTaskBoardFormat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaUserPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaUserPlanner.md index 9dba28b7e4013..9fa7e235dda18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaUserPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaUserPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetauserplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserPlanner --- @@ -31,7 +31,7 @@ Update-MgBetaUserPlanner -UserId -IfMatch [-ResponseHeadersVar [-RosterPlans ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaUserPlanner -UserId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaUserPlanner -InputObject -IfMatch [-RosterPlans ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaUserPlanner -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -951,7 +951,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1292,7 +1295,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1607,7 +1613,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -1851,7 +1860,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -2177,7 +2189,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -2503,7 +2518,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -2807,7 +2825,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task.