Forum Discussion
tcboeira
Apr 29, 2024Copper Contributor
How to list meetings created by a specific user in Exchange Online?
Hello everyone, everything good? Well, although I read and insisted on reading the existing documentation, I didn't find a way to list the meetings created by a specific user in Exchange Online. ...
- Apr 30, 2024Right. So in your example query, you are covering all "meeting" items. If you want to cover just meeting request, do not use the "kind" keyword, but the ItemClass one, with value of IPM.Schedule.Meeting.Request.
Also take a look at the Remove-CalendarEvents cmdlet for future use: https://learn.microsoft.com/en-us/powershell/module/exchange/remove-calendarevents?view=exchange-ps
VasilMichev
Apr 30, 2024MVP
Right. So in your example query, you are covering all "meeting" items. If you want to cover just meeting request, do not use the "kind" keyword, but the ItemClass one, with value of IPM.Schedule.Meeting.Request.
Also take a look at the Remove-CalendarEvents cmdlet for future use: https://learn.microsoft.com/en-us/powershell/module/exchange/remove-calendarevents?view=exchange-ps
Also take a look at the Remove-CalendarEvents cmdlet for future use: https://learn.microsoft.com/en-us/powershell/module/exchange/remove-calendarevents?view=exchange-ps
tcboeira
May 02, 2024Copper Contributor
Wow, thank you very much for your attention. I followed his guidance and achieved absolute success.
I really had some very shallow “how to” knowledge and not actually said knowledge.
I refer to the issue of classes: As I understood that using (kind:meetings) it was a matter of meetings, I never thought about (ItemClass:IPM.Schedule.Meeting.Request).
With your guidance, I successfully reviewed - and I will have this as a day-to-day action - reviewing the existing documentation.
Thank you very much!!!
I really had some very shallow “how to” knowledge and not actually said knowledge.
I refer to the issue of classes: As I understood that using (kind:meetings) it was a matter of meetings, I never thought about (ItemClass:IPM.Schedule.Meeting.Request).
With your guidance, I successfully reviewed - and I will have this as a day-to-day action - reviewing the existing documentation.
Thank you very much!!!