Add-Adfs Trusted Federation Partner

Adds configuration settings for trusted federation partners in AD FS.

Syntax

Add-AdfsTrustedFederationPartner
   [-Name] <String>
   [-FederationPartnerHostName] <Uri>
   [-PassThru]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

The Add-AdfsTrustedFederationPartner cmdlet adds a federation partner that is trusted by this instance of Active Directory Federation Services (AD FS).

Required Parameters

-FederationPartnerHostName

Specifies the URI of the federation partner.

Type: Uri
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Name

Specifies a name for the federation partner.

Type: String
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

Optional Parameters

-Confirm

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
-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
Accept pipeline input: False
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
Accept pipeline input: False
Accept wildcard characters: False