Skip to content

Commit c3fe8d1

Browse files
authored
Merge branch 'main' into main
2 parents e68d9d6 + 596fc3f commit c3fe8d1

2 files changed

Lines changed: 51 additions & 20 deletions

File tree

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

Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
3232
[-AllowedMimeTypes <MultiValuedProperty>]
3333
[-AllowedOrganizationAccountDomains <String[]>]
3434
[-AllowOfflineOn <AllowOfflineOnEnum>]
35+
[-AttachmentsOfflineEnabledWin <Boolean>]
3536
[-BizBarEnabled <Boolean>]
3637
[-BlockedFileTypes <MultiValuedProperty>]
3738
[-BlockedMimeTypes <MultiValuedProperty>]
@@ -327,7 +328,7 @@ This parameter is available only in the cloud-based service.
327328
328329
This parameter is deprecated and no longer used.
329330
330-
To enable or disable personal accounts in the new Outlook for Windows, use the PersonalAccountsEnabled parameter.
331+
To enable or disable personal accounts in Outlook (formerly known as the new Outlook for Windows), use the PersonalAccountsEnabled parameter.
331332
332333
```yaml
333334
Type: System.Boolean
@@ -450,7 +451,7 @@ Accept wildcard characters: False
450451

451452
This parameter is available only in the cloud-based service.
452453

453-
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.
454+
The AllowedOrganizationAccountDomains parameter specifies domains where users can add work or school email accounts in Outlook (formerly known as 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.
454455

455456
```yaml
456457
Type: String[]
@@ -490,6 +491,35 @@ Accept pipeline input: False
490491
Accept wildcard characters: False
491492
```
492493

494+
### -AttachmentsOfflineEnabledWin
495+
496+
> Applicable: Exchange Online
497+
498+
This parameter is available only in the cloud-based service.
499+
500+
The AttachmentsOfflineEnabledWin parameter specifies whether file attachments are available for offline use in Outlook (formerly known as the new Outlook for Windows).
501+
502+
This parameter only applies when offline capabilities are enabled in Outlook.
503+
504+
Valid values are:
505+
506+
- $true: Users can access file attachments while working offline in Outlook. This value is the default.
507+
- $false: Users can't access file attachments while working offline in Outlook.
508+
509+
**Note**: If the OfflineEnabledWin parameter is set to $false, offline file attachments are disabled even if AttachmentsOfflineEnabledWin is set to $true.
510+
511+
```yaml
512+
Type: Boolean
513+
Parameter Sets: (All)
514+
Aliases:
515+
516+
Required: False
517+
Position: Named
518+
Default value: None
519+
Accept pipeline input: False
520+
Accept wildcard characters: False
521+
```
522+
493523
### -BizBarEnabled
494524

495525
> Applicable: Exchange Online
@@ -687,12 +717,12 @@ Accept wildcard characters: False
687717

688718
This parameter is available only in the cloud-based service.
689719

690-
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:
720+
The ChangeSettingsAccountEnabled parameter specifies whether users can change the email account where app-wide settings (for example, theme and privacy settings) are associated in Outlook (formerly known as the new Outlook for Windows). Valid values are:
691721

692-
- $true: Users can change their settings account in the new Outlook for Windows. This value is the default.
693-
- $false: Users can't change their settings account in the new Outlook for Windows.
722+
- $true: Users can change their settings account in Outlook. This value is the default.
723+
- $false: Users can't change their settings account in Outlook.
694724

695-
**Note**: The settings account is referred to as the primary account in the new Outlook for Windows setting at Settings \> Accounts \> Email accounts \> Manage.
725+
**Note**: The settings account is referred to as the primary account in the Outlook setting at Settings \> Accounts \> Email accounts \> Manage.
696726

697727
```yaml
698728
Type: System.Boolean
@@ -1786,12 +1816,12 @@ Accept wildcard characters: False
17861816

17871817
This parameter is available only in the cloud-based service.
17881818

1789-
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:
1819+
The OfflineEnabledWin parameter specifies whether offline capabilities are available in Outlook (formerly known as the new Outlook for Windows), including saving items to the local device (view items without an internet connection). Valid values are:
17901820

1791-
- $true: Users can manage offline capabilities in the new Outlook for Windows. This value is the default.
1792-
- $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.
1821+
- $true: Users can manage offline capabilities in Outlook. This value is the default.
1822+
- $false: Users can't manage offline capabilities in Outlook. No items are saved to the user's device. Previously save items are deleted.
17931823

