Skip to content

Commit 3e32daf

Browse files
authored
Update Set-OwaMailboxPolicy.md
Added parameter descriptions for: AdditionalAccountsEnabled, AllowedOrganizationAccountDomains, ChangeSettingsAccountEnabled, OfflineEnabledWeb, and OfflineEnabledWin (5 parameters) @chrisda to review
1 parent 5f6cb6d commit 3e32daf

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

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

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ Accept wildcard characters: False
273273
```
274274
275275
### -AdditionalAccountsEnabled
276-
This parameter is available only in the cloud-based service.
276+
This parameter has been deprecated and is no longer used.
277277
278-
{{ Fill AdditionalAccountsEnabled Description }}
278+
To enable or disable personal accounts in the new Outlook for Windows, use the PersonalAccountsEnabled parameter.
279279
280280
```yaml
281281
Type: System.Boolean
@@ -388,7 +388,7 @@ Accept wildcard characters: False
388388
### -AllowedOrganizationAccountDomains
389389
This parameter is available only in the cloud-based service.
390390

391-
{{ Fill AllowedOrganizationAccountDomains Description }}
391+
The AllowedOrganizationAccountDomains parameter specifies domains from which 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 to be added. Setting to an empty list ([]) won’t allow any work or school accounts to be added.
392392

393393
```yaml
394394
Type: String[]
@@ -601,9 +601,14 @@ Accept wildcard characters: False
601601
```
602602

603603
### -ChangeSettingsAccountEnabled
604-
This parameter is functional only in the cloud-based service.
604+
This parameter is available only in the cloud-based service.
605+
606+
The ChangeSettingsAccountEnabled parameter specifies whether users can change the email account in which app-wide settings, such as theme and privacy settings, are associated with in the new Outlook for Windows. Valid values are:
605607

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

608613
```yaml
609614
Type: System.Boolean
@@ -1532,7 +1537,12 @@ Accept wildcard characters: False
15321537
### -OfflineEnabledWeb
15331538
This parameter is available only in the cloud-based service.
15341539

1535-
{{ Fill OfflineEnabledWeb Description }}
1540+
The OfflineEnabledWeb parameter specifies whether offline capabilities are available in Outlook on the web, including saving items to the user’s device so those items can be viewed when not connected to the internet. Valid values are:
1541+
1542+
- $true: Users can manage offline capabilities in Outlook on the web. This is the default value.
1543+
- $false: Users can't manage offline capabilities in Outlook on the web. No items will be saved to the user’s device. Any existing items that were saved prior to disabling will be deleted.
1544+
1545+
When offline capabilities are available, users can turn offline capabilities on or off themselves in Settings > General > Offline.
15361546

15371547
```yaml
15381548
Type: Boolean
@@ -1550,7 +1560,12 @@ Accept wildcard characters: False
15501560
### -OfflineEnabledWin
15511561
This parameter is available only in the cloud-based service.
15521562

1553-
{{ Fill OfflineEnabledWin Description }}
1563+
The OfflineEnabledWin parameter specifies whether offline capabilities are available in the new Outlook for Windows, including saving items to the user’s device so those items can be viewed when not connected to the internet. Valid values are:
1564+
1565+
- $true: Users can manage offline capabilities in the new Outlook for Windows. This is the default value.
1566+
- $false: Users can't manage offline capabilities in the new Outlook for Windows. No items will be saved to the user’s device. Any existing items that were saved prior to disabling the feature will be deleted.
1567+
1568+
When offline capabilities are available, users can turn offline capabilities on or off themselves in Settings > General > Offline. By default, offline capabilities will be turned on.
15541569

15551570
```yaml
15561571
Type: Boolean

0 commit comments

Comments
 (0)