Skip to main content

aad o365group conversation post list

Lists conversation posts of a Microsoft 365 group

Usage

m365 aad o365group conversation post list [options]

Options

-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

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is full.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Examples

Lists the posts of the specific conversation of Microsoft 365 group by groupId

m365 aad o365group conversation post list --groupId '00000000-0000-0000-0000-000000000000' --threadId 'AAQkADkwN2Q2NDg1LWQ3ZGYtNDViZi1iNGRiLTVhYjJmN2Q5NDkxZQAQAOnRAfDf71lIvrdK85FAn5E='

Lists the posts of the specific conversation of Microsoft 365 group by groupDisplayName

m365 aad o365group conversation post list --groupDisplayName 'MyGroup' --threadId 'AAQkADkwN2Q2NDg1LWQ3ZGYtNDViZi1iNGRiLTVhYjJmN2Q5NDkxZQAQAOnRAfDf71lIvrdK85FAn5E='