Skip to content

Conversation

milanholemans
Copy link
Contributor

Type

  • Bug Fix
  • New Feature
  • Sample

Related Issues?

Fixes #1101

What is in this Pull Request ?

New cmdlet Get-PnPTeamsChannelMessageReply to retrieve all replies or a specific reply of a message in a Teams channel.

Examples

Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel "My Channel" -Message 1653089769293

Gets all replies of the specified channel message.

Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel "My Channel" -Message 1653089769293 -Identity 1653086004630

Gets a specific reply of the specified channel message.

@KoenZomers KoenZomers merged commit 9c90a47 into pnp:dev May 23, 2022
@milanholemans milanholemans deleted the get-message-replies branch May 24, 2022 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replies with Get-PnPTeamsChannelMessages
2 participants