Skip to content

Commit b2e08c7

Browse files
committed
Updates to Set-OrganizationConfig
New VisibleMeetingUpdateProperties parameter per failed PR MicrosoftDocs#1809
1 parent 84f4adc commit b2e08c7

File tree

1 file changed

+64
-1
lines changed

1 file changed

+64
-1
lines changed

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

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717

1818
## SYNTAX
1919

20-
### Identity
20+
### Identity (Default)
2121
```
2222
Set-OrganizationConfig
2323
[-ACLableSyncedObjectEnabled <true | $false>]
@@ -64,6 +64,7 @@ Set-OrganizationConfig
6464
[-ReadTrackingEnabled <$true | $false>]
6565
[-RequiredCharsetCoverage <Int32>]
6666
[-SCLJunkThreshold <Int32>]
67+
[-VisibleMeetingUpdateProperties <String>]
6768
[-WhatIf] [<CommonParameters>]
6869
```
6970

@@ -298,6 +299,13 @@ Set-OrganizationConfig -EwsApplicationAccessPolicy EnforceAllowList -EwsAllowLis
298299

299300
This example allows only the client applications specified by the EwsAllowList parameter to use REST and EWS.
300301

302+
### -------------------------- Example 6 --------------------------
303+
```
304+
Set-OrganizationConfig -VisibleMeetingUpdateProperties Location:15
305+
```
306+
307+
In Exchange Online, this example results in meeting updates being auto-processed (meeting update messages aren't visible in attendee Inbox folders) except if the meeting location changes within 15 minutes of the meeting start time.
308+
301309
## PARAMETERS
302310

303311

@@ -2031,6 +2039,61 @@ Accept pipeline input: False
20312039
Accept wildcard characters: False
20322040
```
20332041
2042+
### -VisibleMeetingUpdateProperties
2043+
This parameter is available only in the cloud-based service.
2044+
2045+
The VisibleMeetingUpdateProperties parameter specifies whether meeting message updates will be auto-processed on behalf of attendees. Auto-processed updates are applied to the attendee's calendar item, and then the meeting message is moved to the deleted items. The attendee never sees the update in their inbox, but their calendar is updated.
2046+
2047+
This parameter uses the syntax: MeetingProperty1:MeetingStartTimeWithinXMinutes1,MeetingProperty2:MeetingStartTimeWithinXMinutes2,...MeetingPropertyN:MeetingStartTimeWithinXMinutesN.
2048+
2049+
The valid meeting properties to monitor for updates are:
2050+
2051+
- Location: The meeting Location field.
2052+
2053+
- Subject: The meeting subject or title.
2054+
2055+
- Sensitivity: The sensitivity (privacy) of the event.
2056+
2057+
- Body: The meeting body.
2058+
2059+
- OnlineMeetingLinks
2060+
2061+
- AllowForwarding: The option to allow or prevent forwarding of meetings.
2062+
2063+
- RequestResponses: The option on whether responses are requested.
2064+
2065+
- AllowNewTimeProposals: The option to allow or prevent new time proposals.
2066+
2067+
- ShowAs: The free/busy state of the meeting: Free, Tentative, Busy, Working elsewhere, or Away/Out of office.
2068+
2069+
- Reminder: The reminder time.
2070+
2071+
- AllProperties: Any meeting change.
2072+
2073+
If you don't specify a MeetingStartTimeWithinXMinutes value for the meeting property, any change to the meeting property will result in visible meeting update messages (regardless of how soon or how far away the meeting is). For updates to recurring meetings, the meeting start time is the start time of the next occurrence in the series.
2074+
2075+
The default value is `Location,AllProperties:15`: changes to the meeting location at any time, or changes to other meeting properties within 15 minutes of the meeting start time results in visisble meeting update messages.
2076+
2077+
There are three scenarios where this parameter auto-process meeting update messages (attendees will see meeting update messages in their Inbox):
2078+
2079+
- The update contains a change to the meeting date, time, or recurrence pattern.
2080+
2081+
- The meeting message is received for a delegated shared calendar.
2082+
2083+
- The receiving attendee is @ mentioned in the meeting body.
2084+
2085+
```yaml
2086+
Type: String
2087+
Parameter Sets: (All)
2088+
Aliases:
2089+
Applicable: Exchange Online
2090+
Required: False
2091+
Position: Named
2092+
Default value: None
2093+
Accept pipeline input: False
2094+
Accept wildcard characters: False
2095+
```
2096+
20342097
### -WACDiscoveryEndpoint
20352098
This parameter is available only in on-premises Exchange.
20362099

0 commit comments

Comments
 (0)