Get-AdfsEndpoint

Get-AdfsEndpoint

Retrieves an endpoint in AD FS.

構文

Parameter Set: Address
Get-AdfsEndpoint [[-AddressPath] <String[]> ] [ <CommonParameters>]

Parameter Set: FullUrl
Get-AdfsEndpoint [-FullUrl] <Uri[]> [ <CommonParameters>]

詳細説明

The Get-AdfsEndpoint cmdlet retrieves a specified endpoint from Active Directory フェデレーション サービス (AD FS). The collection of AdfsEndpoint objects is a list of all the supported endpoints that are on the server. You can use this list to view the configuration of endpoints and enable or disable them. To see the full list of endpoints, use this cmdlet with no parameters.

パラメーター

-AddressPath<String[]>

Specifies an array of address paths that do not include the AD FS service name. The cmdlet gets endpoints that correspond to the paths that you specify. An example of such a path is /adfs/portal/updatepassword.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

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

True (ByValue)

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

false

-FullUrl<Uri[]>

Specifies the full URL of the endpoint to retrieve.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

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

True (ByValue)

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

false

<CommonParameters>

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

入力

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

  • None

出力

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

  • Microsoft.IdentityServer.PowerShell.Resources.Endpoint

    A class structure that represents the endpoints for the Federation Service.

  • Endpoints provide access to the federation server functionality of Active Directory フェデレーション サービス (AD FS), such as token issuance and the publication 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: Get an endpoint

This command gets the WS-Trust 1.3 endpoint.

PS C:\> Get-AdfsEndpoint -AddressPath "/adfs/services/trust/13/Windows"

関連トピック

Disable-AdfsEndpoint

Enable-AdfsEndpoint

Set-AdfsEndpoint