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
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:
24
-
- There must be at most 1 O365 tenant involved. Consolidation for scenarios with >1 O365 tenant is not supported.
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.)
23
+
- There must be at most 1 O365 tenant involved. Consolidation for scenarios with >1 O365 tenant is not supported.
24
+
- 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.)
26
25
- 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.
27
26
- 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-premise SfB deployment.
28
27
29
28
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 below.
30
29
31
30
**IMPORTANT**
32
-
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 SID domain that is being enabled.
31
+
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.
33
32
34
33
**HOW TO DETACH A HYBRID DEPLOYMENT FROM OFFICE 365**
35
34
@@ -41,22 +40,21 @@ Once you have moved all users from on-premises into the cloud, you can decommiss
41
40
These steps should be done together as a unit.
42
41
43
42
> [!NOTE]
44
-
> Any federated organizations that are using the older Direct Federation model (also known as Allowed Partner Server) will need to update their allowed domain entries for you organization to remove the proxy FQDN. This legacy federation model is not based on DNS SRV records, so such a config will become out of date, once your organization moves to the cloud. If you suspect any of your federated partners may be using Direct Federation, we suggest you send them a communication about this as you prepare to complete your migration to the cloud.
43
+
> Any federated organizations that are using the older Direct Federation model (also known as Allowed Partner Server) will need to update their allowed domain entries for your organization to remove the proxy FQDN. This legacy federation model is not based on DNS SRV records, so such a config will become out of date, once your organization moves to the cloud. If you suspect any of your federated partners may be using Direct Federation, we suggest you send them a communication about this as you prepare to complete your migration to the cloud.
45
44
46
45
The steps are:
47
46
</br>
48
-
1. Disable shared sip address space in the Office 365 tenant
49
-
\_sipfederationtls.\_tcpThe command below needs to be done from a Skype for Business Online PowerShell window.
47
+
1.**Disable shared sip address space in the Office 365 tenant**
48
+
The command below needs to be done from a Skype for Business Online PowerShell window.
2. Disable ability in on-premise to communicate with Office 365
52
+
2.**Disable ability in on-premise to communicate with Office 365**
54
53
The command below needs to be done from an on-premises PowerShell window. If you have previously imported an Office 365 session, start a new Skype for Business PowerShell session.
The organization’s external DNS for the former on-premises deployment needs to be updated so that Skype for Business records point to Office 365 instead of Onprem. Specifically:
61
59
62
60
@@ -82,23 +80,8 @@ Enables the domain contoso.com for online provisioning in Skype for Business Onl
82
80
83
81
## PARAMETERS
84
82
85
-
### -Confirm
86
-
Prompts you for confirmation before running the cmdlet.
87
-
88
-
```yaml
89
-
Type: SwitchParameter
90
-
Parameter Sets: (All)
91
-
Aliases: cf
92
-
applicable: Skype for Business Online
93
-
Required: False
94
-
Position: Named
95
-
Default value: None
96
-
Accept pipeline input: False
97
-
Accept wildcard characters: False
98
-
```
99
-
100
83
### -Domain
101
-
The sip domain to be enabled for online provisioning in Skype for Business Online.
84
+
The SIP domain to be enabled for online provisioning in Skype for Business Online.
102
85
103
86
```yaml
104
87
Type: String
@@ -112,13 +95,13 @@ Accept pipeline input: False
112
95
Accept wildcard characters: False
113
96
```
114
97
115
-
### -DomainController
116
-
{{Fill DomainController Description}}
98
+
### -Confirm
99
+
Prompts you for confirmation before running the cmdlet.
117
100
118
101
```yaml
119
-
Type: String
102
+
Type: SwitchParameter
120
103
Parameter Sets: (All)
121
-
Aliases: DC
104
+
Aliases: cf
122
105
applicable: Skype for Business Online
123
106
Required: False
124
107
Position: Named
@@ -127,8 +110,9 @@ Accept pipeline input: False
127
110
Accept wildcard characters: False
128
111
```
129
112
113
+
130
114
### -Force
131
-
{{Fill Force Description}}
115
+
Suppresses all confirmation prompts that might occur when running the command.
132
116
133
117
```yaml
134
118
Type: SwitchParameter
@@ -142,36 +126,6 @@ Accept pipeline input: False
142
126
Accept wildcard characters: False
143
127
```
144
128
145
-
### -Tenant
146
-
{{Fill Tenant Description}}
147
-
148
-
```yaml
149
-
Type: System.Guid
150
-
Parameter Sets: (All)
151
-
Aliases:
152
-
applicable: Skype for Business Online
153
-
Required: False
154
-
Position: Named
155
-
Default value: None
156
-
Accept pipeline input: False
157
-
Accept wildcard characters: False
158
-
```
159
-
160
-
### -WhatIf
161
-
Shows what would happen if the cmdlet runs.
162
-
The cmdlet is not run.
163
-
164
-
```yaml
165
-
Type: SwitchParameter
166
-
Parameter Sets: (All)
167
-
Aliases: wi
168
-
applicable: Skype for Business Online
169
-
Required: False
170
-
Position: Named
171
-
Default value: None
172
-
Accept pipeline input: False
173
-
Accept wildcard characters: False
174
-
```
175
129
176
130
### CommonParameters
177
131
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
@@ -183,7 +137,8 @@ For more information, see about_CommonParameters (http://go.microsoft.com/fwlink
0 commit comments