Skip to content

Commit 4e6af3e

Browse files
authored
Merge pull request #11919 from jeffkalv/patch-2
Update Set-OwaMailboxPolicy.md
2 parents 5f6cb6d + 56e5884 commit 4e6af3e

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

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

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,9 @@ Accept wildcard characters: False
275275
### -AdditionalAccountsEnabled
276276
This parameter is available only in the cloud-based service.
277277
278-
{{ Fill AdditionalAccountsEnabled Description }}
278+
This parameter has been deprecated and is no longer used.
279+
280+
To enable or disable personal accounts in the new Outlook for Windows, use the PersonalAccountsEnabled parameter.
279281
280282
```yaml
281283
Type: System.Boolean
@@ -388,7 +390,7 @@ Accept wildcard characters: False
388390
### -AllowedOrganizationAccountDomains
389391
This parameter is available only in the cloud-based service.
390392

391-
{{ Fill AllowedOrganizationAccountDomains Description }}
393+
The AllowedOrganizationAccountDomains parameter specifies domains where users can add work or school email accounts in the new Outlook for Windows. The default value is blank ($null), which allows work or school accounts from any ___domain. Setting this parameter to an empty list ([]) prevents any work or school accounts from being added.
392394

393395
```yaml
394396
Type: String[]
@@ -601,9 +603,14 @@ Accept wildcard characters: False
601603
```
602604

603605
### -ChangeSettingsAccountEnabled
604-
This parameter is functional only in the cloud-based service.
606+
This parameter is available only in the cloud-based service.
607+
608+
The ChangeSettingsAccountEnabled parameter specifies whether users can change the email account where app-wide settings (for example, theme and privacy settings) are associated in the new Outlook for Windows. Valid values are:
605609

606-
{{ Fill ChangeSettingsAccountEnabled Description }}
610+
- $true: Users can change their settings account in the new Outlook for Windows. This is the default value.
611+
- $false: Users can't change their settings account in the new Outlook for Windows.
612+
613+
**Note**: The settings account is referred to as the primary account in the new Outlook for Windows setting at Settings \> Accounts \> Email accounts \> Manage.
607614

608615
```yaml
609616
Type: System.Boolean
@@ -1532,7 +1539,12 @@ Accept wildcard characters: False
15321539
### -OfflineEnabledWeb
15331540
This parameter is available only in the cloud-based service.
15341541

1535-
{{ Fill OfflineEnabledWeb Description }}
1542+
The OfflineEnabledWeb parameter specifies whether offline capabilities are available in Outlook on the web, including saving items to the local device (view items without an internet connection). Valid values are:
1543+
1544+
- $true: Users can manage offline capabilities in Outlook on the web. This is the default value.
1545+
- $false: Users can't manage offline capabilities in Outlook on the web. No items are saved to the user's device. Previously save items are deleted.
1546+
1547+
When offline capabilities are available, users can turn offline capabilities on or off themselves in Outlook on the web at Settings \> General \> Offline.
15361548

15371549
```yaml
15381550
Type: Boolean
@@ -1550,7 +1562,12 @@ Accept wildcard characters: False
15501562
### -OfflineEnabledWin
15511563
This parameter is available only in the cloud-based service.
15521564

1553-
{{ Fill OfflineEnabledWin Description }}
1565+
The OfflineEnabledWin parameter specifies whether offline capabilities are available in the new Outlook for Windows, including saving items to the local device (view items without an internet connection). Valid values are:
1566+
1567+
- $true: Users can manage offline capabilities in the new Outlook for Windows. This is the default value.
1568+
- $false: Users can't manage offline capabilities in the new Outlook for Windows. No items are saved to the user's device. Previously save items are deleted.
1569+
1570+
When offline capabilities are available, users can turn offline capabilities on or off themselves in the New Outlook for Windows at Settings \> General \> Offline. By default, offline capabilities are turned on.
15541571

15551572
```yaml
15561573
Type: Boolean

0 commit comments

Comments
 (0)