diff --git a/exchange/exchange-ps/ExchangePowerShell/New-DlpComplianceRule.md b/exchange/exchange-ps/ExchangePowerShell/New-DlpComplianceRule.md index af16057d4e..03c3164518 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-DlpComplianceRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-DlpComplianceRule.md @@ -3471,9 +3471,9 @@ Accept wildcard characters: False The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are: -- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default. -- 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). -- HeaderOrEnvelope: Examine senders in the message header and the message envelope. +- Header: Only examine senders in the message headers (the From field). This value is the default. +- 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). +- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field). Message envelope searching is available only for the following conditions and exceptions: diff --git a/exchange/exchange-ps/ExchangePowerShell/New-TransportRule.md b/exchange/exchange-ps/ExchangePowerShell/New-TransportRule.md index f05877d0a4..a2329082aa 100644 --- a/exchange/exchange-ps/ExchangePowerShell/New-TransportRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/New-TransportRule.md @@ -4799,9 +4799,9 @@ Accept wildcard characters: False The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are: -- 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). -- 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). -- HeaderOrEnvelope: Examine senders in the message header and the message envelope. +- 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). +- 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). +- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field). Message envelope searching is available only for the following conditions and exceptions: diff --git a/exchange/exchange-ps/ExchangePowerShell/Set-DlpComplianceRule.md b/exchange/exchange-ps/ExchangePowerShell/Set-DlpComplianceRule.md index 1a5a1e9f7a..0fb24809d1 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Set-DlpComplianceRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Set-DlpComplianceRule.md @@ -3340,9 +3340,9 @@ Accept wildcard characters: False The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are: -- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default. -- 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). -- HeaderOrEnvelope: Examine senders in the message header and the message envelope. +- Header: Only examine senders in the message headers (the From field). This value is the default. +- 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). +- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field). Message envelope searching is available only for the following conditions and exceptions: diff --git a/exchange/exchange-ps/ExchangePowerShell/Set-PolicyConfig.md b/exchange/exchange-ps/ExchangePowerShell/Set-PolicyConfig.md index 3099dfc5b2..aadc95bf6d 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Set-PolicyConfig.md +++ b/exchange/exchange-ps/ExchangePowerShell/Set-PolicyConfig.md @@ -686,9 +686,9 @@ Accept wildcard characters: False The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are: -- Header: Only examine senders in the message headers (for example, the From, Sender, or Reply-To fields). This value is the default. -- 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). -- HeaderOrEnvelope: Examine senders in the message header and the message envelope. +- Header: Only examine senders in the message headers (the From field). This value is the default. +- 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). +- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field). ```yaml Type: PolicySenderAddressLocation diff --git a/exchange/exchange-ps/ExchangePowerShell/Set-TransportRule.md b/exchange/exchange-ps/ExchangePowerShell/Set-TransportRule.md index 876e36276c..705bcee969 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Set-TransportRule.md +++ b/exchange/exchange-ps/ExchangePowerShell/Set-TransportRule.md @@ -4792,9 +4792,9 @@ Accept wildcard characters: False The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are: -- 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). -- 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). -- HeaderOrEnvelope: Examine senders in the message header and the message envelope. +- 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). +- 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). +- HeaderOrEnvelope: Examine senders in the message header (the From field) and the message envelope (the Return-Path field). Message envelope searching is available only for the following conditions and exceptions: diff --git a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallFlow.md b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallFlow.md index ba2a7d8d21..f8f0d57825 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallFlow.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantCallFlow.md @@ -20,7 +20,7 @@ Use the New-CsAutoAttendantCallFlow cmdlet to create a new call flow. ## SYNTAX ```powershell -New-CsAutoAttendantCallFlow -Name -Menu [-Greetings ] [-Tenant ] [-ForceListenMenuEnabled] [] +New-CsAutoAttendantCallFlow -Name -Menu [-Greetings ] [-ForceListenMenuEnabled] [-RingResourceAccountDelegates ] [-Tenant ] [] ``` ## DESCRIPTION diff --git a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenuOption.md b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenuOption.md index 14e06b229e..5c2a99b4ff 100644 --- a/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenuOption.md +++ b/teams/teams-ps/MicrosoftTeams/New-CsAutoAttendantMenuOption.md @@ -20,7 +20,7 @@ Use the New-CsAutoAttendantMenuOption cmdlet to create a new menu option. ## SYNTAX ``` -New-CsAutoAttendantMenuOption -Action ] [-DtmfResponse ] [-VoiceResponses ] [-CallTarget ] [-Prompt ] [-MainlineAttendantTarget ] [-Description ] [-AgentTargetType ] [-AgentTarget ] [-AgentTargetTagTemplateId ] [-Tenant ] [] +New-CsAutoAttendantMenuOption -Action [-DtmfResponse ] [-VoiceResponses ] [-CallTarget ] [-Prompt ] [-MainlineAttendantTarget ] [-Description ] [-AgentTargetType ] [-AgentTarget ] [-AgentTargetTagTemplateId ] [-Tenant ] [] ``` ## DESCRIPTION @@ -33,6 +33,9 @@ The New-CsAutoAttendantMenuOption cmdlet creates a new menu option for the Auto > - -Action AgentAndQueues > - -Action MainLineAttendantFlow > - -MainlineAttendantTarget +> - -AgentTargetType +> - -AgentTarget +> - -AgentTargetTagTemplateId ## EXAMPLES