Enable-AdfsEndpoint

Enable-AdfsEndpoint

Enables an endpoint in AD FS.

構文

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

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

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

詳細説明

The Enable-AdfsEndpoint cmdlet enables an endpoint in Active Directory フェデレーション サービス (AD FS).

パラメーター

-PassThru

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-TargetAddressPath<String>

Specifies the address path of the endpoint. The cmdlet enables the endpoint that you specify.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

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

True (ByValue)

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

false

-TargetEndpoint<Endpoint>

Specifies the endpoint to enable. This value is typically taken from the pipeline.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

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

True (ByValue)

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

false

-TargetFullUrl<Uri>

Specifies the full URL of the endpoint to enable.

エイリアス

なし

必須?

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 the endpoints for the Federation Service.

出力

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

  • None

  • 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: Enable an endpoint

Enables the WS-Trust 1.3 endpoint for AD FS.

PS C:\> Enable-AdfsEndpoint -TargetAddress "/adfs/services/trust/13/Windows"

関連トピック

Disable-AdfsEndpoint

Get-AdfsEndpoint

Set-AdfsEndpoint