You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This parameter is available only in the cloud-based service.
577
+
578
+
The EnforceCapacity parameter specifies whether to restrict the number of attendees to the capacity of the workspace. For example, if capacity is set to 10, then only 10 people can book the workspace. Valid values are:
579
+
580
+
- $true: Capacity is enforced.
581
+
- $false: Capacity is not enforced. This is the default value.
582
+
583
+
```yaml
584
+
Type: Boolean
585
+
Parameter Sets: (All)
586
+
Aliases:
587
+
Applicable: Exchange Online
588
+
589
+
Required: False
590
+
Position: Named
591
+
Default value: None
592
+
Accept pipeline input: False
593
+
Accept wildcard characters: False
594
+
```
595
+
573
596
### -EnforceSchedulingHorizon
574
597
The EnforceSchedulingHorizon parameter controls the behavior of recurring meetings that extend beyond the date specified by the BookingWindowInDays parameter. Valid values are:
575
598
@@ -665,6 +688,26 @@ Accept pipeline input: False
665
688
Accept wildcard characters: False
666
689
```
667
690
691
+
### -MinimumDurationInMinutes
692
+
This parameter is available only in the cloud-based service.
693
+
694
+
The MinimumDurationInMinutes parameter specifies the minimum duration in minutes for meeting requests. A valid value is an integer from 0 through INT32 (2147483647). The default value is 0, which means there is no minimum duration.
695
+
696
+
For recurring meetings, the value of this parameter applies to the length of an individual meeting instance.
697
+
698
+
```yaml
699
+
Type: Int32
700
+
Parameter Sets: (All)
701
+
Aliases:
702
+
Applicable: Exchange Online
703
+
704
+
Required: False
705
+
Position: Named
706
+
Default value: None
707
+
Accept pipeline input: False
708
+
Accept wildcard characters: False
709
+
```
710
+
668
711
### -OrganizerInfo
669
712
The OrganizerInfo parameter specifies whether the resource mailbox sends organizer information when a meeting request is declined because of conflicts. Valid values are:
0 commit comments