Skip to content

Commit c5cf4aa

Browse files
authored
Updates numbers.
1 parent 8ce077e commit c5cf4aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ The steps are:
4747
1. **Disable shared sip address space in the Office 365 tenant**
4848
The command below needs to be done from a Skype for Business Online PowerShell window.
4949

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

52-
2. **Disable ability in on-premise to communicate with Office 365**
52+
1. **Disable ability in on-premise to communicate with Office 365**
5353
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

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

57-
3. **Update DNS to point to O365**
57+
1. **Update DNS to point to O365**
5858
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

0 commit comments

Comments
 (0)