Skip to content

Commit 6fa306d

Browse files
authored
Update Set-OrganizationConfig.md
Error in Example 6, this is a sting and to have the time set it need :
1 parent 8e21aea commit 6fa306d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ This example allows only the client applications specified by the EwsAllowList p
303303

304304
### -------------------------- Example 6 --------------------------
305305
```
306-
Set-OrganizationConfig -VisibleMeetingUpdateProperties Location 15
306+
Set-OrganizationConfig -VisibleMeetingUpdateProperties "Location:15"
307307
```
308308

309309
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.

0 commit comments

Comments
 (0)