@@ -40,7 +40,7 @@ Once you have moved all users from on-premises into the cloud, you can decommiss
40
40
These steps should be done together as a unit.
41
41
42
42
- 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.
44
44
45
45
`
46
46
PS C:\> Set-CsTenantFederationConfiguration -SharedSipAddressSpace $false
@@ -55,18 +55,18 @@ Get-CsHostingProvider|Set-CsHostingProvider -Enabled $false
55
55
56
56
- Update DNS to point to O365
57
57
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
+
70
70
71
71
## EXAMPLES
72
72
0 commit comments