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/Disable-CsOnlineSipDomain.md
+12-24Lines changed: 12 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ schema: 2.0.0
9
9
10
10
## SYNOPSIS
11
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
-
.
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 be in hybrid mode at a given time.
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.
23
23
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:
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
25
- There must be at most 1 O365 tenant involved. Consolidation in scenarios with >1 O365 tenant is not supported.
26
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
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.
@@ -49,21 +49,6 @@ The cmdlet above disables the online sip domain Fabrikam.com. This would be use
49
49
50
50
## PARAMETERS
51
51
52
-
### -Confirm
53
-
Prompts you for confirmation before running the cmdlet.
54
-
55
-
```yaml
56
-
Type: SwitchParameter
57
-
Parameter Sets: (All)
58
-
Aliases: cf
59
-
60
-
Required: False
61
-
Position: Named
62
-
Default value: None
63
-
Accept pipeline input: False
64
-
Accept wildcard characters: False
65
-
```
66
-
67
52
### -Domain
68
53
{{Fill Domain Description}}
69
54
@@ -79,14 +64,14 @@ Accept pipeline input: False
79
64
Accept wildcard characters: False
80
65
```
81
66
82
-
### -DomainController
83
-
{{Fill DomainController Description}}
67
+
### -Confirm
68
+
Prompts you for confirmation before running the cmdlet.
84
69
85
70
```yaml
86
-
Type: String
71
+
Type: SwitchParameter
87
72
Parameter Sets: (All)
88
-
Aliases: DC
89
-
applicable: Skype for Business Online
73
+
Aliases: cf
74
+
90
75
Required: False
91
76
Position: Named
92
77
Default value: None
@@ -152,6 +137,9 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
152
137
153
138
### System.Object
154
139
## NOTES
155
-
This cmdlets is for advanced scenarios only. Organizations that are pure online or have only 1 on-premise deployment need not run this cmdlet.
140
+
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