Get-AdfsClaimsProviderTrust

Get-AdfsClaimsProviderTrust is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.

Synopsis

Gets the claims provider trusts in the Federation Service.

Description

The Get-AdfsClaimsProviderTrust cmdlet gets the claims provider trusts in the Federation Service. You can use this cmdlet with no parameters to get all the claims provider trust objects.

Parameters

-Certificate
Specifies an array of token-signing certificates of the claims provider trust to get.

    Required?                    true
    Position?                    1
    Default value                none
    Accept pipeline input?       true (ByValue)
    Accept wildcard characters?  false

-Identifier <String[]>
    Specifies an array of unique IDs of the claims provider trust to get.

    Required?                    true
    Position?                    1
    Default value                none
    Accept pipeline input?       true (ByValue)
    Accept wildcard characters?  false

-Name <String[]>
    Specifies an array of display names of the claims provider trust to get.

    Required?                    false
    Position?                    1
    Default value                none
    Accept pipeline input?       true (ByValue, ByPropertyName)
    Accept wildcard characters?  false

Syntax

Get-AdfsClaimsProviderTrust [[-Name] <String[]>] [<CommonParameters>]

Get-AdfsClaimsProviderTrust [-Certificate] <X509Certificate2[]> [<CommonParameters>]

Get-AdfsClaimsProviderTrust [-Identifier] <String[]> [<CommonParameters>]

Notes
If you do not specify the Name parameter, the cmdlet lists all claims providers. The claims provider collects and authenticates a user’s credentials, builds up claims for that user, and packages the claims into security tokens or Information Cards. In other words, a claims provider represents the organization for whose users the claims provider issues security tokens or Information Cards on their behalf. When you configure Active Directory Federation Services (AD FS) 2.0, the role of the claims provider is to enable its users to access resources that are hosted in a relying party organization by establishing one side of the federation trust relationship. After the federation trust is established, tokens and Information Cards can be presented to the relying party across the trust.

—————-Example 1 —————-
Get claims provider trusts
PS C:> Get-AdfsClaimsProviderTrust -Name “TOSSolution claims provider”
This command gets the property settings for the claims provider trust named TOSSolution claims provider.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Get-AdfsClaimsProviderTrust

Get-Command Get-AdfsClaimsProviderTrust powershell script command cmdlet adfs

You can also read about

  • Disable-AdfsClaimsProviderTrust
  • Enable-AdfsClaimsProviderTrust
  • Remove-AdfsClaimsProviderTrust
  • Set-AdfsClaimsProviderTrust
  • Update-AdfsClaimsProviderTrust

To know more PowerShell cmdlets(Commands) on Active Directory Federation Services(ADFS) click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *