Skip to content

Commit c01d4ef

Browse files
authored
Merge pull request MicrosoftDocs#6140 from MicrosoftDocs/MAEE-chrisda
MAEE-chrisda to Master
2 parents aa0f5b2 + 0529764 commit c01d4ef

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
@@ -80,6 +80,7 @@ Set-OrganizationConfig
8080
[-MailTipsGroupMetricsEnabled <Boolean>]
8181
[-MailTipsLargeAudienceThreshold <UInt32>]
8282
[-MailTipsMailboxSourcedTipsEnabled <Boolean>]
83+
[-MobileAppEducationEnabled <Boolean>]
8384
[-OAuth2ClientProfileEnabled <Boolean>]
8485
[-OnlineMeetingsByDefaultEnabled <Boolean>]
8586
[-OutlookMobileGCCRestrictionsEnabled <Boolean>]
@@ -1957,6 +1958,30 @@ Accept pipeline input: False
19571958
Accept wildcard characters: False
19581959
```
19591960

1961+
### -MobileAppEducationEnabled
1962+
This parameter is available only in the cloud-based service.
1963+
1964+
The MobileAppEducationEnabled specifies whether to show or hide the Outlook for iOS and Android education reminder in Outlook on the web (formerly known as Outlook Web App). Valid values are:
1965+
1966+
- $true: Outlook on the web and Outlook desktop will show the education reminder to users who aren't using Outlook for iOS and Android to check their company email and calendar events. This is the default value.
1967+
1968+
- $false: The Outlook for iOS and Android education reminder is disabled.
1969+
1970+
This setting will affect Outlook desktop at some point in the future.
1971+
1972+
```yaml
1973+
Type: Boolean
1974+
Parameter Sets: Default
1975+
Aliases:
1976+
Applicable: Exchange Online
1977+
1978+
Required: False
1979+
Position: Named
1980+
Default value: None
1981+
Accept pipeline input: False
1982+
Accept wildcard characters: False
1983+
```
1984+
19601985
### -OAuth2ClientProfileEnabled
19611986
The OAuth2ClientProfileEnabled parameter enables or disables modern authentication in the Exchange organization. Valid values are:
19621987

0 commit comments

Comments
 (0)