Skip to content

Latest commit

 

History

History
151 lines (115 loc) · 3.43 KB

Remove-AdfsTrustedFederationPartner.md

File metadata and controls

151 lines (115 loc) · 3.43 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.IdentityServer.Management.dll-Help.xml
ADFS
12/20/2016
2.0.0
Remove-AdfsTrustedFederationPartner

Remove-AdfsTrustedFederationPartner

SYNOPSIS

Removes a trusted federation partner in AD FS.

SYNTAX

Name (Default)

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

FederationPartnerHostName

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

InputObject

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).

EXAMPLES

PARAMETERS

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-TargetFederationPartner

Specifies a federation partner to remove.

Type: AdfsTrustedFederationPartner
Parameter Sets: InputObject
Aliases: 

Required: True
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
Parameter Sets: FederationPartnerHostName
Aliases: 

Required: True
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
Parameter Sets: Name
Aliases: 

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Add-AdfsTrustedFederationPartner

Get-AdfsTrustedFederationPartner

Set-AdfsTrustedFederationPartner