Skip to content

Commit 9272266

Browse files
authored
Merge pull request MicrosoftDocs#8189 from MicrosoftDocs/FindTime-chrisda
FindTime-chrisda to Master
2 parents 7fe43e4 + 37d524a commit 9272266

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
8383
[-ExternalInOutlookEnabled <Boolean>]
8484
[-FindTimeAttendeeAuthenticationEnabled <Boolean>]
8585
[-FindTimeAutoScheduleDisabled <Boolean>]
86+
[-FindTimeLockPollForAttendeesEnabled <Boolean>]
8687
[-FindTimeOnlineMeetingOptionDisabled <Boolean>]
8788
[-FocusedInboxOn <Boolean>]
8889
[-HierarchicalAddressBookRoot <UserContactGroupIdParameter>]
@@ -1892,6 +1893,29 @@ Accept pipeline input: False
18921893
Accept wildcard characters: False
18931894
```
18941895

1896+
### -FindTimeLockPollForAttendeesEnabled
1897+
This parameter is available only in the cloud-based service.
1898+
1899+
The FindTimeLockPollForAttendeesEnabled controls whether the **Lock poll for attendees** setting is managed by the organization. Valid values are:
1900+
1901+
- $true: **Lock poll for attendees** is on. Attendees will not be able to suggest new times or edit other attendees. The meeting organizer can't turn off this setting (always on).
1902+
- $false: By default, **Lock poll for attendees** is off (initial default) or on (the user saved settings from last poll), but the meeting organizer is allowed to turn the setting off or on to allow or prevent attendees from suggesting new times or editing attendees.
1903+
1904+
For more information about FindTime, see [How to create a FindTime poll](https://support.microsoft.com/office/4dc806ed-fde3-4ea7-8c5e-b5d1fddab4a6).
1905+
1906+
```yaml
1907+
Type: Boolean
1908+
Parameter Sets: ShortenEventScopeParameter
1909+
Aliases:
1910+
Applicable: Exchange Online
1911+
1912+
Required: False
1913+
Position: Named
1914+
Default value: None
1915+
Accept pipeline input: False
1916+
Accept wildcard characters: False
1917+
```
1918+
18951919
### -FindTimeOnlineMeetingOptionDisabled
18961920
This parameter is available only in the cloud-based service.
18971921

0 commit comments

Comments
 (0)