Skip to content

Commit ee797ee

Browse files
authored
Change headings to bullets to match schema.
1 parent 91a8cae commit ee797ee

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,29 @@ Before running this cmdlet for any SIP domain in a Skype for Business Server dep
3131
**IMPORTANT**
3232
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.
3333

34-
### HOW TO DETACH A HYBRID DEPLOYMENT FROM OFFICE 365
34+
**HOW TO DETACH A HYBRID DEPLOYMENT FROM OFFICE 365**
35+
3536
Once you have moved all users from on-premises into the cloud, you can decommission the on-premises Skype for Business deployment. Aside from removing any hardware, a critical step is to logically detach that on-premises deployment from Office 365. Detaching hybrid consists of 3 steps:
3637
- Disable shared sip address space in the O365 tenant.
3738
- Disable the ability in the on-premises environment to communicate with O365
3839
- Update DNS records to point to Office 365.
3940
These steps should be done together as a unit.
4041

41-
#### Disable shared sip address space in the Office 365 tenant
42+
- Disable shared sip address space in the Office 365 tenant
4243
The command below needs to be done from a Skype for Business Online PowerShell window.
4344

44-
```powershell
45+
```
4546
PS C:\> Set-CsTenantFederationConfiguration -SharedSipAddressSpace $false
4647
```
4748

48-
### Disable ability in on-premise to communicate with Office 365
49+
- Disable ability in on-premise to communicate with Office 365
4950
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.
5051

51-
```powershell
52+
```
5253
Get-CsHostingProvider|Set-CsHostingProvider -Enabled $false
5354
```
5455

55-
### Update DNS to point to O365
56+
- Update DNS to point to O365
5657
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:
5758
</br>
5859
</br>

0 commit comments

Comments
 (0)