Skip to content

Commit 32c1647

Browse files
authored
Update Disable-CsOnlineSipDomain.md
fit n finish fixes after David's review
1 parent bf61749 commit 32c1647

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

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

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,20 @@ This cmdlet prevents provisioning of users in Skype for Business Online for the
1414
## SYNTAX
1515

1616
```
17-
Disable-CsOnlineSipDomain -Domain <String> [-Tenant <System.Guid>] [-DomainController <String>] [-Force]
18-
[-WhatIf] [-Confirm] [<CommonParameters>]
17+
Disable-CsOnlineSipDomain -Domain <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
1918
```
2019

2120
## DESCRIPTION
2221
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.
2322

2423
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**:
2524
- 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.)
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.)
2726
- 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.
2827
- 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.
2928

3029

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.
30+
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 online any users with an assigned Skype for Business license, 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.
3231

3332
**IMPORTANT**
3433
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:
@@ -45,12 +44,12 @@ This cmdlet should not be run for domains that contain users hosted in Skype for
4544
PS C:\> Disable-CsOnlineSipDomain -Domain Fabrikam.com
4645
```
4746

48-
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.
47+
The cmdlet above disables the online sip domain Fabrikam.com. This would be useful in the case where a company, Contoso.com, that has Skype for Business acquires Fabrikam, 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 synchronize identities from Fabrikam.com into the same O365 tenant, the organization must first run this cmdlet.
4948

5049
## PARAMETERS
5150

5251
### -Domain
53-
{{Fill Domain Description}}
52+
The SIP domain to be disabled for online provisioning in Skype for Business Online.
5453

5554
```yaml
5655
Type: String
@@ -80,7 +79,7 @@ Accept wildcard characters: False
8079
```
8180
8281
### -Force
83-
{{Fill Force Description}}
82+
Suppresses all confirmation prompts that might occur when running the command.
8483
8584
```yaml
8685
Type: SwitchParameter
@@ -94,20 +93,6 @@ Accept pipeline input: False
9493
Accept wildcard characters: False
9594
```
9695
97-
### -Tenant
98-
{{Fill Tenant Description}}
99-
100-
```yaml
101-
Type: System.Guid
102-
Parameter Sets: (All)
103-
Aliases:
104-
applicable: Skype for Business Online
105-
Required: False
106-
Position: Named
107-
Default value: None
108-
Accept pipeline input: False
109-
Accept wildcard characters: False
110-
```
11196
11297
### -WhatIf
11398
Shows what would happen if the cmdlet runs.
@@ -135,6 +120,8 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
135120
136121
## OUTPUTS
137122
123+
### None
124+
138125
### System.Object
139126
## NOTES
140127
This cmdlet is for advanced scenarios only. Organizations that are pure online or have only 1 on-premise deployment need not run this cmdlet.

0 commit comments

Comments
 (0)