Skip to content

Commit 4a26008

Browse files
authored
Merge branch 'master' into patch-5
2 parents b63ecfb + 8458acb commit 4a26008

10 files changed

+34
-664
lines changed

exchange/exchange-ps/exchange/Set-OutboundConnector.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Set-OutboundConnector [-Identity] <OutboundConnectorIdParameter>
3737
[-Name <String>]
3838
[-RecipientDomains <MultiValuedProperty>]
3939
[-RouteAllMessagesViaOnPremises <Boolean>]
40+
[-SenderRewritingEnabled <Boolean>]
4041
[-SmartHosts <MultiValuedProperty>]
4142
[-TestMode <Boolean>]
4243
[-TlsDomain <SmtpDomainWithSubdomains>]
@@ -332,6 +333,25 @@ Accept pipeline input: False
332333
Accept wildcard characters: False
333334
```
334335

336+
### -SenderRewritingEnabled
337+
The SenderRewritingEnabled parameter specifies that all messages that normally qualify for SRS rewritting are rewritten for traffic to on-premises. This parameter is only effective for OnPremises connectors as Partner connectors already have SRS rewritting enabled. Valid values are:
338+
339+
- $true: Messages are rewritten by SRS if they need to be before being routed through the on-premises messaging system. This setting requires you to set the ConnectorType parameter to the value OnPremises in the same command.
340+
- $false: Messages aren't rewritten by SRS before being routed through the on-premises messaging system. This is the default value.
341+
342+
```yaml
343+
Type: Boolean
344+
Parameter Sets: (All)
345+
Aliases:
346+
Applicable: Exchange Online, Exchange Online Protection
347+
348+
Required: False
349+
Position: Named
350+
Default value: None
351+
Accept pipeline input: False
352+
Accept wildcard characters: False
353+
```
354+
335355
### -SmartHosts
336356
The SmartHosts parameter specifies the smart host that the Outbound connector uses to route mail. Valid values are:
337357

skype/skype-ps/skype/Get-CsOnlineDialInConferencingUserInfo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ms.reviewer:
1313
# Get-CsOnlineDialInConferencingUserInfo
1414

1515
## SYNOPSIS
16+
17+
> [!NOTE]
18+
> This cmdlet will be deprecated on December 31, 2021. To view the properties and settings of users that are enabled for Audio Conferencing, you can use the [Get-CsOnlineDialInConferencingUser](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencinguser?view=skype-ps) cmdlet.
19+
1620
Use the `Get-CsOnlineDialInConferencingUserInfo` cmdlet to view the properties and settings of users that are enabled for dial-in conferencing and are using Microsoft or third-party provider as their PSTN conferencing provider.
1721

1822
## SYNTAX

skype/skype-ps/skype/Get-CsOnlineDialInConferencingUserState.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ms.reviewer:
1313
# Get-CsOnlineDialInConferencingUserState
1414

1515
## SYNOPSIS
16+
17+
> [!NOTE]
18+
> This cmdlet will be deprecated on December 31, 2021. To view the properties and settings of users that are enabled for Audio Conferencing, you can use the [Get-CsOnlineDialInConferencingUser](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencinguser?view=skype-ps) cmdlet.
19+
1620
Use the `Get-CsOnlineDialInConferencingUserState` cmdlet to view the current Dial In Conferencing state of users in your Tenant.
1721

1822
## SYNTAX

skype/skype-ps/skype/Get-CsTenantBlockedNumberExceptionPattern.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

skype/skype-ps/skype/Move-CsUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When moving a user to or from the Microsoft 365 cloud (TeamsOnly):
4949
> [!NOTE]
5050
>
5151
> - The `-MoveToTeams` switch is no longer required to move a user directly to Teams. Specifying this switch no longer has any impact, since users are always moved to TeamsOnly.
52-
> - If you are using Skype for Business Server 2015 with CU8 or later, we recommend you pass the `-UseOAuth` switch, which ensures the on-premises code authenticates using OAuth, instead of Legacy LiveID authentication. In Skype for Business Server 2019 and later versions, OAuth is always used hence the switch is not relevant on those versions.
52+
> - If you are using Skype for Business Server 2015 with CU8 or later, we recommend you pass the `-UseOAuth` switch, which ensures the on-premises code authenticates using OAuth, instead of Legacy LiveID authentication. In Skype for Business Server 2015 CU12, Skype for Business Server 2019 and later versions, OAuth is always used hence the switch is not relevant on those versions.
5353
> - Moving users from On-Premises to Teams requires TLS 1.2. TLS 1.0 and TLS 1.1 have been deprecated. Please visit [Disabling TLS 1.0 and 1.1 for Microsoft 365](/microsoft-365/compliance/tls-1.0-and-1.1-deprecation-for-office-365?view=o365-worldwide) and [Preparing for TLS 1.2 in Office 365 and Office 365 GCC](/microsoft-365/compliance/prepare-tls-1.2-in-office-365?view=o365-worldwide) for details.
5454
5555
## EXAMPLES

0 commit comments

Comments
 (0)