-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When using Get-PnPTeamsChannelMessages you only get the 1st message and no replies. This is useless in an auditing sense.
Describe the solution you'd like
Either a) return all messages, including replies or b) have another function that returns the replies based in the MessageId that is returned with the primary message.
Describe alternatives you've considered
I don't see another existing function to do this. We could use the Graph API but that seems overkill when we have this PnP.Powershell module to use,
Additional context*
None.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request