Skip to content

Commit eaf20e1

Browse files
authored
Merge pull request MicrosoftDocs#1991 from bjwhalen/patch-24
Update Disable-CsOnlineSipDomain.md
2 parents 612178f + 5189f62 commit eaf20e1

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

skype/skype-ps/skype/Disable-CsOnlineSipDomain.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ schema: 2.0.0
88
# Disable-CsOnlineSipDomain
99

1010
## SYNOPSIS
11-
**THIS IS PRELIMINARY DOCUMENTATION OF UPCOMING FUNCTIONALITY**
12-
These cmdlets are only for use by complex organizations having multiple on-premises deployments of Skype for Business Server or Lync Server. By using Disable-CsOnlineSipDomain as described below, organizations can safely synchronize users from multiple on-premises forests containing Skype for Business Server into a single Office 365 tenant. Note however, only 1 on-premise tenant can be in hybrid mode at a time. Users in the non-hybrid forests would continue to be served by their on-premises deployment of Skype for Business Server (or Lync Server).
11+
**THIS IS PRELIMINARY DOCUMENTATION OF UPCOMING FUNCTIONALITY**</br>
12+
This cmdlet prevents provisioning of users in Skype for Business Online for the specified domain. This cmdlet allows organizations with multiple on-premises deployments of Skype For Business Server or Lync Server to safely synchronize users from multiple forests into a single Office 365 tenant. **IMPORTANT:** Only 1 Skype for Business forest can by in hybrid mode at a given time.
13+
.
1314
## SYNTAX
1415

1516
```
@@ -18,9 +19,23 @@ Disable-CsOnlineSipDomain -Domain <String> [-Tenant <System.Guid>] [-DomainContr
1819
```
1920

2021
## DESCRIPTION
21-
*This cmdlet is useful for organizations with multiple on-premises deployments of Skype for Business Server (or Lync Server).* If an organization intends to configure hybrid for 1 of those deployments, then this cmdlet must be run for all sip domains in any other on-premises deployment(s).
22+
This cmdlet enables organizations with *multiple on-premises deployments of Skype for Business Server (or Lync Server)* to safely synchronize users from multiple forests into a single Office 365 tenant. When an an online SIP domain is disabled in Skype for Business Online, provisioning is blocked for users in this SIP domain. This ensures routing for any on-premises users in this SIP domain continues to function properly.
2223

23-
This cmdlet may also be useful for organizations with on-premises deployments of Skype for Business Server that have not properly configured Azure AD Connect. If the organization does not sync msRTCSIP-DeploymentLocator for its users, then Skype for Business Online will attempt to provision users online, despite there being users on-premises. While the correct fix is to update the configuration for Azure AD Connect to sync those attributes, using Disable-CsOnlineSipDomain, can also mitigate the problem until that configuration change can be made. If this comdlet is run, any users that were previously provisioned online in that domain will be de-provisioned in Skype for Business Online.
24+
This cmdlet facilitates consolidation of *multiple Skype for Business Server deployments* 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:
25+
- There must be at most 1 O365 tenant involved. Consolidation in scenarios with >1 O365 tenant is not supported.
26+
- 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 federated with each other.)
27+
- If 1 deployment is in hybrid mode, all sip domains from any other SfB forests must be disabled using this cmdlet 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.
28+
- Organizations must fully migrate 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.
29+
30+
31+
This cmdlet may also be useful for organizations with on-premises deployments of Skype for Business Server that have not properly configured Azure AD Connect. If the organization does not sync msRTCSIP-DeploymentLocator for its users, then Skype for Business Online will attempt to provision users online, despite there being users on-premises. While the correct fix is to update the configuration for Azure AD Connect to sync those attributes, using Disable-CsOnlineSipDomain can also mitigate the problem until that configuration change can be made. If this cmdlet is run, any users that were previously provisioned online in that domain will be de-provisioned in Skype for Business Online.
32+
33+
**IMPORTANT**
34+
This cmdlet should not be run for domains that contain users hosted in Skype for Business Online. Any users in a sip domain that are already provisioned *online* will cease to function if you disable the online sip domain:
35+
- Their SIP addresses will be removed.
36+
- All contacts and meetings for these users hosted in Skype for Business Online will be deleted.
37+
- These users will no longer be able to login to the Skype for Business Online environment.
38+
- If these users use Teams, they will no longer be able to inter-operate with Skype for Business users, nor will they be able to federate with any users in other organizations.
2439

2540

2641
## EXAMPLES

0 commit comments

Comments
 (0)