Set-AdfsEndpoint

Set-AdfsEndpoint

Sets the endpoint on a Web アプリケーション プロキシ.

構文

Parameter Set: Address
Set-AdfsEndpoint [[-TargetAddressPath] <String> ] -Proxy <Boolean> [-PassThru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: FullUrl
Set-AdfsEndpoint [-FullUrl] <Uri[]> [-TargetFullUrl] <Uri> -Proxy <Boolean> [-PassThru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: TargetObject
Set-AdfsEndpoint -Proxy <Boolean> -TargetEndpoint <Endpoint> [-PassThru] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Set-AdfsEndpoint cmdlet sets endpoints on a Web アプリケーション プロキシ.

パラメーター

-FullUrl<Uri[]>

Specifies the full URL of the endpoint to set.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-PassThru

作業中の項目を表すオブジェクトを返します。既定では、このコマンドレットによる出力はありません。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Proxy<Boolean>

Indicates whether the endpoint is available on the . This is the only field of the endpoint that can be set.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-TargetAddressPath<String>

Specifies the address path of the endpoint. The cmdlet makes the endpoint that you specify available to the extranet.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-TargetEndpoint<Endpoint>

Specifies the endpoint that the cmdlet modifies. This value is typically taken from the pipeline.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-TargetFullUrl<Uri>

Specifies the full URL of the endpoint that the cmdlet modifies.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • Microsoft.IdentityServer.PowerShell.Resources.Endpoint

    A class structure that represents an endpoint.

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • None

  • This cmdlet has three parameter-sets. You can use the Address, FullUrl, or TargetEndpoint parameter set, over the pipeline, to identify the endpoint. This cmdlet only allows you to modify the Proxy property of the endpoint.

    Endpoints provide access to the federation server functionality of Active Directory フェデレーション サービス (AD FS), such as token issuance and the publishing of federation metadata. Depending on the type of endpoint, you can enable or disable the endpoint or control whether the endpoint is published to Web アプリケーション プロキシ.

Example 1: Set an endpoint

This command sets the WS-Trust 1.3 endpoint for proxy use.

PS C:\> Set-AdfsEndpoint -TargetAddressPath "/adfs/services/trust/13/Windows" -Proxy $True

関連トピック

Disable-AdfsEndpoint

Enable-AdfsEndpoint

Get-AdfsEndpoint