Skip to content

Commit 8ce077e

Browse files
authored
Updates numbered bullets.
1 parent 3e21feb commit 8ce077e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ These steps should be done together as a unit.
4545
The steps are:
4646
</br>
4747
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.
48+
The command below needs to be done from a Skype for Business Online PowerShell window.
4949

5050
`PS C:\> Set-CsTenantFederationConfiguration -SharedSipAddressSpace $false`</br>
5151

5252
2. **Disable ability in on-premise to communicate with Office 365**
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.
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.
5454

55-
`Get-CsHostingProvider|Set-CsHostingProvider -Enabled $false`</br>
55+
`Get-CsHostingProvider|Set-CsHostingProvider -Enabled $false`</br>
5656

5757
3. **Update DNS to point to O365**
58-
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:
58+
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:
5959

6060

6161
| Record Type | Name | TTL | Value |

0 commit comments

Comments
 (0)