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 anythi...
VasilMichev
May 05, 2022MVP
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).
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).
BejeweledOne
May 06, 2022Brass Contributor
VasilMichev Yes I was referring to the 'Use Customized Settings' specifically. Here you can see the settings. They are not all False though.
- VasilMichevMay 06, 2022MVPRight, I missed to mention the AutomateProcessing one. Set it to AutoAccept.