Get-AdfsLocalClaimsProviderTrust
Get-AdfsLocalClaimsProviderTrust is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.
Synopsis
Gets local claims provider trusts.
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.
Required? true
Position? 1
Default value none
Accept pipeline input? true(ByValue)
Accept wildcard characters? false
-Name
Specifies an array of names of the local claims provider trusts to get.
Required? false
Position? 1
Default value none
Accept pipeline input? true(ByValue,ByPropertyName)
Accept wildcard characters? false
Syntax
Get-AdfsLocalClaimsProviderTrust [[-Name] <String[]>] [<CommonParameters>]
Get-AdfsLocalClaimsProviderTrust [-Identifier] <String[]> [<CommonParameters>]
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Get-AdfsLocalClaimsProviderTrust
You can also read about
- Add-AdfsLocalClaimsProviderTrust
- Disable-AdfsLocalClaimsProviderTrust
- Enable-AdfsLocalClaimsProviderTrust
- Remove-AdfsLocalClaimsProviderTrust
- Set-AdfsLocalClaimsProviderTrust
References are taken from Microsoft