Skip to content

Commit 796bb3f

Browse files
committed
Merge branch 'patch-3' of https://github.com/mibrest-MSFT/office-docs-powershell into pr/7516
2 parents 26b975d + ee42eea commit 796bb3f

6 files changed

+127
-44
lines changed

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

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ ms.reviewer: rogupta
1313
# Disable-CsOnlineSipDomain
1414

1515
## SYNOPSIS
16+
1617
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.
1718

1819
## SYNTAX
1920

20-
```
21+
```powershell
2122
Disable-CsOnlineSipDomain -Domain <String> [-Force] [-Confirm] [<CommonParameters>]
2223
```
2324

@@ -31,24 +32,31 @@ This cmdlet enables organizations with *multiple on-premises deployments of Skyp
3132
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**:
3233

3334
- There must be at most 1 O365 tenant involved. Consolidation in scenarios with >1 O365 tenant is not supported.
35+
3436
- At any given time, only 1 on-premises 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.)
37+
3538
- 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.
39+
3640
- 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-premises SfB deployment.
3741

3842

3943
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.
4044

41-
**IMPORTANT**
42-
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+
> [!IMPORTANT]
46+
> 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:
47+
>
48+
> - Their SIP addresses will be removed.
49+
> - All contacts and meetings for these users hosted in Skype for Business Online will be deleted.
50+
> - These users will no longer be able to login to the Skype for Business Online environment.
51+
> - 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.
4352
44-
- Their SIP addresses will be removed.
45-
- All contacts and meetings for these users hosted in Skype for Business Online will be deleted.
46-
- These users will no longer be able to login to the Skype for Business Online environment.
47-
- 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.
53+
> [!NOTE]
54+
> If the Tenant is disabled for Regionally Hosted Meetings in Skype for Business Online, Online SIP Domains must be disabled in all regions. You must execute this cmdlet in each region that is added in Allowed Data Location.
4855
4956
## EXAMPLES
5057

5158
### Example 1
59+
5260
```powershell
5361
Disable-CsOnlineSipDomain -Domain Fabrikam.com
5462
```
@@ -58,6 +66,7 @@ The cmdlet above disables the online sip domain Fabrikam.com. This would be usef
5866
## PARAMETERS
5967

6068
### -Domain
69+
6170
The SIP domain to be disabled for online provisioning in Skype for Business Online.
6271

6372
```yaml
@@ -73,6 +82,7 @@ Accept wildcard characters: False
7382
```
7483
7584
### -Confirm
85+
7686
Prompts you for confirmation before running the cmdlet.
7787
7888
```yaml
@@ -88,6 +98,7 @@ Accept wildcard characters: False
8898
```
8999
90100
### -Force
101+
91102
Suppresses all confirmation prompts that might occur when running the command.
92103
93104
```yaml
@@ -104,6 +115,7 @@ Accept wildcard characters: False
104115
105116
106117
### CommonParameters
118+
107119
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
108120
For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
109121
@@ -116,6 +128,7 @@ For more information, see [about_CommonParameters](https://go.microsoft.com/fwli
116128
### None
117129
118130
## NOTES
131+
119132
This cmdlet is for advanced scenarios only. Organizations that are pure online or have only 1 on-premises deployment need not run this cmdlet.
120133
121134
## RELATED LINKS

skype/skype-ps/skype/Enable-CsOnlineSipDomain.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,39 @@ ms.reviewer: rogupta
1313
# Enable-CsOnlineSipDomain
1414

1515
## SYNOPSIS
16+
1617
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 facilitate consolidation of separate Skype for Business deployments into a single Office 365 tenant.
1718

1819
## SYNTAX
1920

20-
```
21+
```powershell
2122
Enable-CsOnlineSipDomain -Domain <String> [-Force] [-Confirm] [<CommonParameters>]
2223
```
2324

2425
## DESCRIPTION
26+
2527
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:
2628

2729
- There must be at most 1 O365 tenant involved. Consolidation for scenarios with > 1 O365 tenant is not supported.
30+
2831
- At any given time, only 1 on-premises 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.)
32+
2933
- 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.
34+
3035
- 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-premises SfB deployment.
3136

3237
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 in this article: [Disable hybrid to complete migration to the cloud](https://docs.microsoft.com/skypeforbusiness/hybrid/cloud-consolidation-disabling-hybrid).
3338

34-
**IMPORTANT**
35-
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 SIP domain that is being enabled.
39+
> [!IMPORTANT]
40+
> 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 SIP domain that is being enabled.
41+
42+
> [!NOTE]
43+
> If the Tenant is enabled for Regionally Hosted Meetings in Skype for Business Online, Online SIP Domains must be Enabled in all regions. You must execute this cmdlet in each region that is added in Allowed Data Location for Skype for Business.
3644
3745
## EXAMPLES
3846

3947
### Example 1
48+
4049
```powershell
4150
Enable-CsOnlineSipDomain -Domain contoso.com
4251
```
@@ -46,6 +55,7 @@ Enables the domain contoso.com for online provisioning in Skype for Business Onl
4655
## PARAMETERS
4756

4857
### -Domain
58+
4959
The SIP domain to be enabled for online provisioning in Skype for Business Online.
5060

5161
```yaml
@@ -61,6 +71,7 @@ Accept wildcard characters: False
6171
```
6272
6373
### -Confirm
74+
6475
Prompts you for confirmation before running the cmdlet.
6576
6677
```yaml
@@ -76,6 +87,7 @@ Accept wildcard characters: False
7687
```
7788
7889
### -Force
90+
7991
Suppresses all confirmation prompts that might occur when running the command.
8092
8193
```yaml
@@ -91,7 +103,9 @@ Accept wildcard characters: False
91103
```
92104
93105
### CommonParameters
94-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
106+
107+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable,
108+
-OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
95109
For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
96110
97111
## INPUTS

0 commit comments

Comments
 (0)