Skip to content

Commit 7fdcb53

Browse files
authored
Clarifies TargetFqdn meaning and also fixed a typo
Proposing these changes related to this issue https://github.com/MicrosoftDocs/office-docs-powershell/issues/1169 and also fixed a typo
1 parent c58f65c commit 7fdcb53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

skype/skype-ps/skype/Test-CsFederatedPartner.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Test-CsFederatedPartner [-TargetFqdn] <String> [-Domain] <String> [-Certificate
2424
`Test-CsFederatedPartner` verifies your ability to connect to the domain of a federated partner.
2525
In order to verify the connectivity to a domain, that domain must be listed in the collection of allowed (federated) domains.
2626
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.
2828

2929

3030
## EXAMPLES
@@ -35,12 +35,12 @@ Test-CsFederatedPartner -TargetFqdn accessproxy.litwareinc.com -Domain fabrikam.
3535
```
3636

3737
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.
3939

4040

4141
### -------------------------- Example 2 --------------------------
4242
```
43-
Test-CsFederatedPartner -TargetFqdn accessproxy.litwareinco.com -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com
43+
Test-CsFederatedPartner -TargetFqdn accessproxy.litwareinc.com -Domain push.lync.com -ProxyFqdn sipfed.online.lync.com
4444
```
4545

4646
Example 2 shows how you can test the connection between your domain and the Lync Server Push Notification Service.
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
8181
### -TargetFqdn
8282
FQDN of the access proxy server used by your organization for federated SIP traffic.
83-
The TargetFqdn must point to the internal edge of the proxy server to which federated SIP traffic is directed.
83+
The TargetFqdn must point to the internal Edge Server FQDN to which federated SIP traffic is directed.
8484
8585
```yaml
8686
Type: String

0 commit comments

Comments
 (0)