Skip to content

Commit 200f874

Browse files
authored
Merge branch 'master' into patch-242
2 parents c9b185a + 6dd002a commit 200f874

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Set-OrganizationConfig
8383
[-MobileAppEducationEnabled <Boolean>]
8484
[-OAuth2ClientProfileEnabled <Boolean>]
8585
[-OnlineMeetingsByDefaultEnabled <Boolean>]
86+
[-OutlookGifPickerDisabled <Boolean>]
8687
[-OutlookMobileGCCRestrictionsEnabled <Boolean>]
8788
[-OutlookMobileHelpShiftEnabled <Boolean>]
8889
[-OutlookMobileSingleAccountEnabled <Boolean>]
@@ -2048,6 +2049,30 @@ Accept pipeline input: False
20482049
Accept wildcard characters: False
20492050
```
20502051

2052+
### -OutlookGifPickerDisabled
2053+
This parameter is available only in the cloud-based service.
2054+
2055+
This feature is currently in Preview, is not availalble everywhere, and is subject to change.
2056+
2057+
The OutlookGifPickerDisabled parameter disables the GIF Search (powered by Bing) feature that's built into the Compose page in Outlook on the web. Valid values are:
2058+
2059+
- $true: GIF Search in Outlook on the web is disabled.
2060+
2061+
- $false: GIF Search in Outlook on the web is enabled. This is the default value.
2062+
2063+
```yaml
2064+
Type: Boolean
2065+
Parameter Sets: Default
2066+
Aliases:
2067+
Applicable: Exchange Online
2068+
2069+
Required: False
2070+
Position: Named
2071+
Default value: None
2072+
Accept pipeline input: False
2073+
Accept wildcard characters: False
2074+
```
2075+
20512076
### -OutlookMobileGCCRestrictionsEnabled
20522077
This parameter is available only in the cloud-based service.
20532078

0 commit comments

Comments
 (0)