Remove-Adfs Trusted Federation Partner

Removes a trusted federation partner in AD FS.

Syntax

Remove-AdfsTrustedFederationPartner
      [-TargetName] <String>
      [-PassThru]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AdfsTrustedFederationPartner
      [-TargetFederationPartnerHostName] <Uri>
      [-PassThru]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AdfsTrustedFederationPartner
      [-TargetFederationPartner] <AdfsTrustedFederationPartner>
      [-PassThru]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

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

Required Parameters

-TargetFederationPartner

Specifies a federation partner to remove.

Type: AdfsTrustedFederationPartner
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-TargetFederationPartnerHostName

Specifies the URI of a federation partner to remove.

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

Specifies the name of a federation partner to remove.

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