Get-AdfsEndpoint

Get-AdfsEndpoint

Retrieves an endpoint in AD FS.

Syntaxe

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

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

Description détaillée

The Get-AdfsEndpoint cmdlet retrieves a specified endpoint from services de fédération 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.

Paramètres

-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

none

Obligatoire ?

false

Position ?

1

Valeur par défaut

none

Accepter l’entrée de pipeline ?

True (ByValue)

Accepter les caractères génériques ?

false

-FullUrl<Uri[]>

Specifies the full URL of the endpoint to retrieve.

Alias

none

Obligatoire ?

true

Position ?

1

Valeur par défaut

none

Accepter l’entrée de pipeline ?

True (ByValue)

Accepter les caractères génériques ?

false

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

  • None

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

  • Microsoft.IdentityServer.PowerShell.Resources.Endpoint

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

Remarques

  • Endpoints provide access to the federation server functionality of services de fédération 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 d’application web.

Exemples

Example 1: Get an endpoint

This command gets the WS-Trust 1.3 endpoint.

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

Rubriques connexes

Disable-AdfsEndpoint

Enable-AdfsEndpoint

Set-AdfsEndpoint