Get-Adfs Local Claims Provider Trust

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.

Required Parameters

-Identifier

Specifies an array of IDs of the local claims provider trusts to get.

Type: String[]
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

Optional Parameters

-Name

Specifies an array of names of the local claims provider trusts to get.

Type: String[]
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False