Get-AdfsLocalClaimsProviderTrust
Gets local claims provider trusts.
Syntax
ClaimsProviderName (Default)
Get-AdfsLocalClaimsProviderTrust
[[-Name] <String[]>]
[<CommonParameters>]
Identifier
Get-AdfsLocalClaimsProviderTrust
[-Identifier] <String[]>
[<CommonParameters>]
Description
The Get-AdfsLocalClaimsProviderTrust cmdlet gets local claims provider trusts. Specify names or IDs of trusts to get.
Parameters
-Identifier
Specifies an array of IDs of the local claims provider trusts to get.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Identifier
Position: | 0 |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Name
Specifies an array of names of the local claims provider trusts to get.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ClaimsProviderName
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.