Can I set MailboxCalendarSettings on a Mailstore?
We have create a mailstore in Exchange 2007 for our resources (rooms, equipment etc.) and we want to set the parameters of every mailbox on the mailstore to be the same;Set-MailboxCalendarSettings {-AddOrganizerToSubject $true-AutomateProcessing AutoAccept-BookingWindowInDays 60-DeleteAttachments $true -DeleteComments $true -DeleteNonCalendarItems $true -DisableReminders $true -EnableResponseDetails $true-MaximumDurationInMinutes 600-ScheduleOnlyDuringWorkHours $true-RemovePrivateProperty $true-RemoveForwardedMeetingNotifications $true -RemoveOldMeetingMessages $true-OrganizerInfo $true}Is there a way that I can apply these settings to the entire mailstore so that it also applies to new resource mailboxes as well as the existing mailboxes? If I go a get-mailbox on the mail store and pipe it to this command, it will be a one-off, but we want to make the change so that it constantly affects any mailbox that is created.Does anyone know of a way to do this?http://www.ericwoodford.com/convert-and-configure-exchange-2007-conference-room-mailboxhttp://technet.microsoft.com/en-us/library/aa996340.aspx
February 16th, 2009 9:16am

Hi,Please tryto get resource mailbox and then apply all the settings to these mailbox.Get-mailbox | where {$_.isresource -eq "True"} | Set-MailboxCalendarSettingsRegards,Xiu
Free Windows Admin Tool Kit Click here and download it now
February 17th, 2009 9:34am

Thanks for the reply. This is fine to apply to existing mailboxes, and what we were planning to do(thanks for the extra bit of code to only apply it to resources).As we have a mailstore that only has Resource mailboxes in it, and we want to apply the same settings to all new resources when they are transitioned from Exchange 2003 - is there a way to apply these settings to a Mailstore or Storage Group instead of individual mailboxes?I think the answer is no, but I am hopingthere is an extra parameter that you can give me that will let me do it.Thanks
February 18th, 2009 2:49am

Hi,Base on my research, it could be a workaround.Regards,Xiu
Free Windows Admin Tool Kit Click here and download it now
February 18th, 2009 11:12am

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

Other recent topics Other recent topics