New command: m365 aad o365group conversation post list
See original GitHub issueUsage
m365 aad o365group conversation post list
Description
Retrieve conversation details
Options
Option | Description |
---|---|
-i, --groupId [groupId] |
The Id of the Office 365 Group. You can specify the groupId or groupDisplayName, but not both. |
-d, --groupDisplayName [groupDisplayName] |
The Displayname of the Office 365 Group. You can specify the groupId or groupDisplayName, but not both. |
-t, --threadId <threadId> |
The Id of the thread to retrieve details for |
Additional Info
Details on: s
A little more design after checking the graph explorer. A planner task holds a conversationThreadId
meaning we can do: https://graph.microsoft.com/v1.0/groups/groupid/threads/thatconversationThreadId/posts
to get all posts on that thread.
Is required to get both O365Groups and Planner Conversations (Each planner task creates a new conversation). Would be nice to implement in V2 in #3013
@pnp/cli-for-microsoft-365-maintainers I am hesitant to introduce a two new levels under o365group but no other location felt logical. Please advice
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
o365group conversation post list - CLI for Microsoft 365
Optionally, specify which section of command's help you want to see. Allowed values are options , examples , remarks , response , full...
Read more >Common tasks to manage Microsoft 365 groups - Exchange
Describes common tasks about how to manage Microsoft 365 groups. For example, groups and teams, group delegation, group email management, ...
Read more >Updating Microsoft 365 Group Settings for Distribution and ...
For newly created Teams/Groups, "Hide from my Organization's Global Address List" is checked by default, which means that it won't be available to...
Read more >How to properly configure Microsoft 365 Group email settings
Who do some users receive Group Outlook emails while others do not? ... with clients is how Microsoft 365 Group distribution list works....
Read more >Useful PowerShell cmdlets to administer Office 365 Groups
Howdy Folks! As promised in previous blog post related to Office groups , I'm back now with some cool PowerShell cmdlets which should...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you both. In that case, I will keep only 2 properties - id & receivedDateTime.
Following other commands, we should add this command in this folder https://github.com/pnp/cli-microsoft365/tree/main/src/m365/aad/commands/o365group following the naming convention.