Skip to content

Commit 1df6b85

Browse files
authored
Update Enable-CsOnlineSipDomain.md
1 parent ad894ec commit 1df6b85

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,23 @@ Once you have moved all users from on-premises into the cloud, you can decommiss
3737
- Disable shared sip address space in the O365 tenant.
3838
- Disable the ability in the on-premises environment to communicate with O365
3939
- Update DNS records to point to Office 365. </br>
40+
4041
These steps should be done together as a unit.
4142

4243
> [!NOTE]
43-
> 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.
4445
4546
The steps are:
4647
</br>
4748
1. Disable shared sip address space in the Office 365 tenant
4849
\_sipfederationtls.\_tcpThe command below needs to be done from a Skype for Business Online PowerShell window.
4950

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

5253
2. Disable ability in on-premise to communicate with Office 365
5354
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.
5455

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

5758
3. Update DNS to point to O365
5859
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)