Skip to content

New command: teams message restore #5860

@milanholemans

Description

@milanholemans

Usage

m365 teams message restore [options]

Description

Restores a deleted message from a channel in a Microsoft Teams team

Options

Option Description
--teamId [teamId] ID of the Microsoft Teams team. Specify either teamId or teamName but not both.
--teamName [teamName] Name of the Microsoft Teams team. Specify either teamId or teamName but not both.
--channelId [channelId] Channel ID of the Microsoft Teams team. Specify either channelId or channelName but not both.
--channelName [channelName] Channel name of the Microsoft Teams team. Specify either channelId or channelName but not both.
-i, --id <id> The ID of the Teams message.

Examples

Restores a deleted message by using IDs

m365 teams message restore --teamId 5f5d7b71-1161-44d8-bcc1-3da710eb4171 --channelId 19:[email protected] --id 1540747442203

Restores a deleted message by using display names

m365 teams message restore --teamName Marketing --channelName Branding --id 1540747442203

Default properties

No response

Additional Info

Remarks:

  • This command doesn't support application permissions, let's check for this

API: https://learn.microsoft.com/en-us/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0&tabs=http

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions