Disable your hybrid configuration to complete migration to Teams Only

Important

Skype for Business Online operated by 21Vianet in China will be retired on October 1, 2023. If you haven't upgraded your Skype for Business Online users yet, they will be automatically scheduled for an assisted upgrade. If you want to upgrade your organization to Teams yourself, we strongly recommend that you begin planning your upgrade path today. Remember that a successful upgrade aligns technical and user readiness, so be sure to leverage our upgrade guidance as you navigate your journey to Teams.

Skype for Business Online, excluding the service operated by 21Vianet in China, was retired on July 31, 2021.

This article describes how to disable your hybrid configuration before decommissioning your on-premises Skype for Business environment. This is step 2 of the following steps to decommission your on-premises environment:

Note

Steps 2 and 3 should be done in the same maintenance window because any existing hybrid application endpoints will not be discoverable between steps 2 and completion of step 3.

Summary

After you have upgraded all users from Skype for Business on-premises to Teams Only in Microsoft 365, you can decommission the on-premises Skype for Business deployment.

Before you decommission the on-premises Skype for Business deployment and remove any hardware, you must logically separate the on-premises deployment from Microsoft 365 by disabling hybrid. Disabling hybrid consists of the following four steps:

  1. Update DNS records to point to Microsoft 365.

  2. Change the coexistence mode for your organization to Teams Only.

  3. Disable shared sip address space (also known as "split domain") in the Microsoft 365 organization.

  4. Disable communication between on-premises and Microsoft 365

These steps logically separate your on-premises deployment of Skype for Business Server from Microsoft 365 and ensure your organization is fully Teams Only. After you've completed these steps, you can decommission your on-premises Skype for Business deployment by using one of two methods referenced in Decide how to manage attributes after decommissioning.

Important

Once this logical separation is complete, msRTCSIP attributes from your on-premises Active Directory still have values and will continue to sync via Microsoft Entra Connect into Microsoft Entra ID. How you decommission the on-premises environment depends on whether you intend to leave these attributes in place, or first clear them from your on-premises Active Directory. Be aware that clearing the on-premises msRTCSIP attributes after you have migrated from on-premises could result in loss of service for users! Details and tradeoffs of the two decommissioning approaches are described in Decide how to manage attributes after decommissioning.

Update DNS to point to Microsoft 365

The organization’s external DNS for the on-premises organization needs to be updated so that Skype for Business records point to Microsoft 365 instead of the on-premises deployment.

In addition, CNAME records for meet or dialin (if present) can be deleted. Finally, any DNS records for Skype for Business in your internal network should be removed.

For details about updating DNS records, see Update DNS entries to enable your organization to be all Teams Only.

Change the coexistence mode for your organization to Teams Only

This step ensures that any new user in your organization is always created as a Teams Only user.

Attempting to change the tenant mode to Teams Only will automatically check for existence of any on-premises DNS records that may have been missed in step 1 and identify these records in the output. Changing the tenant mode to Teams Only will not succeed until all DNS records for your organization are updated.

To change the tenant mode to Teams Only run the following command from a Teams PowerShell window.

Grant-CsTeamsUpgradePolicy -PolicyName UpgradeToTeams -Global

Alternatively, you can use the Teams Admin Center to change the tenant coexistence mode to TeamsOnly, under "Org-wide settings" -> "Teams Upgrade."

Disable shared sip address space in Microsoft 365 organization

To disable shared sip address space, run the following command from a Teams PowerShell window.

Set-CsTenantFederationConfiguration -SharedSipAddressSpace $false

Disable communication between on-premises and Microsoft 365

To disable communication between the on-premises environment and Microsoft 365, run the following command from an on-premises PowerShell window:

Get-CsHostingProvider|Set-CsHostingProvider -Enabled $false

See also