Skip to content

Commit e20ff87

Browse files
authored
Merge branch 'master' into patch-5
2 parents 2544aad + 010ee51 commit e20ff87

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -348,15 +348,17 @@ Accept wildcard characters: False
348348
```
349349
350350
### -AllowOfflineOn
351-
The AllowOfflineOn parameter specifies when Outlook on the web in offline mode is available for supported web browsers. Valid values are:
351+
This parameter is functional only in on-premises Exchange.
352+
353+
The AllowOfflineOn parameter specifies when Outlook Web App in offline mode is available for supported web browsers. Valid values are:
352354
353355
- PrivateComputersOnly: Offline mode is available in private computer sessions. By default in Exchange 2013 or later and Exchange Online, all Outlook on the web sessions are considered to be on private computers. In Exchange 2013 or later, users can only specify public computer sessions if you've enabled the private/public selection on the sign in page (the LogonPagePublicPrivateSelectionEnabled parameter value is $true on the Set-OwaVirtualDirectory cmdlet).
354356
355357
- NoComputers: Offline mode is disabled.
356358
357359
- AllComputers: Offline mode is available for public and private computer sessions. This is the default value.
358360
359-
When offline mode is available, users can turn offline mode on or off themselves in Outlook on the web. For more information, see [Using Outlook Web App offline](https://go.microsoft.com/fwlink/p/?linkid=267644).
361+
When offline mode is available, users can turn offline mode on or off themselves in Outlook Web App. For more information, see [Using Outlook Web App offline](https://go.microsoft.com/fwlink/p/?linkid=267644).
360362
361363
```yaml
362364
Type: PrivateComputersOnly | NoComputers | AllComputers
@@ -439,17 +441,19 @@ Accept wildcard characters: False
439441
```
440442
441443
### -CalendarEnabled
442-
The CalendarEnabled parameter specifies whether to enable or disable the calendar in Outlook on the web. Valid values are:
444+
This parameter is functional only in on-premises Exchange.
445+
446+
The CalendarEnabled parameter specifies whether to enable or disable the calendar in Outlook Web App. Valid values are:
443447
444-
- $true: The Calendar is available in Outlook on the web. This is the default value.
448+
- $true: The Calendar is available in Outlook Web App. This is the default value.
445449
446-
- $false: The Calendar isn't available in Outlook on the web.
450+
- $false: The Calendar isn't available in Outlook Web App.
447451
448452
```yaml
449453
Type: $true | $false
450454
Parameter Sets: (All)
451455
Aliases:
452-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
456+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
453457
Required: False
454458
Position: Named
455459
Default value: None
@@ -542,17 +546,19 @@ Accept wildcard characters: False
542546
```
543547
544548
### -ContactsEnabled
545-
The ContactsEnabled parameter specifies whether to enable or disable Contacts in Outlook on the web. Valid values are:
549+
This parameter is functional only in on-premises Exchange.
550+
551+
The ContactsEnabled parameter specifies whether to enable or disable Contacts in Outlook Web App. Valid values are:
546552
547-
- $true: Contacts are available in Outlook on the web. This is the default value.
553+
- $true: Contacts are available in Outlook Web App. This is the default value.
548554
549-
- $false: Contacts aren't available in Outlook on the web.
555+
- $false: Contacts aren't available in Outlook Web App.
550556
551557
```yaml
552558
Type: $true | $false
553559
Parameter Sets: (All)
554560
Aliases:
555-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
561+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
556562
Required: False
557563
Position: Named
558564
Default value: None
@@ -1778,19 +1784,21 @@ Accept wildcard characters: False
17781784
```
17791785
17801786
### -TasksEnabled
1781-
The TasksEnabled parameter specifies whether Tasks folder is available in Outlook on the web. Valid values are:
1787+
This parameter is functional only in on-premises Exchange.
17821788
1783-
- $true: The Tasks folder is available in Outlook on the web. This is the default value.
1789+
The TasksEnabled parameter specifies whether Tasks folder is available in Outlook Web App. Valid values are:
17841790
1785-
- $false: The Tasks folder isn't available in Outlook on the web.
1791+
- $true: The Tasks folder is available in Outlook Web App. This is the default value.
17861792
1787-
This parameter doesn't apply to the light version of Outlook on the web.
1793+
- $false: The Tasks folder isn't available in Outlook Web App.
1794+
1795+
This parameter doesn't apply to the light version of Outlook Web App.
17881796
17891797
```yaml
17901798
Type: $true | $false
17911799
Parameter Sets: (All)
17921800
Aliases:
1793-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
1801+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
17941802
Required: False
17951803
Position: Named
17961804
Default value: None

0 commit comments

Comments
 (0)