Set-Adfs
Local
Claims
Provider
Trust
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>]
Description
The Set-AdfsLocalClaimsProviderTrust cmdlet modifies a local claims provider trust. For more information, see the Add-AdfsLocalClaimsProviderTrust cmdlet.
Required Parameters
Specifies the local claims provider trust to modify. To obtain a LocalClaimsProviderTrust object, use the Get-AdfsLocalClaimsProviderTrust cmdlet.
Type: | LocalClaimsProviderTrust |
Position: | Named |
Default value: | None |
Accept pipeline input: | True (ByValue) |
Accept wildcard characters: | False |
Specifies the ID of the local claims provider trust to modify.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True (ByValue) |
Accept wildcard characters: | False |
Specifies the name of the local claims provider trust to modify.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True (ByValue) |
Accept wildcard characters: | False |
Optional Parameters
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.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | True (ByPropertyName) |
Accept wildcard characters: | False |
Specifies the full path of a file that contains the set of claim rules to configure on the local claims provider trust.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Forces the command to run without asking for user confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies a name for the local claims provider trust.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies notes.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies an array of organizational account suffixes that administrator can configure for the claims provider trust for a Home Realm Discovery (HRD) scenario.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |