Skip to content

Commit 4f3de6e

Browse files
authored
Merge branch 'master' into chrisda
2 parents 2513c56 + 4dc505c commit 4f3de6e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

exchange/exchange-ps/exchange/New-HostedContentFilterPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ The QuarantineRetentionPeriod parameter specifies the number of days that spam m
10021002
- PhishSpamAction
10031003
- SpamAction
10041004

1005-
A valid value is an integer between 1 and 30. The default value is 30.
1005+
A valid value is an integer between 1 and 30. The default value is 15.
10061006

10071007
After the time period expires, the message is deleted.
10081008

exchange/exchange-ps/exchange/Set-HostedContentFilterPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ The QuarantineRetentionPeriod parameter specifies the number of days that spam m
10231023
- PhishSpamAction
10241024
- SpamAction
10251025

1026-
A valid value is an integer between 1 and 30. The default value is 30.
1026+
A valid value is an integer between 1 and 30.
10271027

10281028
After the time period expires, the message is deleted.
10291029

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -615,18 +615,18 @@ Accept wildcard characters: False
615615
```
616616

617617
### -DelegateAccessEnabled
618-
This parameter is available or functional only in Exchange Server 2010.
618+
This parameter is available or functional only in on-premises Exchange.
619619

620-
The DelegateAccessEnabled parameter specifies whether delegates can use Outlook Web App to open folders that they have delegate access to. Valid values are:
620+
The DelegateAccessEnabled parameter specifies whether delegates can use Outlook on the web or Outlook Web App to open folders that they have delegate access to. Valid values are:
621621

622-
- $true: Delegates can open the mailbox in Outlook Web App. This is the default value.
623-
- $false: Delegates can't open the mailbox in Outlook Web App.
622+
- $true: Delegates can open the mailbox in Outlook on the web. This is the default value.
623+
- $false: Delegates can't open the mailbox in Outlook on the web.
624624

625625
```yaml
626626
Type: Boolean
627627
Parameter Sets: (All)
628628
Aliases:
629-
Applicable: Exchange Server 2010
629+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
630630
631631
Required: False
632632
Position: Named

0 commit comments

Comments
 (0)