Skip to content

Commit 01c7fef

Browse files
committed
Update Set-OrganizationConfig.md
FindTimeLockPollForAttendeesEnabled param added per email request
1 parent ff7a1a0 commit 01c7fef

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>]
@@ -1876,6 +1877,29 @@ Accept pipeline input: False
18761877
Accept wildcard characters: False
18771878
```
18781879

1880+
### -FindTimeLockPollForAttendeesEnabled
1881+
This parameter is available only in the cloud-based service.
1882+
1883+
The FindTimeLockPollForAttendeesEnabled controls whether the **Lock poll for attendees** setting is on. Valid values are:
1884+
1885+
- $true: **Lock poll for attendees** is on. Attendees will not be able to suggest new times or edit other attendees.
1886+
- $false: **Lock poll for attendees** is off. Attendees can suggest new times.
1887+
1888+
For more information about FindTime, see [How to create a FindTime poll](https://support.microsoft.com/office/4dc806ed-fde3-4ea7-8c5e-b5d1fddab4a6).
1889+
1890+
```yaml
1891+
Type: Boolean
1892+
Parameter Sets: ShortenEventScopeParameter
1893+
Aliases:
1894+
Applicable: Exchange Online
1895+
1896+
Required: False
1897+
Position: Named
1898+
Default value: None
1899+
Accept pipeline input: False
1900+
Accept wildcard characters: False
1901+
```
1902+
18791903
### -FindTimeOnlineMeetingOptionDisabled
18801904
This parameter is available only in the cloud-based service.
18811905

0 commit comments

Comments
 (0)