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 AD FS(Active Directory Federation Services). 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>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • None

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • 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 AD FS(Active Directory Federation Services), 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 웹 응용 프로그램 프록시.

예제

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