May 03 2023 05:52 AM
PowerShell ISE and 7.0
Remove-MgChatMember -ChatId string -ConversationMemberId string
fails with : Remove-MgChatMember : Failed to execute backend request.
+ CategoryInfo : InvalidOperation: ({ ChatId = 19:8...=, IfMatch = }:<>f__AnonymousType215`3) [Remove-MgChatMember_Delete], RestException`1+ FullyQualifiedErrorId : InternalServerError,Microsoft.Graph.PowerShell.Cmdlets.RemoveMgChatMember_Delete
ChatId should be correct as returned from get-MgUserChat, so I don understand why its failing.
Anyone have an idea?
May 04 2023 05:00 AM