Verifies the ability to connect to a federated domain.
Syntax
Test-CsFederatedPartner -TargetFqdn <String> -Domain <String> [-Certificate <X509Certificate2>] [-Force <SwitchParameter>] [-OutVerboseVariable <String>] [-ProxyFqdn <String>] |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
ProxyFqdn |
Required |
String |
Fully qualified domain name of the access proxy server used by your organization. |
Domain |
Required |
String |
Fully qualified domain name of the federated partner. For example: -Domain "fabrikam.com". |
Certificate |
Optional |
X.509 certificate |
Enables you to provide an X509 certificate for authentication purposes when connecting to the federated domain. |
TargetFqdn |
Optional |
Switch Parameter |
Reports detailed activity to the screen as the cmdlet runs. |
Verbose |
Optional |
String |
Reports detailed activity to the screen as the cmdlet runs. |
Force |
Optional |
Switch Parameter |
Suppresses the display of any non-fatal error message that might arise when running the command. |
Detailed Description
Test-CsFederatedPartner verifies the ability of you to use your access proxy server to connect to the domain of a federated partner. In order to verify the connectivity to a domain that domain must be listed in the collection of allowed (federated) domains. Domains can be added to the allowed list by using the New-CsAllowedDomain cmdlet.
Return Types
Test-CsFederatedPartner returns an instance of the Microsoft.Rtc.SyntheticTransactions.TaskOutput object.
Examples
-------------------------- Example 1 --------------------------
Copy Code | |
---|---|
Test-CsFederatedPartner -TargetFqdn accessproxy.litwareinc.com -Domain fabrikam.com |
The command shown in Example 1 verifies the connection between the local access proxy server (accessproxy.litwareinc.com) and the federated domain Fabrikam.com.