Skip to content

Commit e7c22f7

Browse files
authored
Tries to make schema happy. Moves three backticks to one for inline code.
1 parent ee797ee commit e7c22f7

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
@@ -42,16 +42,16 @@ These steps should be done together as a unit.
4242
- Disable shared sip address space in the Office 365 tenant
4343
The command below needs to be done from a Skype for Business Online PowerShell window.
4444

45-
```
45+
`
4646
PS C:\> Set-CsTenantFederationConfiguration -SharedSipAddressSpace $false
47-
```
47+
`
4848

4949
- Disable ability in on-premise to communicate with Office 365
5050
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.
5151

52-
```
52+
`
5353
Get-CsHostingProvider|Set-CsHostingProvider -Enabled $false
54-
```
54+
`
5555

5656
- Update DNS to point to O365
5757
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:

0 commit comments

Comments
 (0)