Hello,
Nice script, but...
When I disabled the Direct Booking using this script I have now some users calling me that when they book the meeting, they got response:
"mailbox name" declined your meeting because it is recurring. You must book each meeting separately with this resource.
I have checked out, and this happens when user uses Outlook 2007 and Outlook 2010. When I am booking the meeting on the same resource using Outlook 2013 it works OK.
Checked the following:
Get-CalendarProcessing "mailbox name"|fl AutomateProcessing
AutomateProcessing : AutoAccept
Get-CalendarProcessing "mailbox name"|fl *policy
RequestOutOfPolicy : {}
AllRequestOutOfPolicy : False
BookInPolicy : {}
AllBookInPolicy : True
RequestInPolicy : {}
AllRequestInPolicy : False
Can you tell what else to do to make it working proper?