Skip to content

Commit 196caf9

Browse files
Merge pull request #13192 from MicrosoftDocs/main
[AutoPublish] main to live - 10/23 10:31 PDT | 10/23 23:01 IST
2 parents 324e634 + 633d65f commit 196caf9

File tree

7 files changed

+20
-17
lines changed

7 files changed

+20
-17
lines changed

exchange/exchange-ps/ExchangePowerShell/New-DlpComplianceRule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3471,9 +3471,9 @@ Accept wildcard characters: False
34713471

34723472
The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are:
34733473

3474-
- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default.
3475-
- Envelope: Only examine senders from the message envelope (the MAIL FROM value that was used in the SMTP transmission, which is typically stored in the Return-Path field).
3476-
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
3474+
- Header: Only examine senders in the message headers (the From field). This value is the default.
3475+
- Envelope: Only examine senders from the message envelope (the MAIL FROM value used in SMTP message transmission, which is typically stored in the Return-Path field).
3476+
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).
34773477

34783478
Message envelope searching is available only for the following conditions and exceptions:
34793479

exchange/exchange-ps/ExchangePowerShell/New-TransportRule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4799,9 +4799,9 @@ Accept wildcard characters: False
47994799

48004800
The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are:
48014801

4802-
- Header: Only examine senders in the message headers. For example, in on-premises Exchange the From, Sender, or Reply-To fields. In Exchange Online, the From field only. This value is the default, and is the way rules worked before Exchange 2013 Cumulative Update 1 (CU1).
4803-
- Envelope: Only examine senders from the message envelope (the MAIL FROM value that was used in the SMTP transmission, which is typically stored in the Return-Path field).
4804-
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
4802+
- Header: Only examine senders in the message headers (the From field). This value is the default, how rules worked before Exchange 2013 Cumulative Update 1 (CU1).
4803+
- Envelope: Only examine senders from the message envelope (the MAIL FROM value used in SMTP message transmission, which is typically stored in the Return-Path field).
4804+
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).
48054805

48064806
Message envelope searching is available only for the following conditions and exceptions:
48074807

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3340,9 +3340,9 @@ Accept wildcard characters: False
33403340

33413341
The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are:
33423342

3343-
- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default.
3344-
- Envelope: Only examine senders from the message envelope (the MAIL FROM value that was used in the SMTP transmission, which is typically stored in the Return-Path field).
3345-
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
3343+
- Header: Only examine senders in the message headers (the From field). This value is the default.
3344+
- Envelope: Only examine senders from the message envelope (the MAIL FROM value used in SMTP message transmission, which is typically stored in the Return-Path field).
3345+
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).
33463346

33473347
Message envelope searching is available only for the following conditions and exceptions:
33483348

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,9 @@ Accept wildcard characters: False
686686

687687
The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are:
688688

689-
- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default.
690-
- Envelope: Only examine senders from the message envelope (the MAIL FROM value that was used in the SMTP transmission, which is typically stored in the Return-Path field).
691-
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
689+
- Header: Only examine senders in the message headers (the From field). This value is the default.
690+
- Envelope: Only examine senders from the message envelope (the MAIL FROM value used in SMTP message transmission, which is typically stored in the Return-Path field).
691+
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).
692692

693693
```yaml
694694
Type: PolicySenderAddressLocation

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4792,9 +4792,9 @@ Accept wildcard characters: False
47924792

47934793
The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are:
47944794

4795-
- Header: Only examine senders in the message headers. For example, in on-premises Exchange the the From, Sender, or Reply-To fields. In Exchange Online, the From field only. This value is the default, and is the way rules worked before Exchange 2013 Cumulative Update 1 (CU1).
4796-
- Envelope: Only examine senders from the message envelope (the MAIL FROM value that was used in the SMTP transmission, which is typically stored in the Return-Path field).
4797-
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
4795+
- Header: Only examine senders in the message headers (the From field). This value is the default, and how rules worked before Exchange 2013 Cumulative Update 1 (CU1).
4796+
- Envelope: Only examine senders from the message envelope (the MAIL FROM value used in SMTP message transmission, which is typically stored in the Return-Path field).
4797+
- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field).
47984798

47994799
Message envelope searching is available only for the following conditions and exceptions:
48004800

teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallFlow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the New-CsAutoAttendantCallFlow cmdlet to create a new call flow.
2020
## SYNTAX
2121

2222
```powershell
23-
New-CsAutoAttendantCallFlow -Name <String> -Menu <Object> [-Greetings <List>] [-Tenant <Guid>] [-ForceListenMenuEnabled] [<CommonParameters>]
23+
New-CsAutoAttendantCallFlow -Name <String> -Menu <Object> [-Greetings <List>] [-ForceListenMenuEnabled] [-RingResourceAccountDelegates <Boolean>] [-Tenant <Guid>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION

teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenuOption.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the New-CsAutoAttendantMenuOption cmdlet to create a new menu option.
2020
## SYNTAX
2121

2222
```
23-
New-CsAutoAttendantMenuOption -Action <AgentAndQueues | Announcement | DisconnectCall | MainlineAttendantFlow | TransferCallToOperator | TransferCallToTarget>] [-DtmfResponse <Tone0 | Tone1 | Tone2 | Tone3 | Tone4 | Tone5 | Tone6 | Tone7 | Tone8 | Tone9 | Automatic>] [-VoiceResponses <List>] [-CallTarget <Object>] [-Prompt <Object>] [-MainlineAttendantTarget <String>] [-Description <String>] [-AgentTargetType <Copilot | IVR>] [-AgentTarget <String>] [-AgentTargetTagTemplateId <String>] [-Tenant <Guid>] [<CommonParameters>]
23+
New-CsAutoAttendantMenuOption -Action <List> [-DtmfResponse <List>] [-VoiceResponses <List>] [-CallTarget <Object>] [-Prompt <Object>] [-MainlineAttendantTarget <String>] [-Description <String>] [-AgentTargetType <List>] [-AgentTarget <String>] [-AgentTargetTagTemplateId <String>] [-Tenant <Guid>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -33,6 +33,9 @@ The New-CsAutoAttendantMenuOption cmdlet creates a new menu option for the Auto
3333
> - -Action AgentAndQueues
3434
> - -Action MainLineAttendantFlow
3535
> - -MainlineAttendantTarget
36+
> - -AgentTargetType
37+
> - -AgentTarget
38+
> - -AgentTargetTagTemplateId
3639
3740
## EXAMPLES
3841

0 commit comments

Comments
 (0)