[FEATURE] Export-PnPTeamsChannelMessage
Open
@siddharth-vaghasia is already working on this.
Since Oct 6, 2023.
enhancement
- Dominant language
- C#
- Stars
- 904
- Forks
- 407
- Avg merge
- 9h 16m
- Merged PRs (30d)
- 10
Description
Is your feature request related to a problem? Please describe.
Sometimes admins are requested to export channel messages in HTML.
Describe the solution you'd like
Ideally would be great to get a cmdlet like Export-PnPTeamsChannelMessage that would allow exporting all channel content into a pretty HTML file. would be awesome to have a choice to export:
- text only
- text and images (images should be embedded in HTML file)
- text, images and other files (should be located in the attachments folder)
Describe alternatives you've considered
- Getting messages using a self-developed script communicating with GraphAPI, but it would download images separately.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.