Set-AdfsTrustedFederationPartner
Modifies configuration settings for trusted federation partners in AD FS.
Syntax
Set-AdfsTrustedFederationPartner
[-FederationPartnerHostName <Uri>]
[-Name <String>]
[-TargetName] <String>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AdfsTrustedFederationPartner
[-FederationPartnerHostName <Uri>]
[-Name <String>]
[-TargetFederationPartnerHostName] <Uri>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AdfsTrustedFederationPartner
[-FederationPartnerHostName <Uri>]
[-Name <String>]
[-TargetFederationPartner] <AdfsTrustedFederationPartner>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Set-AdfsTrustedFederationPartner cmdlet modifies configuration settings of a federation partner that is trusted by this instance of Active Directory Federation Services (AD FS).
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FederationPartnerHostName
Specifies the URI of the federation partner.
Type: | Uri |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Specifies the name of the federation partner.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PassThru
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 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TargetFederationPartner
Specifies a federation partner for which to modify settings.
Type: | AdfsTrustedFederationPartner |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TargetFederationPartnerHostName
Specifies the URI of a federation partner for which to modify settings.
Type: | Uri |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-TargetName
Specifies the name of a federation partner for which to modify settings.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |