Prevent Booking Private Meetings
Our upper management wants us to stop allowing peoeple to set meetings as private in resource rooms. Is there some way to disallow private meetings? Or if not, maybe a way to disable the private button in Outlook? I can't find a way to do either.
December 17th, 2009 7:38pm
Hi Aubrey,
We do not have a method to reject private meeting request. Nevertheless, Exchange does not have a method to remove Private flag:
RemovePrivateProperty
Set the RemovePrivateProperty parameter to $true to clear the private flag for incoming meeting requests.
For your reference:
Set-MailboxCalendarSettings
http://technet.microsoft.com/en-us/library/aa996340(EXCHG.80).aspx
Mike
Free Windows Admin Tool Kit Click here and download it now
December 18th, 2009 12:35pm
Hi Mike
I have set up a meeting room to remove private flag as suggested but the meetings are still being created as private in the room. Can you please advise why it does not work? Our CCR Exchange servers are on Exchange 2007 SP1. Please see below the results
of the meeting rooms settings.
Thanks
C:\Documents and Settings\vzwtvk>get-mailboxcalendarsettings "SOP 2 DF lvl 5.03 (6)" |fl
AutomateProcessing : AutoUpdate
AllowConflicts : False
BookingWindowInDays : 180
MaximumDurationInMinutes : 1440
AllowRecurringMeetings : True
EnforceSchedulingHorizon : True
ScheduleOnlyDuringWorkHours : False
ConflictPercentageAllowed : 0
MaximumConflictInstances : 0
ForwardRequestsToDelegates : True
DeleteAttachments : True
DeleteComments : True
RemovePrivateProperty : True
DeleteSubject : True
DisableReminders : True
AddOrganizerToSubject : True
DeleteNonCalendarItems : True
TentativePendingApproval : True
EnableResponseDetails : True
OrganizerInfo : True
October 11th, 2010 1:43am