Exchange 2007 Resource Scheduling: Want to only accept meeting requests 2+ days in the future
I am setting up some resource mailboxes in Exchange. The business rules for scheduling these resources do not allow meetings to be scheduled for same-day or next-day appointments, and I would like this to be automatically enforced by the Exchange agent. I know the BookingWindowInDays property lets one set the maximum amount of days in advance an appointment may be scheduled, but I want to enforce a minimum amount of days in advance as well. Is there functionality or a good workaround with which I may be able to achieve this? The best thing I can think of would be manually or programmatically blocking out the current and next day as busy, which is definitely not an attractive option.
October 1st, 2009 12:21am

Try below Get-Mailbox -Filter {RecipientTypeDetails -eq "RoomMailbox"} | Set-MailboxCalendarSettings -BookingWindowInDays:2Vinod |CCNA|MCSE 2003 +Messaging|MCTS|ITIL V3|
Free Windows Admin Tool Kit Click here and download it now
October 1st, 2009 2:08pm

Thanks, Vinod- The BookingWindowInDays parameter specifies the maximum number of days in advance an appointment may be scheduled. A value of 365 means that an appointment may not be booked a year and a half in the future. I want to do the opposite: disallow anyone from requesting an appointment less than 2 days in advance. I don't know if functionality exists to let me do this; does anyone have any clever ideas about how I might accomplish this? :-)
October 2nd, 2009 3:05am

i am afraid that if that feature exists. May be we can wait and see if some one has better ideas about the sameVinod |CCNA|MCSE 2003 +Messaging|MCTS|ITIL V3|
Free Windows Admin Tool Kit Click here and download it now
October 2nd, 2009 9:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics