Get-AdfsTrustedFederationPartner
Gets a trusted federation partner in AD FS.
Syntax
Name (Default)
Get-AdfsTrustedFederationPartner
[[-Name] <String[]>]
[<CommonParameters>]
FederationPartnerHostName
Get-AdfsTrustedFederationPartner
[-FederationPartnerHostName] <Uri[]>
[<CommonParameters>]
Description
The Get-AdfsTrustedFederationPartner cmdlet gets federation partners that are trusted by this instance of Active Directory Federation Services (AD FS).
Parameters
-FederationPartnerHostName
Specifies an array of URIs of federation partners to get.
Parameter properties
Type: | Uri[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
FederationPartnerHostName
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Name
Specifies an array of names of federation partners to get.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Name
Position: | 0 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.