Set-AdfsTrustedFederationPartner
Set-AdfsTrustedFederationPartner is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.
Synopsis
Modifies configuration settings for trusted federation partners in AD FS.
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
-FederationPartnerHostName
Specifies the URI of the federation partner.
Required? false
Position? named
Default value none
Accept pipeline input? true(ByPropertyName)
Accept wildcard characters? false
-Name <String>
Specifies the name of the federation partner.
Required? false
Position? named
Default value none
Accept pipeline input? true(ByPropertyName)
Accept wildcard characters? false
-PassThru <SwitchParameter>
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-TargetFederationPartner <AdfsTrustedFederationPartner>
Specifies a federation partner for which to modify settings.
Required? true
Position? 1
Default value none
Accept pipeline input? true(ByValue)
Accept wildcard characters? false
-TargetFederationPartnerHostName <Uri>
Specifies the URI of a federation partner for which to modify settings.
Required? true
Position? 1
Default value none
Accept pipeline input? true(ByPropertyName)
Accept wildcard characters? false
-TargetName <String>
Specifies the name of a federation partner for which to modify settings.
Required? true
Position? 1
Default value none
Accept pipeline input? true(ByPropertyName)
Accept wildcard characters? false
-Confirm <SwitchParameter>
Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value false
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf <SwitchParameter>
Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value false
Accept pipeline input? false
Accept wildcard characters? false
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>]
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Set-AdfsTrustedFederationPartner
You can also read about
- Add-AdfsTrustedFederationPartner
- Get-AdfsTrustedFederationPartner
- Remove-AdfsTrustedFederationPartner
Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.