With Exchange you can add the organizer to the subject of the meeting:
https://learn.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When someone has booked a meetingroom, we want to see who it is. Where can I change the settings so that everyone can see who has booked the room? We don't need to see any other information about the meeting - just the name of the person who booked it.
With Exchange you can add the organizer to the subject of the meeting:
https://learn.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps
Where and how do a change the MailboxFolderPermission?
Hi, see:
https://learn.microsoft.com/en-us/powershell/module/exchange/add-mailboxfolderpermission?view=exchange-ps
and for existing perms:
https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailboxfolderpermission?view=exchange-ps
Example:
Add-MailboxFolderPermission -Identity ******@contoso.com:\Calendar -User ******@contoso.com -AccessRights Editor -SharingPermissionFlags Delegate
how can I see who reserved a room for a specific date in the future