Issue:
Sometimes the meeting title and/or owner is not shown
Cause:
Exchange is set up to delete this information
Solution:
Run this powershell script to update the settings so it doesn't delete the information. Don't forget to update User@organization.com to something valid in your exchange.
powershell script Set-CalendarProcessing -Identity User@organization.com -AddOrganizerToSubject $true -DeleteComments $false -DeleteSubject $false
Comments
0 comments
Please sign in to leave a comment.