Get-AdfsEndpoint

Get-AdfsEndpoint

Retrieves an endpoint in AD FS.

Sintaxis

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

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

Descripción detallada

The Get-AdfsEndpoint cmdlet retrieves a specified endpoint from Servicios de federación de 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.

Parámetros

-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.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue)

¿Aceptar caracteres comodín?

false

-FullUrl<Uri[]>

Specifies the full URL of the endpoint to retrieve.

Alias

ninguno

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • None

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.IdentityServer.PowerShell.Resources.Endpoint

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

Notas

  • Endpoints provide access to the federation server functionality of Servicios de federación de 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 Proxy de aplicación web.

Ejemplos

Example 1: Get an endpoint

This command gets the WS-Trust 1.3 endpoint.

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

Temas relacionados

Disable-AdfsEndpoint

Enable-AdfsEndpoint

Set-AdfsEndpoint