Skip to content

Commit cdb7144

Browse files
authored
Merge pull request MicrosoftDocs#2054 from bjwhalen/patch-36
Update Enable-CsOnlineSipDomain.md
2 parents 29ea861 + 1df6b85 commit cdb7144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/Enable-CsOnlineSipDomain.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ Once you have moved all users from on-premises into the cloud, you can decommiss
4141
These steps should be done together as a unit.
4242

4343
> [!NOTE]
44-
> Any federated organizations that have an allowed domain entry for your sip domain(s) will need to update their allowed domain entries to remove the proxy FQDN. We recommend you send all your federated partners a communication about this as you prepare to complete your migration to the cloud.
44+
> Any federated organizations that are using the older Direct Federation model (also known as Allowed Partner Server) will need to update their allowed domain entries for you organization to remove the proxy FQDN. This legacy federation model is not based on DNS SRV records, so such a config will become out of date, once your organization moves to the cloud. If you suspect any of your federated partners may be using Direct Federation, we suggest you send them a communication about this as you prepare to complete your migration to the cloud.
4545
4646
The steps are:
4747
</br>
4848
1. Disable shared sip address space in the Office 365 tenant
4949
\_sipfederationtls.\_tcpThe command below needs to be done from a Skype for Business Online PowerShell window.
5050

51-
`PS C:\> Set-CsTenantFederationConfiguration -SharedSipAddressSpace $false`
51+
`PS C:\> Set-CsTenantFederationConfiguration -SharedSipAddressSpace $false`</br>
5252

5353
2. Disable ability in on-premise to communicate with Office 365
5454
The command below needs to be done from an on-premises PowerShell window. If you have previously imported an Office 365 session, start a new Skype for Business PowerShell session.
5555

56-
`Get-CsHostingProvider|Set-CsHostingProvider -Enabled $false`
56+
`Get-CsHostingProvider|Set-CsHostingProvider -Enabled $false`</br>
5757

5858
3. Update DNS to point to O365
5959
The organization’s external DNS for the former on-premises deployment needs to be updated so that Skype for Business records point to Office 365 instead of Onprem. Specifically:

0 commit comments

Comments
 (0)