You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Enable-CsOnlineSipDomain.md
+53-4Lines changed: 53 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ schema: 2.0.0
8
8
# Enable-CsOnlineSipDomain
9
9
10
10
## SYNOPSIS
11
+
THIS IS PRELIMINARY DOCUMENTATION OF UPCOMING FUNCTIONALITY</br>
12
+
13
+
This cmdlet enables provisioning of users in Skype for Business Online for the specified domain. This cmdlet is only necessary to run if you previously disabled a domain using Disable-CsOnlineSipDomain. Enable-CsOnlineSipDomain is used to faciliate consolidation of separate Skype for Business deployments into a single Office 365 tenant.
This cmdlet enables online provisioning of users in the specified SIP domain. In conjunction with Disable-CsOnlineSipDomain, this cmdlet allows organizations to consolidate *multiple on-premises deployments of Skype for Business Server (or Lync Server)* into a single Office 365 tenant. Consolidation can be achieved by moving one deployment at a time into Office 365, provided the following key requirements are met:
24
+
- There must be at most 1 O365 tenant involved. Consolidation for scenarios with >1 O365 tenant is not supported.
25
+
- At any given time, only 1 on-premise SfB forest can be in hybrid mode (shared sip address space) with Office 365. All other on-premises SfB forests must remain on-premises. (They presumably are federated with each other.)
26
+
- If 1 deployment is in hybrid mode, all online SIP domains from any other SfB forests must be disabled before they can be synchronized into the tenant with Azure AD Connect. Users in all SfB forests other than the hybrid forest must remain on-premises.
27
+
- Organizations must fully migrate (e.g move all users to the cloud) each SfB forest individually into the O365 tenant using hybrid mode (Shared Sip Address Space), and then detach the “hybrid” deployment, *before* moving on to migrate the next on-premise SfB deployment.
28
+
29
+
Before running this cmdlet for any SIP domain in a Skype for Business Server deployment, you must complete migration of any other existing hybrid SfB deployment that is in progress. All users in an existing hybrid deployment must be moved to the cloud, and that existing hybrid deployment must be detached from Office 365, as described below.
30
+
31
+
**IMPORTANT**
32
+
If you have more than one on-premises deployment of Skype for Business Server, you *must* ensure SharedSipAddressSpace is disabled in all other Skype for Business Server deployments except the deployment containing the SID domain that is being enabled.
33
+
34
+
**HOW TO DETACH A HYBRID DEPLOYMENT FROM OFFICE 365**
35
+
36
+
Once you have moved all users from on-premises into the cloud, you can decommission the on-premises Skype for Business deployment. Aside from removing any hardware, a critical step is to logically detach that on-premises deployment from Office 365. Detaching hybrid consists of 3 steps:
37
+
- Disable shared sip address space in the O365 tenant.
38
+
- Disable the ability in the on-premises environment to communicate with O365
39
+
- Update DNS records to point to Office 365.
40
+
These steps should be done together as a unit.
41
+
42
+
- Disable shared sip address space in the Office 365 tenant
43
+
The command below needs to be done from a Skype for Business Online PowerShell window.
- Disable ability in on-premise to communicate with Office 365
50
+
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.
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