Skip to content

Commit 272f009

Browse files
authored
Merge branch 'master' into patch-6
2 parents 7ddf894 + 5b5bd02 commit 272f009

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
@@ -349,15 +349,17 @@ Accept wildcard characters: False
349349
```
350350
351351
### -AllowOfflineOn
352-
The AllowOfflineOn parameter specifies when Outlook on the web in offline mode is available for supported web browsers. Valid values are:
352+
This parameter is functional only in on-premises Exchange.
353+
354+
The AllowOfflineOn parameter specifies when Outlook Web App in offline mode is available for supported web browsers. Valid values are:
353355
354356
- 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).
355357
356358
- NoComputers: Offline mode is disabled.
357359
358360
- AllComputers: Offline mode is available for public and private computer sessions. This is the default value.
359361
360-
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).
362+
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).
361363
362364
```yaml
363365
Type: PrivateComputersOnly | NoComputers | AllComputers
@@ -440,17 +442,19 @@ Accept wildcard characters: False
440442
```
441443
442444
### -CalendarEnabled
443-
The CalendarEnabled parameter specifies whether to enable or disable the calendar in Outlook on the web. Valid values are:
445+
This parameter is functional only in on-premises Exchange.
446+
447+
The CalendarEnabled parameter specifies whether to enable or disable the calendar in Outlook Web App. Valid values are:
444448
445-
- $true: The Calendar is available in Outlook on the web. This is the default value.
449+
- $true: The Calendar is available in Outlook Web App. This is the default value.
446450
447-
- $false: The Calendar isn't available in Outlook on the web.
451+
- $false: The Calendar isn't available in Outlook Web App.
448452
449453
```yaml
450454
Type: $true | $false
451455
Parameter Sets: (All)
452456
Aliases:
453-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
457+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
454458
Required: False
455459
Position: Named
456460
Default value: None
@@ -543,17 +547,19 @@ Accept wildcard characters: False
543547
```
544548
545549
### -ContactsEnabled
546-
The ContactsEnabled parameter specifies whether to enable or disable Contacts in Outlook on the web. Valid values are:
550+
This parameter is functional only in on-premises Exchange.
551+
552+
The ContactsEnabled parameter specifies whether to enable or disable Contacts in Outlook Web App. Valid values are:
547553
548-
- $true: Contacts are available in Outlook on the web. This is the default value.
554+
- $true: Contacts are available in Outlook Web App. This is the default value.
549555
550-
- $false: Contacts aren't available in Outlook on the web.
556+
- $false: Contacts aren't available in Outlook Web App.
551557
552558
```yaml
553559
Type: $true | $false
554560
Parameter Sets: (All)
555561
Aliases:
556-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
562+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
557563
Required: False
558564
Position: Named
559565
Default value: None
@@ -1800,19 +1806,21 @@ Accept wildcard characters: False
18001806
```
18011807
18021808
### -TasksEnabled
1803-
The TasksEnabled parameter specifies whether Tasks folder is available in Outlook on the web. Valid values are:
1809+
This parameter is functional only in on-premises Exchange.
18041810
1805-
- $true: The Tasks folder is available in Outlook on the web. This is the default value.
1811+
The TasksEnabled parameter specifies whether Tasks folder is available in Outlook Web App. Valid values are:
18061812
1807-
- $false: The Tasks folder isn't available in Outlook on the web.
1813+
- $true: The Tasks folder is available in Outlook Web App. This is the default value.
18081814
1809-
This parameter doesn't apply to the light version of Outlook on the web.
1815+
- $false: The Tasks folder isn't available in Outlook Web App.
1816+
1817+
This parameter doesn't apply to the light version of Outlook Web App.
18101818
18111819
```yaml
18121820
Type: $true | $false
18131821
Parameter Sets: (All)
18141822
Aliases:
1815-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
1823+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
18161824
Required: False
18171825
Position: Named
18181826
Default value: None

0 commit comments

Comments
 (0)