We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-PnPTeamsChannelMessageReply command is returning only deleted replies if we don't specify -IncludeDeleted flag
Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel "My Channel" -Message 1653089769293 -IncludeDeleted
Get-PnPTeamsChannelMessageReply -Team CLITeamDemo -Channel "climicrosoft365" -Message 1698072147830
If we are not specifying -IncludeDeleted option it is only returns deleted messages replies, below screenshot
Reference message screenshot (if you see here there are 4 replies and only 1 is deleted)
Output
if we don't specify -IncludeDeleted option it should return all the active messages/which are not deleted
Run the command with below option
PnP.Powershell 2.0.53 (nightly build)
The text was updated successfully, but these errors were encountered:
hi @gautamdsheth - I found this as part of creating new command and was able to fix this..will create PR for this..you can assign this to me
Sorry, something went wrong.
siddharth-vaghasia
Successfully merging a pull request may close this issue.
Reporting an Issue
Get-PnPTeamsChannelMessageReply command is returning only deleted replies if we don't specify -IncludeDeleted flag
Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel "My Channel" -Message 1653089769293 -IncludeDeleted
Actual behavior
Get-PnPTeamsChannelMessageReply -Team CLITeamDemo -Channel "climicrosoft365" -Message 1698072147830
If we are not specifying -IncludeDeleted option it is only returns deleted messages replies, below screenshot
Reference message screenshot (if you see here there are 4 replies and only 1 is deleted)
Output
Expected behavior
if we don't specify -IncludeDeleted option it should return all the active messages/which are not deleted
Steps to reproduce behavior
Run the command with below option
Get-PnPTeamsChannelMessageReply -Team CLITeamDemo -Channel "climicrosoft365" -Message 1698072147830
What is the version of the Cmdlet module you are running?
PnP.Powershell 2.0.53 (nightly build)
Which operating system/environment are you running PnP PowerShell on?
The text was updated successfully, but these errors were encountered: