Forum Discussion
BejeweledOne
May 05, 2022Brass Contributor
Custom setting for accepting reservations`
We are seeing a strange setting showing up in some of our Exchange resource mailboxes and we have no idea where this is coming from. Pulling a Powershell Get-Calendar processing doesn't show anything out of the ordinary.
If anyone knows where this setting comes from please let me know.
3 Replies
Sort By
- Get/Set-CalendarProcessing is what you need, BookInPolicy/AllBookInPolicy as well as RequestInPolicy/AllRequestInPolicy and all the related parameters control the options displayed above. Detailed descriptions of each parameter can be found here: https://docs.microsoft.com/en-us/powershell/module/exchange/set-calendarprocessing?view=exchange-ps
If you are referring to the "Use customized setting" selection in particular, this is when the resource has all modalities set to False, so no one apart from delegates can book it or submit requests (either In or Out of policy).- BejeweledOneBrass Contributor
VasilMichev Yes I was referring to the 'Use Customized Settings' specifically. Here you can see the settings. They are not all False though.
- Right, I missed to mention the AutomateProcessing one. Set it to AutoAccept.