Link to home
Start Free TrialLog in
Avatar of Pro Suite
Pro SuiteFlag for Belgium

asked on

Exchange 2013 resources bookings

We have a few rooms configured in resources in Exchange 2013 that are not declining when overlapping a schedule.

Anyone?
Avatar of Todd Nelson
Todd Nelson
Flag of United States of America image

My guess is that your calendar processing is set to allow conflicts.  If you run this command, is the value for AllowConflicts set to "True"?

Get-Mailbox | Where { $_.RecipientTypeDetails -eq "RoomMailbox" } | Get-CalendarProcessing | ft -auto Identity,AllowConflicts

Open in new window


If they are, run this command (for each room mailbox) that you want to prevent overbooking...

Set-CalendarProcessing -Identity "ROOMMAILBOXNAME" -AllowConflicts $false

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Pro Suite
Pro Suite
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pro Suite

ASKER

It appears this was a silly issues. The user was booking appointments in the past. Somehow Exchange accepted these.