Skip to content

Commit 5e7fabf

Browse files
authored
Merge pull request MicrosoftDocs#1970 from bjwhalen/patch-23
Update Disable-CsOnlineSipDomain.md
2 parents e1d4571 + 748354d commit 5e7fabf

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

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

1010
## SYNOPSIS
11-
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).
1213
## SYNTAX
1314

1415
```
@@ -17,16 +18,19 @@ Disable-CsOnlineSipDomain -Domain <String> [-Tenant <System.Guid>] [-DomainContr
1718
```
1819

1920
## DESCRIPTION
20-
{{Fill in the 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+
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+
2125

2226
## EXAMPLES
2327

2428
### Example 1
2529
```powershell
26-
PS C:\> {{ Add example code here }}
30+
PS C:\> Disable-CsOnlineSipDomain -Domain Fabrikam.com
2731
```
2832

29-
{{ Add example description here }}
33+
The cmdlet above disables the online sip domain Fabrikam.com. This would be useful in the case where a company, Contoson.com, that has Skype for Business acquires Fabkrikam, which also has an on-premises deployment of Skype for Business Server. If Contoso is in hybrid mode with Skype for Business Online. or if the intent is to configure it for hybrid, then if the organization wants to synchroize identities from Fabrikam.com into the same O365 tenant, the organization must first run this cmdlet.
3034

3135
## PARAMETERS
3236

@@ -133,5 +137,6 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
133137
134138
### System.Object
135139
## NOTES
140+
This cmdlets is for advanced scenarios only. Organizations that are pure online or have only 1 on-premise deployment need not run this cmdlet.
136141
137142
## RELATED LINKS

0 commit comments

Comments
 (0)