question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New command: m365 aad o365group conversation post list

See original GitHub issue

Usage

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:closed
  • Created 2 years ago
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

2reactions
akashkardacommented, Feb 24, 2022

Thank you both. In that case, I will keep only 2 properties - id & receivedDateTime.

2reactions
waldekmastykarzcommented, Feb 22, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found