Set-AdfsLocalClaimsProviderTrust is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.
Synopsis
Modifies a local claims provider trust.
Description
The Set-AdfsLocalClaimsProviderTrust cmdlet modifies a local claims provider trust. For more information, see the Add-AdfsLocalClaimsProviderTrust cmdlet.
Parameters
-AcceptanceTransformRules
Specifies the set of claim rules to configure on the local claims provider trust. These rules determine the information that is accepted from the partner represented by the local claims provider trust.
Required? false
Position? named
Default value none
Accept pipeline input? true(ByPropertyName)
Accept wildcard characters? false
-AcceptanceTransformRulesFile <String>
Specifies the full path of a file that contains the set of claim rules to configure on the local claims provider trust.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-Force <SwitchParameter>
Forces the command to run without asking for user confirmation.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-Name <String>
Specifies a name for the local claims provider trust.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-Notes <String>
Specifies notes.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-OrganizationalAccountSuffix <String[]>
Specifies an array of organizational account suffixes that administrator can configure for the claims provider trust for a Home Realm Discovery (HRD) scenario.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-PassThru <SwitchParameter>
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-TargetClaimsProviderTrust <LocalClaimsProviderTrust>
Specifies the local claims provider trust to modify. To obtain a LocalClaimsProviderTrust object, use the Get-AdfsLocalClaimsProviderTrust cmdlet.
Required? true
Position? named
Default value none
Accept pipeline input? true(ByValue)
Accept wildcard characters? false
-TargetIdentifier <String>
Specifies the ID of the local claims provider trust to modify.
Required? true
Position? named
Default value none
Accept pipeline input? true(ByValue)
Accept wildcard characters? false
-TargetName <String>
Specifies the name of the local claims provider trust to modify.
Required? true
Position? named
Default value none
Accept pipeline input? true(ByValue)
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
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
Set- AdfsLocalClaimsProviderTrust [-AcceptanceTransformRules <String>] [-AcceptanceTransformRulesFile <String>] [-Name <String>] [-Notes <String>] [-OrganizationalAccountSuffix <String[]>] [-Force] -TargetClaimsProviderTrust <LocalClaimsProviderTrust> [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
Set- AdfsLocalClaimsProviderTrust [-AcceptanceTransformRules <String>] [-AcceptanceTransformRulesFile <String>] [-Name <String>] [-Notes <String>] [-OrganizationalAccountSuffix <String[]>] [-Force] -TargetIdentifier <String> [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
Set- AdfsLocalClaimsProviderTrust [-AcceptanceTransformRules <String>] [-AcceptanceTransformRulesFile <String>] [-Name <String>] [-Notes <String>] [-OrganizationalAccountSuffix <String[]>] [-Force] -TargetName <String> [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Set-AdfsLocalClaimsProviderTrust
You can also read about
- Add-AdfsLocalClaimsProviderTrust
- Disable-AdfsLocalClaimsProviderTrust
- Enable-AdfsLocalClaimsProviderTrust
- Get-AdfsLocalClaimsProviderTrust
- Remove-AdfsLocalClaimsProviderTrust