Get-AdfsLocalClaimsProviderTrust
Gets local claims provider trusts.
Syntax
Get-AdfsLocalClaimsProviderTrust
[[-Name] <String[]>]
[<CommonParameters>]
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.
Type: | String[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Specifies an array of names of the local claims provider trusts to get.
Type: | String[] |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |