Skip to content

Commit 56e5884

Browse files
authored
Update Set-OwaMailboxPolicy.md
1 parent 3e32daf commit 56e5884

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ Accept wildcard characters: False
273273
```
274274
275275
### -AdditionalAccountsEnabled
276+
This parameter is available only in the cloud-based service.
277+
276278
This parameter has been deprecated and is no longer used.
277279
278280
To enable or disable personal accounts in the new Outlook for Windows, use the PersonalAccountsEnabled parameter.
@@ -388,7 +390,7 @@ Accept wildcard characters: False
388390
### -AllowedOrganizationAccountDomains
389391
This parameter is available only in the cloud-based service.
390392

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.
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[]
@@ -603,12 +605,12 @@ Accept wildcard characters: False
603605
### -ChangeSettingsAccountEnabled
604606
This parameter is available only in the cloud-based service.
605607

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:
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:
607609

608610
- $true: Users can change their settings account in the new Outlook for Windows. This is the default value.
609611
- $false: Users can't change their settings account in the new Outlook for Windows.
610612

611-
**Note**: The settings account is referred to as the primary account in Settings > Accounts > Email accounts > Manage.
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.
612614

613615
```yaml
614616
Type: System.Boolean
@@ -1537,12 +1539,12 @@ Accept wildcard characters: False
15371539
### -OfflineEnabledWeb
15381540
This parameter is available only in the cloud-based service.
15391541

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:
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:
15411543

15421544
- $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 users device. Any existing items that were saved prior to disabling will be deleted.
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.
15441546

1545-
When offline capabilities are available, users can turn offline capabilities on or off themselves in Settings > General > Offline.
1547+
When offline capabilities are available, users can turn offline capabilities on or off themselves in Outlook on the web at Settings \> General \> Offline.
15461548

15471549
```yaml
15481550
Type: Boolean
@@ -1560,12 +1562,12 @@ Accept wildcard characters: False
15601562
### -OfflineEnabledWin
15611563
This parameter is available only in the cloud-based service.
15621564

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:
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:
15641566

15651567
- $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 users device. Any existing items that were saved prior to disabling the feature will be deleted.
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.
15671569

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.
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.
15691571

15701572
```yaml
15711573
Type: Boolean

0 commit comments

Comments
 (0)