Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cmdlet Get-PnPTeamsChannelMessageReply #1885

Merged
merged 7 commits into from
May 23, 2022

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