1794-
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.
1824+
When offline capabilities are available, users can turn offline capabilities on or off themselves in the Outlook at Settings \> General \> Offline. By default, offline capabilities are turned on.
17951825

17961826
```yaml
17971827
Type: Boolean
@@ -1831,10 +1861,10 @@ Accept wildcard characters: False
18311861

18321862
This parameter is available only in the cloud-based service.
18331863

1834-
The OneWinNativeOutlookEnabled parameter controls the availability of the new Outlook for Windows App. Valid values are:
1864+
The OneWinNativeOutlookEnabled parameter controls the availability of Outlook (formerly known as the new Outlook for Windows). Valid values are:
18351865

1836-
- $true: The New Outlook for Windows App is available. This value is the default.
1837-
- $false: The new Outlook for Windows App isn't available.
1866+
- $true: The Outlook app is available. This value is the default.
1867+
- $false: The Outlook App isn't available.
18381868

18391869
```yaml
18401870
Type: System.Boolean
@@ -1939,7 +1969,7 @@ This parameter is available only in the cloud-based service.
19391969

19401970
The OutlookNewslettersAccessLevelAccess parameter specifies the access level in Outlook Newsletters. Valid values are:
19411971

1942-
- NoAccess: No access to Outlook Newsletters in the New Outlook for Windows or Outlook on the web. Users can still read email messages sent or forwarded to them.
1972+
- NoAccess: No access to Outlook Newsletters in Outlook (formerly known as the new Outlook for Windows) or Outlook on the web. Users can still read email messages sent or forwarded to them.
19431973
- ReadOnly: Read newsletters and browse pages in Outlook Newsletters.
19441974
- ReadWrite: Full authoring permissions to create pages and newsletters in Outlook Newsletters.
19451975
- Undefined: This value is the default. Currently, this value is equivalent to NoAccess.
@@ -1962,7 +1992,7 @@ Accept wildcard characters: False
19621992

19631993
This parameter is available only in the cloud-based service.
19641994

1965-
The OutlookDataFile parameter specifies what users can do with .pst files in the new Outlook for Windows. Valid values are:
1995+
The OutlookDataFile parameter specifies what users can do with .pst files in Outlook (formerly known as the new Outlook for Windows). Valid values are:
19661996

19671997
- Allow: The default value. Users can open .pst files, import from a .pst file to a mailbox, export from a mailbox to a .pst file, and copy items to and from .pst files.
19681998
- NoExport: Users can't export from a mailbox to a .pst file.
@@ -2108,10 +2138,10 @@ Accept wildcard characters: False
21082138

21092139
This parameter is available only in the cloud-based service.
21102140

2111-
The PersonalAccountsEnabled parameter specifies whether to allow users to add their personal accounts (for example, Outlook.com, Gmail, or Yahoo!) in the new Outlook for Windows. Valid values are:
2141+
The PersonalAccountsEnabled parameter specifies whether to allow users to add their personal accounts (for example, Outlook.com, Gmail, or Yahoo!) in Outlook (formerly known as the new Outlook for Windows). Valid values are:
21122142

2113-
- $true: Users can add their personal accounts in the new Outlook for Windows. This value is the default.
2114-
- $false: Users can't add their personal accounts in the new Outlook for Windows.
2143+
- $true: Users can add their personal accounts in Outlook. This value is the default.
2144+
- $false: Users can't add their personal accounts in Outlook.
21152145

21162146
```yaml
21172147
Type: System.Boolean

exchange/exchange-ps/ExchangePowerShell/Set-SmimeConfig.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ Accept wildcard characters: False
108108
109109
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
110110
111-
The OWAAllowUserChoiceOfSigningCertificate parameter specifies whether to allow users to select the certificate to use when they digitally sign email messages in Outlook on the web.
111+
The OWAAllowUserChoiceOfSigningCertificate parameter specifies whether to allow users to select the certificate to use when they digitally sign email messages in Outlook on the web. Valid values are:
112112
113-
Valid input for this parameter is $true or $false. The default value is $false.
113+
- $true: Users can manually select the certificate that's used to sign messages.
114+
- $false: Outlook on the web automatically selects the signing certificate. The eligible S/MIME certificate with the most recent NotBefore value is used. The NotBefore value is evaluated as a full date and time value, with comparison precision up to seconds. Certificates issued on the same day are still differentiated if their NotBefore values differ by time. If two or more eligible certificates have the same NotBefore timestamp at seconds precision, the certificate that's selected is unspecified and isn't guaranteed to be the same across signing operations. This behavior is the default.
114115
115116
```yaml
116117
Type: Boolean

0 commit comments

Comments
 (0)