Need to remove the 1440 minute (24 hour) limit booking on all the conference rooms to be unlimited.
I've 20 Room mailboxes in my EXCH 2k7 SP2 environment. ALL of them having -MaximumDurationInMinutes set to 1440mins. I need to set -MaximumDurationInMinutes to be unlimited. But as value of this Paramerter is Int32, how could i set this to be unlimited? Here is the settings for one of the Room Mailbox, [PS] C:\Windows\System32>get-MailboxCalendarSettings -Identity Cl-3490 |fl AutomateProcessing : AutoAccept AllowConflicts : False BookingWindowInDays : 365 MaximumDurationInMinutes : 1440 AllowRecurringMeetings : True EnforceSchedulingHorizon : True ScheduleOnlyDuringWorkHours : False ConflictPercentageAllowed : 0 MaximumConflictInstances : 0 get-content c:\users.txt | Set-MailboxCalendarSettings -MaximumDurationInMinutes ???????????? Kindly help!
March 8th, 2011 7:10am

try setting it to 0, but this could mean that one person completely book a resource completely.Thiyagu | MCTS/MCITP - Exchange 2007 | MCSE 2003[Messaging] | http://www.myExchangeWorld.com. This posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
March 8th, 2011 8:32am

do you mean others can't be schedule or book that Room again and that will book for that person forever? if so what would be the best possible workaround/solution to avoid that...
March 8th, 2011 11:36pm

Hi Abhi28, As the value Type is Int32, you have to set it to MaxValue: 2,147,483,647(2^31-1, >4000years). Frank Wang TechNet Subscriber Support in forum If you have any feedback on our support, please contact tngfb@microsoft.com Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
March 9th, 2011 4:02am

Thanks Frank, thats sounds good!
March 9th, 2011 7:34am

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

Other recent topics Other recent topics