Skip to content

Commit 3206c72

Browse files
authored
Merge pull request MicrosoftDocs#2011 from MicrosoftDocs/kenwith-patch-1
Fix table.
2 parents 5fb3ce7 + 3a4529f commit 3206c72

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Once you have moved all users from on-premises into the cloud, you can decommiss
4040
These steps should be done together as a unit.
4141

4242
- Disable shared sip address space in the Office 365 tenant
43-
The command below needs to be done from a Skype for Business Online PowerShell window.
43+
\_sipfederationtls.\_tcpThe command below needs to be done from a Skype for Business Online PowerShell window.
4444

4545
`
4646
PS C:\> Set-CsTenantFederationConfiguration -SharedSipAddressSpace $false
@@ -55,18 +55,18 @@ Get-CsHostingProvider|Set-CsHostingProvider -Enabled $false
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:
58-
</br>
59-
</br>
60-
|Record Type|Name|TTL|Value|
61-
|---|---|---|---|
62-
|SRV |\_sipfederationtls.\_tcp | 3600| 100 1 5061 sipfed.online.lync.com|
63-
|SRV |\_sip.\_tls | 3600 |100 1 443 sipdir.online.lync.com|
64-
|CNAME | lyncdiscover | 3600 | webdir.online.lync.com|
65-
|CNAME | sip |3600 | sipdir.online.lync.com|
66-
|CNAME | meet | 3600 | webdir.online.lync.com|
67-
|CNAME | dialin | 3600 | webdir.online.lync.com|
68-
|||||
69-
</br>
58+
59+
60+
| Record Type | Name | TTL | Value |
61+
|:--------------|:-------------------------|:----:|:----------------------------------|
62+
| SRV | \_sipfederationtls.\_tcp | 3600 | 100 1 5061 sipfed.online.lync.com |
63+
| SRV | \_sip.\_tls | 3600 | 100 1 443 sipdir.online.lync.com |
64+
| CNAME | lyncdiscover | 3600 | webdir.online.lync.com |
65+
| CNAME | sip | 3600 | sipdir.online.lync.com |
66+
| CNAME | meet | 3600 | webdir.online.lync.com |
67+
| CNAME | dialin | 3600 | webdir.online.lync.com |
68+
69+
7070

7171
## EXAMPLES
7272

0 commit comments

Comments
 (0)