我们想阻止用户通过会议室邮箱安排定期会议。我们所有的会议室/设备邮箱都已锁定为 1080 天。
房间邮箱配置了以下设置:
PSShowComputerName : False
AutomateProcessing : AutoAccept
AllowConflicts : False
BookingWindowInDays : 1080
MaximumDurationInMinutes : 1440
AllowRecurringMeetings : True
EnforceSchedulingHorizon : True
ScheduleOnlyDuringWorkHours : True
ConflictPercentageAllowed : 0
MaximumConflictInstances : 0
ForwardRequestsToDelegates : True
DeleteAttachments : True
DeleteComments : True
RemovePrivateProperty : True
DeleteSubject : False
AddOrganizerToSubject : False
DeleteNonCalendarItems : True
TentativePendingApproval : True
EnableResponseDetails : True
OrganizerInfo : True
ResourceDelegates :
RequestOutOfPolicy : {}
AllRequestOutOfPolicy : False
BookInPolicy : {}
AllBookInPolicy : True
RequestInPolicy : {}
AllRequestInPolicy : False
AddAdditionalResponse : False
AdditionalResponse :
RemoveOldMeetingMessages : True
AddNewRequestsTentatively : True
ProcessExternalMeetingMessages : False
RemoveForwardedMeetingNotifications : False
答案1
AllowRecurringMeetings : True
您是否尝试过将其设置为False
?
Set-CalendarProcessing
-AllowRecurringMeetings
此
AllowRecurringMeetings
参数指定是否允许定期会议。此参数的有效输入是$true
或$false
。默认值是$true
。