You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Test-CsFederatedPartner` verifies your ability to connect to the domain of a federated partner.
25
25
In order to verify the connectivity to a domain, that domain must be listed in the collection of allowed (federated) domains.
26
26
Domains can be added to the allowed list by using the `New-CsAllowedDomain` cmdlet.
27
-
When using this cmdlet, make sure that the TargetFqdn parameter points to the internal edge of the proxy server to which federated SIP traffic is directed.
27
+
When using this cmdlet, make sure that the TargetFqdn parameter points to the internal Edge Server FQDN to which federated SIP traffic is directed.
The command shown in Example 1 verifies the connection between the local access proxy server (accessproxy.litwareinc.com) and the federated domain Fabrikam.com.
38
-
Note that TargetFqdn must point to the internal edge of the proxy server to which federated SIP traffic is directed.
38
+
Note that TargetFqdn must point to the internal Edge Server FQDN to which federated SIP traffic is directed.
39
39
40
40
41
41
### -------------------------- Example 2 --------------------------
0 commit comments