Skip to content

Commit ba03347

Browse files
authored
Merge pull request #10429 from MicrosoftDocs/HbridRSVP-chrisda
HbridRSVP-chrisda to Main
2 parents e3a484a + 65f3b64 commit ba03347

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
9595
[-FindTimeOnlineMeetingOptionDisabled <Boolean>]
9696
[-FocusedInboxOn <Boolean>]
9797
[-HierarchicalAddressBookRoot <UserContactGroupIdParameter>]
98+
[-HybridRSVPEnabled <Boolean>]
9899
[-IPListBlocked <MultiValuedProperty>]
99100
[-IsAgendaMailEnabled <Boolean>]
100101
[-IsGroupFoldersAndRulesEnabled <Boolean>]
@@ -2226,6 +2227,27 @@ Accept pipeline input: False
22262227
Accept wildcard characters: False
22272228
```
22282229

2230+
### -HybridRSVPEnabled
2231+
This parameter is available only in the cloud-based service.
2232+
2233+
The HybridRSVPEnabled parameter enables or disables Hybrid RSVP for your organization. Hybrid RSVP allows users the option to indicate if they will attend a meeting in-person or virtually when responding to a meeting invitation on Outlook. Valid values are:
2234+
2235+
- $true: Hybrid RSVP is enabled (this is the default value).
2236+
- $false: Hybrid RSVP is disabled.
2237+
2238+
```yaml
2239+
Type: Boolean
2240+
Parameter Sets: ShortenEventScopeParameter
2241+
Aliases:
2242+
Applicable: Exchange Online
2243+
2244+
Required: False
2245+
Position: Named
2246+
Default value: None
2247+
Accept pipeline input: False
2248+
Accept wildcard characters: False
2249+
```
2250+
22292251
### -Industry
22302252
This parameter is available only in on-premises Exchange.
22312253

0 commit comments

Comments
 (0)