Add-AdfsClaimsProviderTrustsGroup

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

Synopsis

Creates a claims provider trust group based on metadata that contains multiple entities.

Description

The Add-AdfsClaimsProviderTrustsGroup cmdlet creates a claims provider trust group based on metadata that contains multiple entities.

Parameters

-AcceptanceTransformRules

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

-AcceptanceTransformRulesFile <String>


    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-AutoUpdateEnabled <Boolean>
    Indicates whether automatic updates are enabled.

    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-MetadataFile <String>
    Specifies the file path and name of a metadata file on the local file system.

    Required?                    true
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-MetadataUrl <Uri>
    Specifies the URL of a metadata file available on the public Internet.

    Required?                    true
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-MonitoringEnabled <Boolean>
    Indicates whether monitoring is enabled.

    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-Confirm <SwitchParameter>
    Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.

    Required?                    false
    Position?                    named
    Default value                false
    Accept pipeline input?       false
    Accept wildcard characters?  false

-WhatIf <SwitchParameter>
    Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.

    Required?                    false
    Position?                    named
    Default value                false
    Accept pipeline input?       false
    Accept wildcard characters?  false

Syntax

Add-AdfsClaimsProviderTrustsGroup -MetadataFile <String> [-Force] [-PassThru] [-AcceptanceTransformRules <String>] [-AcceptanceTransformRulesFile <String>] [-MonitoringEnabled <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]

Add- AdfsClaimsProviderTrustsGroup -MetadataUrl <Uri> [-AutoUpdateEnabled <Boolean>] [-Force] [-PassThru] [-AcceptanceTransformRules <String>] [-AcceptanceTransformRulesFile <String>] [-MonitoringEnabled <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]

—————–Example 1—————–
Add a trust group by metadata URL
PS C:>Add-AdfsClaimsProviderTrustsGroup -MetadataUrl https://www.TOSSolution.com/metadata/metadata.xml
This command specifies a metadata URL to add a trust group

—————–Example 2—————–
Add a trust group by metadata file
PS C:>Add-AdfsClaimsProviderTrustsGroup -MetadataFile “C:\metadata.xml”
This command specifies a metadata file to add a trust group.

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

Get-Command Add-AdfsClaimsProviderTrustsGroup

Get-Command Add-AdfsClaimsProviderTrustsGroup powershell script command cmdlet adfs

You can also read about

  • Get-AdfsClaimsProviderTrustsGroup
  • Remove-AdfsClaimsProviderTrustsGroup

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 *